bug-gnulib
[Top][All Lists]
Advanced

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

[Bug-gnulib] lib/setenv.c doesn't work on Solaris -- copy in glibc CVS d


From: Simon Josefsson
Subject: [Bug-gnulib] lib/setenv.c doesn't work on Solaris -- copy in glibc CVS does
Date: Thu, 28 Nov 2002 06:30:34 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu)

...
if /bin/bash ../libtool --mode=compile gcc -DLOCALEDIR=\"\" 
-DSYSTEMCFGFILE=\"/tmp/jas/etc/shishi.conf\" 
-DSKELCFGFILE=\"/tmp/jas/share/shishi/shishi.skel\" -DHAVE_CONFIG_H -I. -I. 
-I.. -I../asn1/lib -I../crypto/src    -g -I../argp -MT setenv.lo -MD -MP -MF 
".deps/setenv.Tpo" \
  -c -o setenv.lo `test -f 'setenv.c' || echo './'`setenv.c; \
then mv ".deps/setenv.Tpo" ".deps/setenv.Plo"; \
else rm -f ".deps/setenv.Tpo"; exit 1; \
fi
rm -f .libs/setenv.lo
gcc -DLOCALEDIR=\"\" -DSYSTEMCFGFILE=\"/tmp/jas/etc/shishi.conf\" 
-DSKELCFGFILE=\"/tmp/jas/share/shishi/shishi.skel\" -DHAVE_CONFIG_H -I. -I. 
-I.. -I../asn1/lib -I../crypto/src -g -I../argp -MT setenv.lo -MD -MP -MF 
.deps/setenv.Tpo -c setenv.c
-fPIC -DPIC -o .libs/setenv.lo
setenv.c: In function `setenv':
setenv.c:53: `environ' undeclared (first use in this function)
setenv.c:53: (Each undeclared identifier is reported only once
setenv.c:53: for each function it appears in.)
setenv.c: In function `unsetenv':
setenv.c:119: `environ' undeclared (first use in this function)
make: *** [setenv.lo] Error 1
$ 





reply via email to

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