public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* gcc problem
@ 2004-03-02 12:49 Lauer Rainer
  2004-03-02 12:53 ` Laurent Vaucher
  2004-03-02 14:56 ` Gerrit P. Haase
  0 siblings, 2 replies; 28+ messages in thread
From: Lauer Rainer @ 2004-03-02 12:49 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'; +Cc: 'lauerr@gmx.net'

Hi Gents,
I've installed the latest version of cygwin (as of today 2.03.04). My PC is
running Windows 2000 with service pack 4. Installation is done on my loca
drive d:. I tried a small "C++" and failed, the reason is totally unclear to
me.
The program is:
#include <iostream>

using namespace std;

int main()
{
  int selection;
  bool loop = true;
  
  while (loop)
  {
#if 0    
    cout << endl;
    cout << "*********************\n";
    cout << "*  Learning bed C++ *\n";
    cout << "*********************\n";

    cout << ">>> CHAPTER 4 <<<\n";
    cout << "=================\n\n";

    cout << " 1: Review_5\n";
    cout << "-1: Exit\n";
    cout << "$ ";
    cin >> selection;
    cout << endl;

    switch (selection)
    {
      case -1:
        loop = false;
        break;
      case 0:
        break;
      case 1:
        break;
      case 2:
        break;
      case 3:
        break;
      case 4:
        break;
      case 5:
        break;
      case 6:
        break;
      case 7:
        break;
      case 8:
        break;
      case 9:
        break;
      case 10:
        break;
      case 11:
        break;
    }//  switch (selection)
#endif    
  }//  while (loop)
  return 0;
}//main

The error message is:
$ gcc -o gtest gtest.cc
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccCmpxzX.o(.text+0x4d):gtest.cc:
undefined reference to `std::ios_base::Init::Init[in-charge]()'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccCmpxzX.o(.text+0x68):gtest.cc:
undefined reference to `std::ios_base::Init::~Init [in-charge]()'
collect2: ld returned 1 exit status

Desperatelly I installed the complete (!) cygwin - the result is still the
same.

When I set the #if 0 to #if 1the error message looks like:
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xa1):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::endl<
char, std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char> >&)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xa8):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xad):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char>
>::operator<<
(std::basic_ostream<char, std::char_traits<char> >&
(*)(std::basic_ostream<char, std::char_traits<char> >&))'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xbc):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xc1):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char>>&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xd0):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xd5):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char>>&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xe4):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xe9):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char>>&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xf8):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0xfd):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char>>&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x10c):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x111):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char>>&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x120):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x125):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char>>&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x134):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x139):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char> >&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x148):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x14d):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::operator<< <std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char> >&, char const*)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x15b):gtest.cc:
undefined reference to `std::cin'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x160):gtest.cc:
undefined reference to `std::basic_istream<char, std::char_traits<char>
>::operator>>(int&)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x168):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char> >&
std::endl
<char, std::char_traits<char> >(std::basic_ostream<char,
std::char_traits<char>>&)'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x16f):gtest.cc:
undefined reference to `std::cout'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x174):gtest.cc:
undefined reference to `std::basic_ostream<char, std::char_traits<char>
>::operator<<(std::basic_ostream<char, std::char_traits<char> >&
(*)(std::basic_ostream<char, std::char_traits<char> >&))'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x1c1):gtest.cc:
undefined reference to `std::ios_base::Init::Init[in-charge]()'
/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccJwpezK.o(.text+0x1dc):gtest.cc:
undefined reference to `std::ios_base::Init::~Init [in-charge]()'
collect2: ld returned 1 exit status

What's wrong (template, path wrong, library missing)?

Can you help me, please?

Many thanks in advance.

Reggies
		Rainer Lauer
		Senior Software Engineer
		TV, Aftersales and Accessories
		
		DEUTSCHE THOMSON-BRANDT GmbH     
		Hermann-Schwer-Strasse 3
		78048 Villingen-Schwenningen - Germany
		tel. +49 (0) 77 21 85 23 27
		fax +49 (0) 77 21 85 20 32
		Rainer.Lauer@thomson.net
		


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: gcc problem
  2004-03-02 12:49 gcc problem Lauer Rainer
@ 2004-03-02 12:53 ` Laurent Vaucher
  2004-03-02 14:56 ` Gerrit P. Haase
  1 sibling, 0 replies; 28+ messages in thread
From: Laurent Vaucher @ 2004-03-02 12:53 UTC (permalink / raw)
  To: cygwin


