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
_______________________________________________
Libpqxx-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to