Bug 4928

Summary: missing libintl.so
Product: Sisyphus Reporter: Michael Shigorin <mike>
Component: libintl3Assignee: Dmitry V. Levin <ldv>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: normal    
Priority: P2    
Version: unstable   
Hardware: all   
OS: Linux   

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.