>The error message is:
>$ gcc -o gtest gtest.cc
>/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccCmpxzX.o(.text+0x4d):gtest.cc:
>undefined reference to `std::ios_base::Init::Init[in-charge]()'
>/cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccCmpxzX.o(.text+0x68):gtest.cc:
>undefined reference to `std::ios_base::Init::~Init [in-charge]()'
>collect2: ld returned 1 exit status
>  
>

Maybe you could just try g++ instead of gcc in the command line to force 
it to recognize .cc extension as a C++ source file, not some kind of 
preprocessor input.


Laurent.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: gcc problem
  2004-03-02 12:49 gcc problem Lauer Rainer
  2004-03-02 12:53 ` Laurent Vaucher
@ 2004-03-02 14:56 ` Gerrit P. Haase
  2004-03-02 15:57   ` Gareth Pearce
  1 sibling, 1 reply; 28+ messages in thread
From: Gerrit P. Haase @ 2004-03-02 14:56 UTC (permalink / raw)
  To: Lauer Rainer; +Cc: 'cygwin@cygwin.com', 'lauerr@gmx.net'

Hello Rainer,

you wrote:

> I've installed the latest version of cygwin (as of today 2.03.04). My PC is
> running Windows 2000 with service pack 4. Installation is done on my loca
> drive d:. I tried a small "C++" and failed, the reason is totally unclear to
> me.
> The program is:
[...]

> The error message is:
> $ gcc -o gtest gtest.cc
> /cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccCmpxzX.o(.text+0x4d):gtest.cc:
> undefined reference to `std::ios_base::Init::Init[in-charge]()'
> /cygdrive/c/DOCUME~1/lauerr/LOCALS~1/Temp/ccCmpxzX.o(.text+0x68):gtest.cc:
> undefined reference to `std::ios_base::Init::~Init [in-charge]()'
> collect2: ld returned 1 exit status

g++ is in a separate package named gcc-g++, be sure you have installed
this too.  Then you need to link against libstdc++ when using gcc as
driver:
 gcc -o gtest gtest.cc -lstdc++
or you use g++ as driver which includes libstdc++ automatically:
 g++ -o gtest gtest.cc


HTH,
Gerrit
-- 
=^..^=                                     http://nyckelpiga.de/donate.html


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* RE: gcc problem
  2004-03-02 14:56 ` Gerrit P. Haase
@ 2004-03-02 15:57   ` Gareth Pearce
  0 siblings, 0 replies; 28+ messages in thread
From: Gareth Pearce @ 2004-03-02 15:57 UTC (permalink / raw)
  To: cygwin


> 
> g++ is in a separate package named gcc-g++, be sure you have installed
> this too.  Then you need to link against libstdc++ when using gcc as
> driver:
>  gcc -o gtest gtest.cc -lstdc++
> or you use g++ as driver which includes libstdc++ automatically:
>  g++ -o gtest gtest.cc

Just want to drop my usual line here - Do use g++ rather then gcc -lstdc++
Since gcc -lstdc++ isn't always enough, and what is enough may not always be
enough in the future.

Gareth
PS - in response to the other email - .cc Is pre-processor input - since
that's the Normal state for c++ code - pre-processor input of which the
output is then fed to a c++ compiler. (Virtually at least, in practice it
can end up being integrated somewhat.  The C standard allows 'as if'
interpretation in the implementation of the pre-processing component.)



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* gcc problem
@ 2003-09-14 21:00 swa004
  0 siblings, 0 replies; 28+ messages in thread
From: swa004 @ 2003-09-14 21:00 UTC (permalink / raw)
  To: cygwin

Hi,
I just installed Cygwin on my XP. When I tried to compile my first C
program, ld complains about some run time library linking problem:
$ gcc a.c
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libcygwin.a(pseudo-reloc.o)(.te
xt+0
x49): undefined reference to `___RUNTIME_PSEUDO_RELOC_LIST__'
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libcygwin.a(pseudo-reloc.o)(.te
xt+0
x51): undefined reference to `___RUNTIME_PSEUDO_RELOC_LIST_END__'
num_of_bfd=36 num_of_left_bfd=36 whole_size=       0 whole_reduced_size=
0

collect2: ld returned 1 exit status

Is it a installation problem? Any input is appreciated.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* RE: GCC problem
@ 2002-03-21  5:39 Robert Collins
  0 siblings, 0 replies; 28+ messages in thread
From: Robert Collins @ 2002-03-21  5:39 UTC (permalink / raw)
  To: mike_hayden, Cygwin

Mike, setup is currently bust. I'm working on it right now.

Could you please email me the output of mount?

Cheers,
Rob

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* GCC problem
  2002-03-21  5:17 Mike Hayden
@ 2002-03-21  5:26 ` David Starks-Browning
  0 siblings, 0 replies; 28+ messages in thread
