On 17 Sep 2005, at 08:14, Akim Demaille wrote:
# Are special libraries needed?
LIBS='-L/usr/local/lib -lintl -liconv -lc -Wl,-framework -
Wl,CoreFoundation'
then the test suite passes.
From Mac OS 10.3.9 to 10.4.2, GCC 3 -> 4, and almost all libraries
in /usr/lib have become dynamic (.dylib).
How is this relevant to my message?
I do not know. I just compiled a piece of C++ code with Xcode, and if
I include the dynamic C++ standard library, I get compile errors,
saying that there is an error on the static C++ library. If I merely
remove the C++ dynamic library, it compiles all fine.
Also, a thing that may or may not be related to localization, which
showed up in the case of help2man, is that gcc -shared option is not
supported on Mac OS X. For GCC 3, see
http://developer.apple.com/documentation/DeveloperTools/gcc-3.3/
gcc/Link-Options.html