bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: c++.m4


From: Hans Aberg
Subject: Re: FYI: c++.m4
Date: Sat, 17 Sep 2005 10:26:07 +0200


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]