Hello,
I need to compile libpq with 10.5 for using later in the simulator.
I can use the libpq in the device without problems.
I'm forcing with this:
make clean && ./configure CFLAGS="-arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk" && make -C src/interfaces/libpq
but I'm getting the error:
ld: library not found for -
This library doesn't exist in the MacOSX10.5 folder, well, it doesn't exist in my entire hard drive.
thanks,
m.
OS X 10.6.2
XCode 3.2.1 64 bits