From: David Starks-Browning @ 2002-03-21  5:26 UTC (permalink / raw)
  To: mike_hayden; +Cc: Cygwin

On Thursday 21 Mar 02, Mike Hayden writes:
> /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld:
> cannot find -luser32
> collect2: ld returned 1 exit status
> 
> I have read the mailing list and noted that many people have had the same
> problem.  In most all of those cases the advice was to reinstall cygwin and
> make sure the w32api package was downloaded and installed.

This is acknowledged as a known problem and is being looked into.

Regards,
David


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* GCC problem
@ 2002-03-21  5:17 Mike Hayden
  2002-03-21  5:26 ` David Starks-Browning
  0 siblings, 1 reply; 28+ messages in thread
From: Mike Hayden @ 2002-03-21  5:17 UTC (permalink / raw)
  To: Cygwin

I have installed the cygwin package (1.3.10) on my Win2k machine.

My goal is to build a GCC cross-compiler for a PowerPC target.  The problem
I have is rebuilding the GNU tools.  When I start with the binutils via the
configure script I get the following error:

Configuring for a i686-pc-cygwin host.
Created "Makefile" in /tmp/build/binutils using "mh-frag"
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld:
cannot find -luser32
collect2: ld returned 1 exit status
*** The command 'gcc -o conftest -g -O2   conftest.c' failed.
*** You must set the environment variable CC to a working compiler.


I also tried to compile a simple "Hello world" program to verify if the
problem was only with the configure or some overall gcc problem.  I got a
similar error:

/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld:
cannot find -luser32
collect2: ld returned 1 exit status


I have read the mailing list and noted that many people have had the same
problem.  In most all of those cases the advice was to reinstall cygwin and
make sure the w32api package was downloaded and installed.

I have done this 2x, first I hand picked the packages and tried it and
second I downloaded and installed ALL and tried it.  It did not work in
either case.

Any advice would be appreciated.

Thanks in advance,
MH


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: GCC problem
       [not found] <Pine.LNX.4.33.0112142057150.7431-100000@heros.knurow.tpsa. pl>
@ 2001-12-14 11:41 ` Larry Hall (RFK Partners, Inc)
  0 siblings, 0 replies; 28+ messages in thread
From: Larry Hall (RFK Partners, Inc) @ 2001-12-14 11:41 UTC (permalink / raw)
  To: gahan, cygwin

At 02:59 PM 12/14/2001, gahan wrote:
>when i'm tryin' to compile any file i see: cannot exec `as' or cannot 
>create executables.
>is 'as' any file? why i see these errors?


Because you either didn't install it or it didn't install correctly.  
Please run setup again and install all compiler related packages.



Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
838 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* GCC problem
@ 2001-12-14 11:11 gahan
  0 siblings, 0 replies; 28+ messages in thread
From: gahan @ 2001-12-14 11:11 UTC (permalink / raw)
  To: cygwin

when i'm tryin' to compile any file i see: cannot exec `as' or cannot 
create executables.
is 'as' any file? why i see these errors?
gahan.



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* RE: gcc problem
  2001-09-06  7:31 gcc problem Peter Buckley
@ 2001-09-06  7:36 ` Larry Hall (RFK Partners, Inc)
  0 siblings, 0 replies; 28+ messages in thread
From: Larry Hall (RFK Partners, Inc) @ 2001-09-06  7:36 UTC (permalink / raw)
  To: Peter Buckley, 'Dominik Zalewski'; +Cc: cygwin

as.exe is in the binutils package.

Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX



At 10:29 AM 9/6/2001, Peter Buckley wrote:
>I guess I spoke without checking first, 
>Sorry :-)
>
>I have a file called "as.exe" in my 
>c:/cygwin/bin directory. 
>
>as --version 
>GNU assembler 2.11.90
>Copyright 2001 Free Software Foundation, Inc.
>This program is free software; you may redistribute it under the terms of
>the GNU General Public License.  This program has absolutely no warranty.
>This assembler was configured for a target of `i686-pc-cygwin'.
>
>If you've been using cygwin for some time, your 
>path and mounts should be okay- unless you suddenly 
>decided to try cmd.exe instead of the bash shell? 
>
>Maybe you should try downloading again- 
>I'm sorry I don't know which package it is in. 
>Maybe you didn't install some "experimental" 
>stuff? I had that problem with perl, it was 
>considered experimental at the time and took 
>two installs to get it.
>
>HTH,
>Peter
>
>-----Original Message-----
>From: Dominik Zalewski [ mailto:dominikz@venus.wmid.amu.edu.pl ]
>Sent: Thursday, September 06, 2001 10:16 AM
>To: Peter Buckley
>Cc: cygwin@cygwin.com
>Subject: RE: gcc problem 
>
>
>On Thu, 6 Sep 2001, Peter Buckley wrote:
>
> > Did you use setup.exe to download and install the packages?
> >
>
>here's a brief description of what i did:
>* downloaded packages to dir (c:\inst\cygwin) -- list of them are in
>attachment;
>* ran setup.exe;
>* chose: install from local directory: c:\inst\cygwin;
>
>i didn't do anything spooky
>
>ps. thanks for bothering
>
>-- 
>Zalewski Dominik
>   email: dominikz@venus.wmid.amu.edu.pl
>   url:   http://venus.wmid.amu.edu.pl/~dominikz
>
>--
>Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>Bug reporting:         http://cygwin.com/bugs.html
>Documentation:         http://cygwin.com/docs.html
>FAQ:                   http://cygwin.com/faq/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* RE: gcc problem
@ 2001-09-06  7:31 Peter Buckley
  2001-09-06  7:36 ` Larry Hall (RFK Partners, Inc)
  0 siblings, 1 reply; 28+ messages in thread
From: Peter Buckley @ 2001-09-06  7:31 UTC (permalink / raw)
  To: 'Dominik Zalewski'; +Cc: cygwin

I guess I spoke without checking first, 
Sorry :-)

I have a file called "as.exe" in my 
c:/cygwin/bin directory. 

as --version 
GNU assembler 2.11.90
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
This assembler was configured for a target of `i686-pc-cygwin'.

