Jonathan Blitz wrote: > 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.
You're apparently missing as = the assembler. That normally means "gas", the gnu assembler. Part of the "binutils" package, I think. Make sure you have that installed. Cheers, Bart _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
