Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#1770 closed defect (fixed)

illegal reference in libintl.a

Reported by: yves@… Owned by: gnome-darwinports@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Building libgtop-2.5.2 on MacOSX 10.3.3 with gettext-0.14.1

creating timings /bin/sh ../libtool --mode=link gcc -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing- prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -fno-strict-aliasing -no-cpp-precomp -lintl -o first_static -static first.o ../lib/libgtop-2.0.la -lkvm gcc -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -fno-strict-aliasing -no-cpp-precomp -o first_static first.o -L/opt/local/lib ../lib/.libs/libgtop-2.0.a -L/usr/X11R6/lib -lXau /opt/local/lib/libglib -2.0.dylib /opt/local/lib/libintl.a /opt/local/lib/libiconv.a -lc -lkvm ld: /opt/local/lib/libintl.a(bindtextdom.o) illegal reference to symbol: nl_msg_cat_cntr defined in indirectly referenced dynamic library /opt/local/lib/libintl.3.dylib ld: /opt/local/lib/libintl.a(dcigettext.o) illegal reference to symbol: _libiconv defined in indirectly referenced dynamic library /opt/local/lib/libiconv.2.dylib ld: warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used symbol _locale_charset used from dynamic library /opt/local/lib/libintl.3.dylib(localcharset.o) not from earlier dynamic library /opt/local/lib/libiconv.2.dylib(localcharset.o)

Change History (4)

comment:1 Changed 20 years ago by yves@…

--disable-static in libgtop configure does work around the problem

comment:2 Changed 20 years ago by waqar@…

Owner: changed from darwinports-bugs@… to gnome-darwinports@…

comment:3 Changed 20 years ago by olegb@…

hmmm, ECANNOTREPRODUCE :(

comment:4 Changed 20 years ago by olegb@…

Resolution: fixed
Status: newclosed

entering --disable-static into configure.args to fix the problem reported.

Note: See TracTickets for help on using tickets.