Hello,
I'm developing a plug-in which must work since MacOS 10.2.8.
It Work perfectly on a macintel (10.4.8) and a G5 (10.4.6) with xcode 2.4 installed.
I tested it on a G4 with 10.3.4 and the plug-in failed to load.
When I lanch Safari from a terminal, at the load time, I can see:
/Library/Internet Plug-ins/name_of_the_plugin/ undefined reference to _cosf expected to be defined in /usr/lib/libSystem.B.dylib
And all trigonometric functions are undefined ...
I Use static librairies, with these options:
static for c++ standard library type.
I have only sdk 10.3.9 et 10.4u installed, should I install the 10.2.8 one ?