If you've been using cygwin for some time, your 
path and mounts should be okay- unless you suddenly 
decided to try cmd.exe instead of the bash shell? 

Maybe you should try downloading again- 
I'm sorry I don't know which package it is in. 
Maybe you didn't install some "experimental" 
stuff? I had that problem with perl, it was 
considered experimental at the time and took 
two installs to get it.

HTH,
Peter

-----Original Message-----
From: Dominik Zalewski [ mailto:dominikz@venus.wmid.amu.edu.pl ]
Sent: Thursday, September 06, 2001 10:16 AM
To: Peter Buckley
Cc: cygwin@cygwin.com
Subject: RE: gcc problem 


On Thu, 6 Sep 2001, Peter Buckley wrote:

> Did you use setup.exe to download and install the packages?
>

here's a brief description of what i did:
* downloaded packages to dir (c:\inst\cygwin) -- list of them are in
attachment;
* ran setup.exe;
* chose: install from local directory: c:\inst\cygwin;

i didn't do anything spooky

ps. thanks for bothering

-- 
Zalewski Dominik
  email: dominikz@venus.wmid.amu.edu.pl
  url:   http://venus.wmid.amu.edu.pl/~dominikz

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* RE: gcc problem
  2001-09-06  6:45 Peter Buckley
@ 2001-09-06  7:17 ` Dominik Zalewski
  0 siblings, 0 replies; 28+ messages in thread
From: Dominik Zalewski @ 2001-09-06  7:17 UTC (permalink / raw)
  To: Peter Buckley; +Cc: cygwin

On Thu, 6 Sep 2001, Peter Buckley wrote:

> Did you use setup.exe to download and install the packages?
>

here's a brief description of what i did:
* downloaded packages to dir (c:\inst\cygwin) -- list of them are in attachment;
* ran setup.exe;
* chose: install from local directory: c:\inst\cygwin;

i didn't do anything spooky

ps. thanks for bothering

-- 
Zalewski Dominik
  email: dominikz@venus.wmid.amu.edu.pl
  url:   http://venus.wmid.amu.edu.pl/~dominikz

^ permalink raw reply	[flat|nested] 28+ messages in thread

* RE: gcc problem
@ 2001-09-06  6:45 Peter Buckley
  2001-09-06  7:17 ` Dominik Zalewski
  0 siblings, 1 reply; 28+ messages in thread
From: Peter Buckley @ 2001-09-06  6:45 UTC (permalink / raw)
  To: 'Dominik Zalewski', cygwin

Did you use setup.exe to download and install the packages?

-Peter

-----Original Message-----
From: Dominik Zalewski [ mailto:dominikz@venus.wmid.amu.edu.pl ]
Sent: Thursday, September 06, 2001 9:41 AM
To: cygwin@cygwin.com
Subject: gcc problem 


Subject: gcc problem


i've been using cygwin for some time, but till now i did not try to use gcc;
and what a surprise it was for me compiling HelloWorld program, to get a
message:

