Bug 4928 - missing libintl.so
Summary: missing libintl.so
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: libintl3 (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Dmitry V. Levin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-04 01:08 MSD by Michael Shigorin
Modified: 2005-07-13 15:46 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Shigorin 2004-08-04 01:08:10 MSD
libintl-perl fails to build:

LD_RUN_PATH="" gcc  -shared -Wl,-O1 -L/usr/local/lib gettext_xs.o  -o
../blib/arch/auto/Locale/gettext_xs/gettext_xs.so   -lintl   
/usr/bin/ld: cannot find -lintl
Comment 1 Dmitry V. Levin 2004-08-04 12:31:27 MSD
Never build software with -lintl on GNU/Linux platform - use glibc interface
instead.
Comment 2 Michael Shigorin 2004-08-04 13:33:57 MSD
Ugh.  Should bother upstream... but somehow just dropped the module on the floor
as the task is already solved as of today by other means.