Tried to compile a test program (both under Windows and under MingW32). Both cases returned an error:
gcc.exe: Installation problem, cannot exec 'as': No such file or directory. -----Original Message----- From: Bart Samwel [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 12:10 PM To: Jonathan Blitz Cc: 'Jeroen T. Vermeulen'; [email protected] Subject: Re: [libpqxx-general] FW: Setup in Windows 2000 Jonathan Blitz wrote: > Finally managed to get it to use the configure file. > > Decided to break the cardinal rule and read the manual! > > Anyway. > All starts well in the PostgreSQL configure file (after I installed the GCC > compiler). > > However, now I get a new error message: > > "C compiler cannot create executables" > > HELP!!!!!!!!!!! I believe this error is the generic error message configure gives you when your compiler "doesn't work". Configure probably writes a log file showing what it is trying to do (although I don't know where), you should check it out to see what command it's trying to execute. But first... when you have a test.c file somewhere, can you compile it into an executable yourself using "gcc test.c"? Cheers, Bart -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.5.4/332 - Release Date: 5/4/2006 -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.5.4/332 - Release Date: 05/04/2006 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.5.4/332 - Release Date: 05/04/2006 _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