gcc.exe: installation problem, cannot exec `as': No such file or directory

i've started searching for `as' in binutils; i even searched every package i
downloaded (i've got everything there is available), but i could not find
`as';

so am i doing something wrong?
-- 
Zalewski Dominik
  email: dominikz@venus.wmid.amu.edu.pl
  url:   http://venus.wmid.amu.edu.pl/~dominikz




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* gcc problem
@ 2001-09-06  6:41 Dominik Zalewski
  0 siblings, 0 replies; 28+ messages in thread
From: Dominik Zalewski @ 2001-09-06  6:41 UTC (permalink / raw)
  To: cygwin

Subject: gcc problem


i've been using cygwin for some time, but till now i did not try to use gcc;
and what a surprise it was for me compiling HelloWorld program, to get a message:

gcc.exe: installation problem, cannot exec `as': No such file or directory

i've started searching for `as' in binutils; i even searched every package i downloaded (i've got everything there is available), but i could not find `as';

so am i doing something wrong?
-- 
Zalewski Dominik
  email: dominikz@venus.wmid.amu.edu.pl
  url:   http://venus.wmid.amu.edu.pl/~dominikz




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: gcc_Problem
  2001-07-27 10:14 gcc_Problem Mr.Serkan Gumusbicak
@ 2001-07-27 11:50 ` Carl Hetherington
  0 siblings, 0 replies; 28+ messages in thread
From: Carl Hetherington @ 2001-07-27 11:50 UTC (permalink / raw)
  To: Mr.Serkan Gumusbicak; +Cc: cygwin

On Sat, 28 Jul 2001, [iso-8859-1] Mr.Serkan Gumusbicak wrote:

> Hi,
> I'm wandering I've just installed cygwin DLL 1.3.2
> release. I tried to compile a c program using gcc and
> it compiled it but the problem is the produced output
> of the execute file is not working.
> I've done this
> 
> $gcc -o filec cfile.c
> $filec
> BASH: filec: command not found

Try
./filec
instead

Carl
-- 
http://www.mp3.com/one-trickpony/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* gcc_Problem
@ 2001-07-27 10:14 Mr.Serkan Gumusbicak
  2001-07-27 11:50 ` gcc_Problem Carl Hetherington
  0 siblings, 1 reply; 28+ messages in thread
From: Mr.Serkan Gumusbicak @ 2001-07-27 10:14 UTC (permalink / raw)
  To: cygwin

Hi,
I'm wandering I've just installed cygwin DLL 1.3.2
release. I tried to compile a c program using gcc and
it compiled it but the problem is the produced output
of the execute file is not working.
I've done this

$gcc -o filec cfile.c
$filec
BASH: filec: command not found

Also gdb is not working as well it's not accepting the
file I dont' know why. I think setup is not installed
gcc and gdb properly or there is something wrong with
the settings or the program is not working at all.
Could you tell me what should I do? Thanks.

Cheers,
Serkan

=====
"ALL OUR DREAMS CAN COME TRUE IF WE HAVE THE COURAGE TO PURSUE THEM."

_____________________________________________________________________________
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: gcc problem
  2000-08-11 17:22 ` Chris Faylor
@ 2000-08-12  3:37   ` Consequator
  0 siblings, 0 replies; 28+ messages in thread
From: Consequator @ 2000-08-12  3:37 UTC (permalink / raw)
  To: cygwin

thanks man, that worked perfectly !
there was another cygwin1.dll in the directory wich i typed the make :)

----- Original Message -----
From: Chris Faylor <cgf@cygnus.com>
To: <cygwin@sourceware.cygnus.com>
Sent: Saturday, August 12, 2000 2:22 AM
Subject: Re: gcc problem


> On Sat, Aug 12, 2000 at 01:12:20AM +0200, Consequator wrote:
> >$ cpp -DFORK -DWIN32 darkbot.c -o darkbot -luser32
> >cpp: installation problem, cannot exec
> >`/usr/lib/gcc-lib/i686-cygwin/2.95.2/cpp.exe': Permission denied
> >
> >can anyone tell me why its giving me this ?
> >it is giving me that msg when i do a make and showing a poppup window
static
> >that cpp.exe is linked to an missing output cygwin1.dll:_ctype_.
>
> Yep.  You're mixing 1.x executables with a B20.1 Cygwin1.DLL.
>
> Use only the newest version of the Cygwin DLL.
>
> Check your environment and do a search of your system for all
> occurrences of cygwin1.dll.  Keep the newest one.
>
> cgf
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: gcc problem
  2000-08-11 16:12 gcc problem Consequator
@ 2000-08-11 17:22 ` Chris Faylor
  2000-08-12  3:37   ` Consequator
  0 siblings, 1 reply; 28+ messages in thread
From: Chris Faylor @ 2000-08-11 17:22 UTC (permalink / raw)
  To: cygwin

On Sat, Aug 12, 2000 at 01:12:20AM +0200, Consequator wrote:
>$ cpp -DFORK -DWIN32 darkbot.c -o darkbot -luser32
>cpp: installation problem, cannot exec
>`/usr/lib/gcc-lib/i686-cygwin/2.95.2/cpp.exe': Permission denied
>
>can anyone tell me why its giving me this ?
>it is giving me that msg when i do a make and showing a poppup window static
>that cpp.exe is linked to an missing output cygwin1.dll:_ctype_.

Yep.  You're mixing 1.x executables with a B20.1 Cygwin1.DLL.

Use only the newest version of the Cygwin DLL.

Check your environment and do a search of your system for all
occurrences of cygwin1.dll.  Keep the newest one.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 28+ messages in thread

* gcc problem
@ 2000-08-11 16:12 Consequator
  2000-08-11 17:22 ` Chris Faylor
  0 siblings, 1 reply; 28+ messages in thread
From: Consequator @ 2000-08-11 16:12 UTC (permalink / raw)
  To: cygwin

$ cpp -DFORK -DWIN32 darkbot.c -o darkbot -luser32
cpp: installation problem, cannot exec
`/usr/lib/gcc-lib/i686-cygwin/2.95.2/cpp.exe': Permission denied

can anyone tell me why its giving me this ?
it is giving me that msg when i do a make and showing a poppup window static
that cpp.exe is linked to an missing output cygwin1.dll:_ctype_.




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 28+ messages in thread

* RE: gcc problem
@ 1997-10-23  7:26 Frank Packenham
  0 siblings, 0 replies; 28+ messages in thread
From: Frank Packenham @ 1997-10-23  7:26 UTC (permalink / raw)
  To: gnu-win32

Thanks everyone. The problem was indeed borland cpp.exe, removing borland from the path helped solve the problem. I have two other questions: is lex available for win32 ? is imake or equivalent available for win32? Please e-mail to my address as the volume of the list was too much for me to handle, so I only monitor the archives now. TIA -------------------------------- Frank Packenham CIS (Hons) e-mail: cisfjp @ cis. unisa.edu.au Why not vistit my Website: http://www.cis.unisa.edu.au/~9202917w/ DECS Electronic Media Services

^ permalink raw reply	[flat|nested] 28+ messages in thread

* RE: gcc problem
  1997-10-20 19:25 Colin Peters
@ 1997-10-21  7:44 ` Steven J. Zeil
  0 siblings, 0 replies; 28+ messages in thread
From: Steven J. Zeil @ 1997-10-21  7:44 UTC (permalink / raw)
  To: 'GNU-Win32'; +Cc: 'cisfjp@cis.unisa.edu.au'

On Tue, 21 Oct 1997, Colin Peters wrote:

> Frank Packenham[SMTP:Etc@Weirdness.com] wrote:
> >Well the install seemed to go well, but when I try to compile ( or make )
> >anything this is the result.
> >
> >bash$ gcc laws.c
> >Borland C++ Preprocessor Version 4.00 Copyright (c) 1993 Borland
>  ^^^^^^^
> >International
> >Error: Incorrect command line option: -undef
> >gcc: Internal compiler error: program cpp got fatal signal 1
> >
> 
> The problem, mainly, is that gcc is expecting to call the GNU version of
> cpp, and it's getting the Borland version (you have a Borland compiler
> installed, correct?). Cpp is the preprocessor, and it gets passed many
> options you give on the gcc command line, as well as lots of options
> internal to the two. Obviously Borland's cpp, while a program with the
> same purpose, doesn't have the same command line syntax, and nothing
> works.
> 
> Solutions include:
> 
>  - Setting up your environment so GNU cpp is earlier on the path and/or
>    Borland's is not. You might do this with a pair of batch files or
>    shell scripts for switching between "environments" (I like to set
>    up icons which run the correct batch file and start a dos shell in
>    such circumstances).
> 

This will, however, prevent Borland's compiler from working, as it will
then try to access the GNU cpp instead of its own.

I've run into many similar clashes between $PATH and other environment
variables.  The solution I have evolved is this:

In autoexec.bat, set up a baseline path that does not include ANY of the
conflicting programs' binary directories:

  PATH c:\bin;c:\windows;...and so on...
  SET BASEPATH=%PATH%

Then set up a series of utility batch files to augment the path with the
binary directories for a given program.  For example, I have usegcc.bat:

  @PATH h:\gnuwin32\b18\H-i386-cygwin32\bin;h:\gnuwin32\b18\tcl\bin;%BASEPATH%
  ... may wish to set other gcc environment variables here instead of in
      autoexec.bat ...

and I have usebcc.bat:

  @PATH h:\bcwin32\bin;%BASEPATH%

and a similar script for Visual C++.


Then I can simply type
  usegcc
or 
  usebcc
at an MSDOS prompt before starting to work with any compiler.



For enthusiasts of double-click program launching, create a batch file
like
   usebcc
   bcw
and bind that, rather than the bcw program itself, to the Borland .ide 
file type.


Steve Zeil


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 28+ messages in thread

* RE: gcc problem
@ 1997-10-20 19:25 Colin Peters
  1997-10-21  7:44 ` Steven J. Zeil
  0 siblings, 1 reply; 28+ messages in thread
From: Colin Peters @ 1997-10-20 19:25 UTC (permalink / raw)
  To: 'cisfjp@cis.unisa.edu.au'; +Cc: 'GNU-Win32'

Frank Packenham[SMTP:Etc@Weirdness.com] wrote:
>Well the install seemed to go well, but when I try to compile ( or make )
>anything this is the result.
>
>bash$ gcc laws.c
>Borland C++ Preprocessor Version 4.00 Copyright (c) 1993 Borland
 ^^^^^^^
>International
>Error: Incorrect command line option: -undef
>gcc: Internal compiler error: program cpp got fatal signal 1
>
>-undef is described in the UNIX man page for gcc. More importantly though,
>why is it trying to use this option, as you can see, I am not specifying it
>at the command line.

The problem, mainly, is that gcc is expecting to call the GNU version of
cpp, and it's getting the Borland version (you have a Borland compiler
installed, correct?). Cpp is the preprocessor, and it gets passed many
options you give on the gcc command line, as well as lots of options
internal to the two. Obviously Borland's cpp, while a program with the
same purpose, doesn't have the same command line syntax, and nothing
works.

