bug-gnu-utils
[Top][All Lists]
Advanced

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

libintl Library Names


From: Grubb, Richard L
Subject: libintl Library Names
Date: Thu, 4 Dec 2003 10:12:29 -0600

I am trying to compile gettext 0.12.1
When running "make", it aborts with the message

/acct/rlg0301/bin/gcc -g -O2 -o .libs/gettext gettext-gettext.o  
../lib/libgrt.a -L../intl/.libs -lintl -L/acct/rlg0301/lib -lc -liconv 
-Wl,-blibpath:/acct/rlg0301/lib:/acct/rlg0301/lib/gcc-lib/rs6000-ibm-aix4.3.3.0/2.95.3:/acct/rlg0301/lib:/usr/lib:/lib
 
ld: 0711-317 ERROR: Undefined symbol: ..libintl_bindtextdomain
ld: 0711-317 ERROR: Undefined symbol: ..libintl_textdomain
ld: 0711-317 ERROR: Undefined symbol: ..libintl_gettext
ld: 0711-317 ERROR: Undefined symbol: ..libintl_dgettext

I did some digging into the other lines of output and see that earlier, make 
compile some files in the gettext-0.12.1/gettext-runtime/intl directory and 
made a list of names in
gettext-0.12.1/gettext-runtime/intl/.libs/libintl.exp

libintl.exp contains the names listed in ld error messages above, but without 
the leading ..

What should I do to fix this problem?

I have attached my make output, libintl.exp, and the config.log files

Attachment: libintl.exp
Description: libintl.exp

Attachment: config.log
Description: config.log

Attachment: make.out
Description: make.out


reply via email to

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