bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fileutils 4.1 - can not compile with statically linked libraries


From: zero
Subject: fileutils 4.1 - can not compile with statically linked libraries
Date: Tue, 20 Nov 2001 14:40:31 +0100


Hi,

as I told in subject I can not compile 'fileutils' with statically linked 
libraries.
I do it like that:

# ./configure
# ./make LDFLAGS=-static

I receive such error:

(...)
gcc  -g -O2  -static -o chgrp  chgrp.o chown-core.o ../lib/libfetish.a
../lib/libfetish.a(closeout.o): In function `close_stdout_status':
/mnt/LFS/tmp/fileutils-4.1/lib/closeout.c:96: undefined reference to 
`__fpending'
(...)

(full output is quite long, so I will put it on the end of this email)

My compiler is "gcc version 2.95.3 20010315 (release)".
My OS is Linux, Slackware 7.1, kernel version 2.2.16
My make is "GNU Make version 3.79, by Richard Stallman and Roland McGrath.
Built for i386-slackware-linux-gnu"

Do you have any idea? Do I do something wrong? Or is it a bug?

---------------
this is full output of command "make LDFLAGS=-static":

make  all-recursive
make[1]: Entering directory `/mnt/LFS/tmp/fileutils-4.1'
Making all in lib
make[2]: Entering directory `/mnt/LFS/tmp/fileutils-4.1/lib'
sed \
  -e '/@IGNORE@/d' \
  -e 's/@xstat@/lstat/g' \
  -e '/_LSTAT_ONLY@/d' \
  -e '/@BEGIN_STAT_ONLY@/,/@END_STAT_ONLY@/d' \
  ./xstat.in > lstat.c-t
mv lstat.c-t lstat.c
sed \
  -e '/@IGNORE@/d' \
  -e 's/@xstat@/stat/g' \
  -e '/_STAT_ONLY@/d' \
  -e '/@BEGIN_LSTAT_ONLY@/,/@END_LSTAT_ONLY@/d' \
  ./xstat.in > stat.c-t
