U _fprintf$LDBLStubWhen linking my application, xcode reports that it cannot find that symbol and the link fails. So, I switched gcc to 3.3 and rebuilt apr. Looking at the symbols in getopt.o, it exports:
U _fprintf
It seems unusual that gcc 4.0 would generate a symbol which it cannot
link to later. The application I am building is using xcode, gcc 4.0,
and linking to the standard c libraries shipped with it including the
10.3.9 compatibility libraries.
I would like to build apr with gcc 4.0. Does anyone know how to accomplish this?
PGP.sig
Description: This is a digitally signed message part
