Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] popt doesn't cast

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Pierre Abbat <phma AT webjockey.net>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] popt doesn't cast
  • Date: Tue, 31 Dec 2002 17:39:25 -0500

I tried to cast gnumeric, which needs a bunch of stuff including popt. popt
failed to link. Here's the end of the compile log. Any hints?

phma
---
source='popthelp.c' object='popthelp.lo' libtool=yes \
depfile='.deps/popthelp.Plo' tmpdepfile='.deps/popthelp.TPlo' \
depmode=gcc3 /bin/sh ./depcomp \
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I.
-Wall -march=i386 -c -o popthelp.lo `test -f 'po
pthelp.c' || echo './'`popthelp.c
rm -f .libs/popthelp.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -Wall -march=i386 -c popthelp.c -MT
popthelp.lo -MD -MP -MF .deps/popthelp.TPlo -fP
IC -DPIC -o .libs/popthelp.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -Wall -march=i386 -c popthelp.c -MT
popthelp.lo -MD -MP -MF .deps/popthelp.TPlo -o p
opthelp.o >/dev/null 2>&1
mv -f .libs/popthelp.lo popthelp.lo
/bin/sh ./libtool --mode=link gcc -Wall -march=i386 -s -o libpopt.la -rpath
/usr/lib popt.lo findme.lo poptparse.lo poptc
onfig.lo popthelp.lo
rm -fr .libs/libpopt.la .libs/libpopt.* .libs/libpopt.*
gcc -shared popt.lo findme.lo poptparse.lo poptconfig.lo popthelp.lo
-Wl,-soname -Wl,libpopt.so.0 -o .libs/libpopt.so.0.0
.0
(cd .libs && rm -f libpopt.so.0 && ln -s libpopt.so.0.0.0 libpopt.so.0)
(cd .libs && rm -f libpopt.so && ln -s libpopt.so.0.0.0 libpopt.so)
ar cru .libs/libpopt.a popt.o findme.o poptparse.o poptconfig.o popthelp.o
ranlib .libs/libpopt.a
creating libpopt.la
(cd .libs && rm -f libpopt.la && ln -s ../libpopt.la libpopt.la)
source='test1.c' object='test1.o' libtool=no \
depfile='.deps/test1.Po' tmpdepfile='.deps/test1.TPo' \
depmode=gcc3 /bin/sh ./depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -Wall -march=i386 -c `test -f
'test1.c' || echo './'`test1.c
/bin/sh ./libtool --mode=link gcc -Wall -march=i386 -s -o test1 -all-static
test1.o libpopt.la
gcc -Wall -march=i386 -s -o test1 -static test1.o ./.libs/libpopt.a
./.libs/libpopt.a(popt.o): In function `poptGetNextOpt':
popt.o(.text+0x1f9f): undefined reference to `libintl_dgettext'
./.libs/libpopt.a(popt.o): In function `poptStrerror':
popt.o(.text+0x2a01): undefined reference to `libintl_dgettext'
popt.o(.text+0x2a1e): undefined reference to `libintl_dgettext'
popt.o(.text+0x2a3b): undefined reference to `libintl_dgettext'
popt.o(.text+0x2a58): undefined reference to `libintl_dgettext'
./.libs/libpopt.a(popt.o)(.text+0x2a75): more undefined references to
`libintl_dgettext' follow
collect2: ld returned 1 exit status
make[2]: *** [test1] Error 1
make[2]: Leaving directory `/usr/src/popt-1.7'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/popt-1.7'
make: *** [all] Error 2




Archive powered by MHonArc 2.6.24.

Top of Page