mv stat.c-t stat.c
make  all-am
make[3]: Entering directory `/mnt/LFS/tmp/fileutils-4.1/lib'
source='getdate.c' object='getdate.o' libtool=no \
depfile='.deps/getdate.Po' tmpdepfile='.deps/getdate.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o getdate.o `test -f getdate.c || echo './'`getdate.c
source='posixtm.c' object='posixtm.o' libtool=no \
depfile='.deps/posixtm.Po' tmpdepfile='.deps/posixtm.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o posixtm.o `test -f posixtm.c || echo './'`posixtm.c
source='addext.c' object='addext.o' libtool=no \
depfile='.deps/addext.Po' tmpdepfile='.deps/addext.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o addext.o `test -f addext.c || echo './'`addext.c
source='argmatch.c' object='argmatch.o' libtool=no \
depfile='.deps/argmatch.Po' tmpdepfile='.deps/argmatch.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o argmatch.o `test -f argmatch.c || echo './'`argmatch.c
source='backupfile.c' object='backupfile.o' libtool=no \
depfile='.deps/backupfile.Po' tmpdepfile='.deps/backupfile.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o backupfile.o `test -f backupfile.c || echo './'`backupfile.c
source='basename.c' object='basename.o' libtool=no \
depfile='.deps/basename.Po' tmpdepfile='.deps/basename.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o basename.o `test -f basename.c || echo './'`basename.c
source='canon-host.c' object='canon-host.o' libtool=no \
depfile='.deps/canon-host.Po' tmpdepfile='.deps/canon-host.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o canon-host.o `test -f canon-host.c || echo './'`canon-host.c
source='closeout.c' object='closeout.o' libtool=no \
depfile='.deps/closeout.Po' tmpdepfile='.deps/closeout.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o closeout.o `test -f closeout.c || echo './'`closeout.c
source='diacrit.c' object='diacrit.o' libtool=no \
depfile='.deps/diacrit.Po' tmpdepfile='.deps/diacrit.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o diacrit.o `test -f diacrit.c || echo './'`diacrit.c
source='dirname.c' object='dirname.o' libtool=no \
depfile='.deps/dirname.Po' tmpdepfile='.deps/dirname.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o dirname.o `test -f dirname.c || echo './'`dirname.c
source='dup-safer.c' object='dup-safer.o' libtool=no \
depfile='.deps/dup-safer.Po' tmpdepfile='.deps/dup-safer.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o dup-safer.o `test -f dup-safer.c || echo './'`dup-safer.c
source='exclude.c' object='exclude.o' libtool=no \
depfile='.deps/exclude.Po' tmpdepfile='.deps/exclude.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o exclude.o `test -f exclude.c || echo './'`exclude.c
source='filemode.c' object='filemode.o' libtool=no \
depfile='.deps/filemode.Po' tmpdepfile='.deps/filemode.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o filemode.o `test -f filemode.c || echo './'`filemode.c
source='fopen-safer.c' object='fopen-safer.o' libtool=no \
depfile='.deps/fopen-safer.Po' tmpdepfile='.deps/fopen-safer.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o fopen-safer.o `test -f fopen-safer.c || echo './'`fopen-safer.c
source='full-write.c' object='full-write.o' libtool=no \
depfile='.deps/full-write.Po' tmpdepfile='.deps/full-write.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o full-write.o `test -f full-write.c || echo './'`full-write.c
source='getopt.c' object='getopt.o' libtool=no \
depfile='.deps/getopt.Po' tmpdepfile='.deps/getopt.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o getopt.o `test -f getopt.c || echo './'`getopt.c
source='getopt1.c' object='getopt1.o' libtool=no \
depfile='.deps/getopt1.Po' tmpdepfile='.deps/getopt1.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o getopt1.o `test -f getopt1.c || echo './'`getopt1.c
source='getstr.c' object='getstr.o' libtool=no \
depfile='.deps/getstr.Po' tmpdepfile='.deps/getstr.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o getstr.o `test -f getstr.c || echo './'`getstr.c
source='getugroups.c' object='getugroups.o' libtool=no \
depfile='.deps/getugroups.Po' tmpdepfile='.deps/getugroups.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o getugroups.o `test -f getugroups.c || echo './'`getugroups.c
source='hard-locale.c' object='hard-locale.o' libtool=no \
depfile='.deps/hard-locale.Po' tmpdepfile='.deps/hard-locale.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o hard-locale.o `test -f hard-locale.c || echo './'`hard-locale.c
source='hash.c' object='hash.o' libtool=no \
depfile='.deps/hash.Po' tmpdepfile='.deps/hash.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o hash.o `test -f hash.c || echo './'`hash.c
source='human.c' object='human.o' libtool=no \
depfile='.deps/human.Po' tmpdepfile='.deps/human.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o human.o `test -f human.c || echo './'`human.c
source='idcache.c' object='idcache.o' libtool=no \
depfile='.deps/idcache.Po' tmpdepfile='.deps/idcache.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o idcache.o `test -f idcache.c || echo './'`idcache.c
source='isdir.c' object='isdir.o' libtool=no \
depfile='.deps/isdir.Po' tmpdepfile='.deps/isdir.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o isdir.o `test -f isdir.c || echo './'`isdir.c
source='linebuffer.c' object='linebuffer.o' libtool=no \
depfile='.deps/linebuffer.Po' tmpdepfile='.deps/linebuffer.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o linebuffer.o `test -f linebuffer.c || echo './'`linebuffer.c
source='localcharset.c' object='localcharset.o' libtool=no \
depfile='.deps/localcharset.Po' tmpdepfile='.deps/localcharset.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o localcharset.o `test -f localcharset.c || echo './'`localcharset.c
source='long-options.c' object='long-options.o' libtool=no \
depfile='.deps/long-options.Po' tmpdepfile='.deps/long-options.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o long-options.o `test -f long-options.c || echo './'`long-options.c
source='makepath.c' object='makepath.o' libtool=no \
depfile='.deps/makepath.Po' tmpdepfile='.deps/makepath.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o makepath.o `test -f makepath.c || echo './'`makepath.c
source='mbswidth.c' object='mbswidth.o' libtool=no \
depfile='.deps/mbswidth.Po' tmpdepfile='.deps/mbswidth.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o mbswidth.o `test -f mbswidth.c || echo './'`mbswidth.c
source='md5.c' object='md5.o' libtool=no \
depfile='.deps/md5.Po' tmpdepfile='.deps/md5.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o md5.o `test -f md5.c || echo './'`md5.c
source='memcasecmp.c' object='memcasecmp.o' libtool=no \
depfile='.deps/memcasecmp.Po' tmpdepfile='.deps/memcasecmp.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o memcasecmp.o `test -f memcasecmp.c || echo './'`memcasecmp.c
source='memcoll.c' object='memcoll.o' libtool=no \
depfile='.deps/memcoll.Po' tmpdepfile='.deps/memcoll.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o memcoll.o `test -f memcoll.c || echo './'`memcoll.c
source='modechange.c' object='modechange.o' libtool=no \
depfile='.deps/modechange.Po' tmpdepfile='.deps/modechange.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o modechange.o `test -f modechange.c || echo './'`modechange.c
source='path-concat.c' object='path-concat.o' libtool=no \
depfile='.deps/path-concat.Po' tmpdepfile='.deps/path-concat.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o path-concat.o `test -f path-concat.c || echo './'`path-concat.c
source='physmem.c' object='physmem.o' libtool=no \
depfile='.deps/physmem.Po' tmpdepfile='.deps/physmem.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o physmem.o `test -f physmem.c || echo './'`physmem.c
source='quote.c' object='quote.o' libtool=no \
depfile='.deps/quote.Po' tmpdepfile='.deps/quote.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o quote.o `test -f quote.c || echo './'`quote.c
source='quotearg.c' object='quotearg.o' libtool=no \
depfile='.deps/quotearg.Po' tmpdepfile='.deps/quotearg.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o quotearg.o `test -f quotearg.c || echo './'`quotearg.c
source='readtokens.c' object='readtokens.o' libtool=no \
depfile='.deps/readtokens.Po' tmpdepfile='.deps/readtokens.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o readtokens.o `test -f readtokens.c || echo './'`readtokens.c
source='safe-read.c' object='safe-read.o' libtool=no \
depfile='.deps/safe-read.Po' tmpdepfile='.deps/safe-read.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o safe-read.o `test -f safe-read.c || echo './'`safe-read.c
source='same.c' object='same.o' libtool=no \
depfile='.deps/same.Po' tmpdepfile='.deps/same.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o same.o `test -f same.c || echo './'`same.c
source='save-cwd.c' object='save-cwd.o' libtool=no \
depfile='.deps/save-cwd.Po' tmpdepfile='.deps/save-cwd.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o save-cwd.o `test -f save-cwd.c || echo './'`save-cwd.c
source='savedir.c' object='savedir.o' libtool=no \
depfile='.deps/savedir.Po' tmpdepfile='.deps/savedir.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o savedir.o `test -f savedir.c || echo './'`savedir.c
source='sha.c' object='sha.o' libtool=no \
depfile='.deps/sha.Po' tmpdepfile='.deps/sha.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o sha.o `test -f sha.c || echo './'`sha.c
source='stripslash.c' object='stripslash.o' libtool=no \
depfile='.deps/stripslash.Po' tmpdepfile='.deps/stripslash.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o stripslash.o `test -f stripslash.c || echo './'`stripslash.c
source='unicodeio.c' object='unicodeio.o' libtool=no \
depfile='.deps/unicodeio.Po' tmpdepfile='.deps/unicodeio.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o unicodeio.o `test -f unicodeio.c || echo './'`unicodeio.c
source='userspec.c' object='userspec.o' libtool=no \
depfile='.deps/userspec.Po' tmpdepfile='.deps/userspec.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o userspec.o `test -f userspec.c || echo './'`userspec.c
source='version-etc.c' object='version-etc.o' libtool=no \
depfile='.deps/version-etc.Po' tmpdepfile='.deps/version-etc.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o version-etc.o `test -f version-etc.c || echo './'`version-etc.c
source='xgetcwd.c' object='xgetcwd.o' libtool=no \
depfile='.deps/xgetcwd.Po' tmpdepfile='.deps/xgetcwd.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o xgetcwd.o `test -f xgetcwd.c || echo './'`xgetcwd.c
source='xgethostname.c' object='xgethostname.o' libtool=no \
depfile='.deps/xgethostname.Po' tmpdepfile='.deps/xgethostname.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o xgethostname.o `test -f xgethostname.c || echo './'`xgethostname.c
source='xmalloc.c' object='xmalloc.o' libtool=no \
depfile='.deps/xmalloc.Po' tmpdepfile='.deps/xmalloc.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o xmalloc.o `test -f xmalloc.c || echo './'`xmalloc.c
source='xstrdup.c' object='xstrdup.o' libtool=no \
depfile='.deps/xstrdup.Po' tmpdepfile='.deps/xstrdup.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o xstrdup.o `test -f xstrdup.c || echo './'`xstrdup.c
source='xstrtod.c' object='xstrtod.o' libtool=no \
depfile='.deps/xstrtod.Po' tmpdepfile='.deps/xstrtod.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o xstrtod.o `test -f xstrtod.c || echo './'`xstrtod.c
source='xstrtol.c' object='xstrtol.o' libtool=no \
depfile='.deps/xstrtol.Po' tmpdepfile='.deps/xstrtol.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o xstrtol.o `test -f xstrtol.c || echo './'`xstrtol.c
source='xstrtoul.c' object='xstrtoul.o' libtool=no \
depfile='.deps/xstrtoul.Po' tmpdepfile='.deps/xstrtoul.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o xstrtoul.o `test -f xstrtoul.c || echo './'`xstrtoul.c
source='xstrtoumax.c' object='xstrtoumax.o' libtool=no \
depfile='.deps/xstrtoumax.Po' tmpdepfile='.deps/xstrtoumax.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o xstrtoumax.o `test -f xstrtoumax.c || echo './'`xstrtoumax.c
source='yesno.c' object='yesno.o' libtool=no \
depfile='.deps/yesno.Po' tmpdepfile='.deps/yesno.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o yesno.o `test -f yesno.c || echo './'`yesno.c
source='readutmp.c' object='readutmp.o' libtool=no \
depfile='.deps/readutmp.Po' tmpdepfile='.deps/readutmp.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o readutmp.o `test -f readutmp.c || echo './'`readutmp.c
source='regex.c' object='regex.o' libtool=no \
depfile='.deps/regex.Po' tmpdepfile='.deps/regex.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o regex.o `test -f regex.c || echo './'`regex.c
source='fsusage.c' object='fsusage.o' libtool=no \
depfile='.deps/fsusage.Po' tmpdepfile='.deps/fsusage.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o fsusage.o `test -f fsusage.c || echo './'`fsusage.c
source='mountlist.c' object='mountlist.o' libtool=no \
depfile='.deps/mountlist.Po' tmpdepfile='.deps/mountlist.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl    -g -O2 -c 
-o mountlist.o `test -f mountlist.c || echo './'`mountlist.c
rm -f libfetish.a
ar cru libfetish.a getdate.o posixtm.o addext.o argmatch.o backupfile.o 
basename.o canon-host.o closeout.o diacrit.o dirname.o dup-safer.o exclude.o 
filemode.o fopen-safer.o full-write.o getopt.o getopt1.o getstr.o getugroups.o 
hard-locale.o hash.o human.o idcache.o isdir.o linebuffer.o localcharset.o 
long-options.o makepath.o mbswidth.o md5.o memcasecmp.o memcoll.o modechange.o 
path-concat.o physmem.o quote.o quotearg.o readtokens.o safe-read.o same.o 
save-cwd.o savedir.o sha.o stripslash.o unicodeio.o userspec.o version-etc.o 
xgetcwd.o xgethostname.o xmalloc.o xstrdup.o xstrtod.o xstrtol.o xstrtoul.o 
xstrtoumax.o yesno.o readutmp.o regex.o fsusage.o mountlist.o 
ranlib libfetish.a
/bin/sh ./config.charset 'i586-pc-linux-gnu' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/fileutils/g' ref-add.sin > ref-add.sed-t
mv ref-add.sed-t ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/fileutils/g' ref-del.sin > ref-del.sed-t
mv ref-del.sed-t ref-del.sed
make[3]: Leaving directory `/mnt/LFS/tmp/fileutils-4.1/lib'
make[2]: Leaving directory `/mnt/LFS/tmp/fileutils-4.1/lib'
Making all in intl
make[2]: Entering directory `/mnt/LFS/tmp/fileutils-4.1/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mnt/LFS/tmp/fileutils-4.1/intl'
Making all in src
make[2]: Entering directory `/mnt/LFS/tmp/fileutils-4.1/src'
make  all-am
make[3]: Entering directory `/mnt/LFS/tmp/fileutils-4.1/src'
source='chgrp.c' object='chgrp.o' libtool=no \
depfile='.deps/chgrp.Po' tmpdepfile='.deps/chgrp.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DSHAREDIR=\"/usr/local/share\" 
-DHAVE_CONFIG_H -I.. -I. -I../lib -I../intl    -g -O2 -c -o chgrp.o `test -f 
chgrp.c || echo './'`chgrp.c
source='chown-core.c' object='chown-core.o' libtool=no \
depfile='.deps/chown-core.Po' tmpdepfile='.deps/chown-core.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/local/share/locale\" -DSHAREDIR=\"/usr/local/share\" 
-DHAVE_CONFIG_H -I.. -I. -I../lib -I../intl    -g -O2 -c -o chown-core.o `test 
-f chown-core.c || echo './'`chown-core.c
gcc  -g -O2  -static -o chgrp  chgrp.o chown-core.o ../lib/libfetish.a 
../lib/libfetish.a(closeout.o): In function `close_stdout_status':
/mnt/LFS/tmp/fileutils-4.1/lib/closeout.c:96: undefined reference to 
`__fpending'
collect2: ld returned 1 exit status
make[3]: *** [chgrp] Error 1
make[3]: Leaving directory `/mnt/LFS/tmp/fileutils-4.1/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mnt/LFS/tmp/fileutils-4.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/LFS/tmp/fileutils-4.1'
make: *** [all] Error 2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]