Solutions include:

 - Setting up your environment so GNU cpp is earlier on the path and/or
   Borland's is not. You might do this with a pair of batch files or
   shell scripts for switching between "environments" (I like to set
   up icons which run the correct batch file and start a dos shell in
   such circumstances).

 - Removing the Borland install entirely (probably not a good option).

 - Setting up GNU's LIBRARY_PATH so that cpp can be found in it. This
   may not work, as gcc might search the main PATH first before trying
   these "default" places.

Probably the best bet is the "separate environments" way.

Colin.

-- Colin Peters - Saga Univ. Dept. of Information Science
-- colin@bird.fu.is.saga-u.ac.jp - finger for PGP public key
-- http://www.fu.is.saga-u.ac.jp/~colin/index.html
-- http://www.geocities.com/Tokyo/Towers/6162/

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: gcc problem
  1997-10-20  3:21 Frank Packenham
@ 1997-10-20  6:00 ` Fergus Henderson
  0 siblings, 0 replies; 28+ messages in thread
From: Fergus Henderson @ 1997-10-20  6:00 UTC (permalink / raw)
  To: Etc; +Cc: gnu-win32

Frank Packenham <Etc@Weirdness.com> writes:

>bash$ gcc laws.c
>Borland C++ Preprocessor Version 4.00 Copyright (c) 1993 Borland
>International
>Error: Incorrect command line option: -undef
>gcc: Internal compiler error: program cpp got fatal signal 1

You need to put the Cygwin directory in your PATH _before_
the Borland directory, otherwise gcc will try to use the
Borland cpp rather than the GNU cpp, which won't work.

--
Fergus Henderson <fjh@cs.mu.oz.au>   |  "I have always known that the pursuit
WWW: < http://www.cs.mu.oz.au/~fjh >   |  of excellence is a lethal habit"
PGP: finger fjh@128.250.37.3         |     -- the last words of T. S. Garp.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 28+ messages in thread

* gcc problem
@ 1997-10-20  3:21 Frank Packenham
  1997-10-20  6:00 ` Fergus Henderson
  0 siblings, 1 reply; 28+ messages in thread
