Bennett Helm <[EMAIL PROTECTED]> writes:

| On Aug 5, 2005, at 11:21 AM, Jean-Marc Lasgouttes wrote:
>
>> The code in libs/signals/src/Makefile.am libs/regex/src/Makefile.am
>> and looks like
>>
>> AM_CPPFLAGS += \
>>         $(PCH_FLAGS) \
>>         -DBOOST_USER_CONFIG="<config.h>" \
>>         $(BOOST_INCLUDES)
>>
>> I guess it should be replaced in 1.3.x by
>>
>> AM_CPPFLAGS = -DBOOST_USER_CONFIG="<config.h>"
>
| Applying the patch, doing make clean in boost, and compiling gives:
>
| ld: warning multiple definitions of symbol _locale_charset
| ../intl/libintl.a(localcharset.o) definition of _locale_charset in
| section (__TEXT,__text)
| /usr/lib/libiconv.dylib(localcharset.o) definition of _locale_charset

you probably have to compile with --disable-nls to get rid of this
one, unless you have a libintl installed on your system.
(then --without-included-gettext might do the trick)


-- 
        Lgb

Reply via email to