Skip site navigation (1)Skip section navigation (2)
Date:      03 Jul 2004 19:34:42 -0400
From:      Lowell Gilbert <freebsd-ports-local@be-well.ilk.org>
To:        freebsd-ports@freebsd.org
Subject:   devel/popt not building
Message-ID:  <44lli0is19.fsf@be-well.ilk.org>

next in thread | raw e-mail | index | archive | help
This is turning up on today's ports, both -CURRENT and -STABLE systems

(cd .libs && rm -f libpopt.la && ln -sf ../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  cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I.   -I/usr/local/include  -O -pipe -march=pentiumpro -c `test -f 'test1.c' || echo './'`test1.c
/bin/sh ./libtool --mode=link cc  -O -pipe -march=pentiumpro    -o test1 -all-static test1.o libpopt.la 
cc -O -pipe -march=pentiumpro -o test1 -static test1.o .libs/libpopt.a 
.libs/libpopt.a(popt.o): In function `poptGetNextOpt':
popt.o(.text+0x1a77): undefined reference to `libintl_dgettext'
.libs/libpopt.a(popt.o): In function `poptStrerror':
popt.o(.text+0x22d3): undefined reference to `libintl_dgettext'
.libs/libpopt.a(popthelp.o): In function `getArgDescrip':
popthelp.o(.text+0x160): undefined reference to `libintl_dgettext'
.libs/libpopt.a(popthelp.o): In function `singleOptionDefaultValue':
popthelp.o(.text+0x18b): undefined reference to `libintl_dgettext'
.libs/libpopt.a(popthelp.o): In function `singleOptionHelp':
popthelp.o(.text+0x33e): undefined reference to `libintl_dgettext'
.libs/libpopt.a(popthelp.o)(.text+0xa4b): more undefined references to `libintl_dgettext' follow
*** Error code 1

Stop in /usr/ports/devel/popt/work/popt-1.7.
*** Error code 1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44lli0is19.fsf>