From: Frank Packenham @ 1997-10-20  3:21 UTC (permalink / raw)
  To: gnu-win32

Well the install seemed to go well, but when I try to compile ( or make ) anything this is the result. bash$ gcc laws.c Borland C++ Preprocessor Version 4.00 Copyright (c) 1993 Borland International Error: Incorrect command line option: -undef gcc: Internal compiler error: program cpp got fatal signal 1 -undef is described in the UNIX man page for gcc. More importantly though, why is it trying to use this option, as you can see, I am not specifying it at the command line. Please reply via e-mail to : cisfjp@cis.unisa.edu.au as well as the list. -------------------------------- Frank Packenham CIS (Hons) e-mail: 9202917w@ares.elevels.unisa.edu.au Why not vistit my Website: http://www.cis.unisa.edu.au/~9202917w/ DECS Electronic Media Services

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: gcc problem
  1997-03-10  6:04 ` Jim Balter
@ 1997-03-10  6:11   ` Jon Thackray
  0 siblings, 0 replies; 28+ messages in thread
From: Jon Thackray @ 1997-03-10  6:11 UTC (permalink / raw)
  To: Jim Balter; +Cc: Jon Thackray, gnu-win32

Jim Balter writes:
 > Jon Thackray wrote:
 > > 
 > > I am running gcc on two similar NT 3.51 machines. In each case, gcc is
 > > invoked by a makefile line something like
 > >         .o.S
 > >         gcc -c $< -o $@
 > 
 > Well, since that isn't right, perhaps you can say what the Makefile
 > actually contains, instead of what it's something like.

