Re: GCC compiler cannot create executables.

2002-12-06 Thread Larry Hall (RFK Partners, Inc)
At 02:28 AM 12/6/2002, Ryan Budge wrote: Hello list. Im having some trouble getting gcc working. I am trying to compile the CVS for coldsync but it doesn't work. I have done the same procedures on my BSD 4.7 box and all works fine. I have :- Windows XP Pro. Cygwin 1.3.15-2 Gcc 3.2-3

Re: GCC compiler cannot create executables.

2002-12-06 Thread Tim Prince
On Thursday 05 December 2002 23:28, Ryan Budge wrote: In my cvs directory I run :- %autoconf %./configure And I get : - Configure : error : installation or configuration problem : c compiler cannot create executables. Im attaching the output of cygcheck -c and config.log. Your

Re: GCC compiler cannot create executables.

2002-12-06 Thread Larry Hall (RFK Partners, Inc)
At 08:54 AM 12/6/2002, Tim Prince wrote: On Thursday 05 December 2002 23:28, Ryan Budge wrote: In my cvs directory I run :- %autoconf %./configure And I get : - Configure : error : installation or configuration problem : c compiler cannot create executables. Im attaching

RE: GCC compiler cannot create executables.

2002-12-06 Thread Ryan Budge
Hi Tim. Your config.log appears to say that the test gcc command wants to link gainst libuser32, and it doesn't find that library. Does gcc -v work for you from the command line? Do you have such a library? -- Tim Prince gcc -v does work from the command line. Ive attached a screen

Re: GCC compiler cannot create executables.

2002-12-06 Thread Michael A Chase
On Fri, 6 Dec 2002 16:08:07 +0200 Ryan Budge [EMAIL PROTECTED] wrote: Ive attached a screen cap of the window. Sorry... I don't have script like I do in BSD to give the output in text. Or am I being silly... The latter. You can cut and paste text from a console window in by pressing

Re: GCC compiler cannot create executables.

2002-12-06 Thread Igor Pechtchanski
On Fri, 6 Dec 2002, Michael A Chase wrote: On Fri, 6 Dec 2002 16:08:07 +0200 Ryan Budge [EMAIL PROTECTED] wrote: Ive attached a screen cap of the window. Sorry... I don't have script like I do in BSD to give the output in text. Or am I being silly... The latter. You can cut and paste

Re: GCC compiler cannot create executables.

2002-12-06 Thread Michael A Chase
On Fri, 6 Dec 2002 12:05:24 -0500 (EST) Igor Pechtchanski [EMAIL PROTECTED] wrote: FWIW, there's also apparently a cygwin port of 'script': http://cygwin.com/ml/cygwin/2002-09/msg01371.html It's also easy to redirect STDOUT and STDERR to a file. I found myself doing it often enough that I