David,
I have faced this issue before. This happens because your configure script
cannot find the libcharset library in the path. Try the following:
export LDFLAGS="-L<dir> -lcharset"
where <dir> is the directory path of the libcharset.a or libcharset.so
file.
Hope this helps.
Mukund
-----Original Message-----
From: [EMAIL PROTECTED] on behalf of David M. Fetter
Sent: Tue 7/27/2004 3:59 AM
To: [EMAIL PROTECTED]
Cc:
Subject: problem rebuilding gettext on rhel3
I'm getting an error when trying to rebuild gettext on a RHEL3 x86
system. It is as follows:
+ ./configure --prefix=/usr/local --with-libiconv-prefix=/usr/local
--with-included-gettext --disable-csharp --disable-shared
+ /usr/local/bin/make --no-print-directory
../intl/.libs/libintl.a(loadmsgcat.o)(.text+0x119): In function
locale_charset'
collect2: ld returned 1 exit status
make[3]: *** [gettext] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
Complete logging of the rebuild is in the attached tarball. Does
anybody know how to resolve this issue?
--
David M. Fetter - UNIX Systems Administrator
Portland State University - www.oit.pdx.edu
"Only those who attempt the absurd can achieve the impossible."
| This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. Visit us at http://www.cognizant.com |