Ok, try this.

$(OBJECTDIR)/%.o: %.S
	@echo 'MAKE: $< -> $@'
	@$(MKDIR) $(OBJECTDIR) $(MKDIREND)
	@$(ASM) $(ASMFLAGS)$@ $<

ASM expands into gcc, ASMFLAGS into a load of stuff to do include
directories, and eventually -o .

 > Any chance that one machine has a mount -b and the other doesn't?

How do I determine this?

 > Do ls -l and md5sum on both Makefiles produce the same results?

Yes.
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: gcc problem
  1997-03-10  4:11 Jon Thackray
@ 1997-03-10  6:04 ` Jim Balter
  1997-03-10  6:11   ` Jon Thackray
  0 siblings, 1 reply; 28+ messages in thread
From: Jim Balter @ 1997-03-10  6:04 UTC (permalink / raw)
  To: Jon Thackray; +Cc: gnu-win32

Jon Thackray wrote:
> 
> I am running gcc on two similar NT 3.51 machines. In each case, gcc is
> invoked by a makefile line something like
>         .o.S
>         gcc -c $< -o $@

Well, since that isn't right, perhaps you can say what the Makefile
actually contains, instead of what it's something like.

Any chance that one machine has a mount -b and the other doesn't?
Do ls -l and md5sum on both Makefiles produce the same results?

--
<J Q B>
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 28+ messages in thread

* gcc problem
@ 1997-03-10  4:11 Jon Thackray
  1997-03-10  6:04 ` Jim Balter
  0 siblings, 1 reply; 28+ messages in thread
From: Jon Thackray @ 1997-03-10  4:11 UTC (permalink / raw)
  To: gnu-win32

I am running gcc on two similar NT 3.51 machines. In each case, gcc is
invoked by a makefile line something like
	.o.S
	gcc -c $< -o $@

On one machine, it writes its object files to *.obj, and on the other,
it does as asked and writes to *.o

In both cases I'm using the beta-17 tools, indeed, one machine's
installation was produced by copying the other machine's. Any ideas
why I get this variation?
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2004-03-02 15:28 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-02 12:49 gcc problem Lauer Rainer
2004-03-02 12:53 ` Laurent Vaucher
2004-03-02 14:56 ` Gerrit P. Haase
2004-03-02 15:57   ` Gareth Pearce
  -- strict thread matches above, loose matches on Subject: below --
2003-09-14 21:00 swa004
2002-03-21  5:39 GCC problem Robert Collins
2002-03-21  5:17 Mike Hayden
2002-03-21  5:26 ` David Starks-Browning
     [not found] <Pine.LNX.4.33.0112142057150.7431-100000@heros.knurow.tpsa. pl>
2001-12-14 11:41 ` Larry Hall (RFK Partners, Inc)
2001-12-14 11:11 gahan
2001-09-06  7:31 gcc problem Peter Buckley
2001-09-06  7:36 ` Larry Hall (RFK Partners, Inc)
2001-09-06  6:45 Peter Buckley
2001-09-06  7:17 ` Dominik Zalewski
2001-09-06  6:41 Dominik Zalewski
2001-07-27 10:14 gcc_Problem Mr.Serkan Gumusbicak
2001-07-27 11:50 ` gcc_Problem Carl Hetherington
2000-08-11 16:12 gcc problem Consequator
2000-08-11 17:22 ` Chris Faylor
2000-08-12  3:37   ` Consequator
1997-10-23  7:26 Frank Packenham
1997-10-20 19:25 Colin Peters
1997-10-21  7:44 ` Steven J. Zeil
1997-10-20  3:21 Frank Packenham
1997-10-20  6:00 ` Fergus Henderson
1997-03-10  4:11 Jon Thackray
1997-03-10  6:04 ` Jim Balter
1997-03-10  6:11   ` Jon Thackray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).