Trying to install libstdc++-2.8.0
From: Gordon Burgess-Parker (gordon_at_localhost.localdomain)
Date: 06/30/05
- Previous message: lqualig_at_uku.co.uk: "Re: HLA discussed in Linux Journal"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Jun 2005 19:37:46 +0100
I'm trying to install libstdc++-2.8.0 because PGPcmdlin_6.5.8_Lnx_Fw.rpm
needs it. The extract goes OK, the ./configure goes OK BUT, when I type
"make" I get the following (to me) absolute gibberish!
Can anyone decipher this for me?
Thanks!
make[1]: Entering directory `/tmp/libstdc++-2.8.0/libiberty'
echo "# !Automatically generated from ./functions.def"\
"- DO NOT EDIT!" >needed2.awk
grep '^DEFVAR(' < ./functions.def \
| sed -e '/DEFVAR/s|DEFVAR.\([^,]*\).*|/\1/ { printf "#ifndef
NEED_\1\\n#define NEED_\1\\n#endif\\n" }|' \
>>needed2.awk
grep '^DEFFUNC(' < ./functions.def \
| sed -e '/DEFFUNC/s|DEFFUNC.\([^,]*\).*|/\1/ { printf "#ifndef
NEED_\1\\n#define NEED_\1\\n#endif\\n" }|' \
>>needed2.awk
echo "/* !Automatically generated from ./functions.def"\
"- DO NOT EDIT! */" >lconfig.h
awk -f needed2.awk <errors >>lconfig.h
cp lconfig.h config.tmp
/bin/sh ./../move-if-change config.tmp config.h
config.h is unchanged
touch stamp-config
test -z "" || \
gcc -c -g -O2 -I. -I./../include strerror.c -o pic/strerror.o
gcc -c -g -O2 -I. -I./../include strerror.c
strerror.c:460: error: static declaration of ‘sys_nerr’ follows non-static
declaration
/usr/include/bits/sys_errlist.h:27: error: previous declaration of
‘sys_nerr’ was here
strerror.c:461: error: conflicting types for ‘sys_errlist’
/usr/include/bits/sys_errlist.h:28: error: previous declaration of
‘sys_errlist’ was here
make[1]: *** [strerror.o] Error 1
make[1]: Leaving directory `/tmp/libstdc++-2.8.0/libiberty'
make: *** [all-libiberty] Error 2
-- Registered Linux User no 240308 Fedora Core 4, Pan, Thunderbird and Firefox gordonATgbpcomputingDOTcoDOTuk to email me remove the obvious!
- Previous message: lqualig_at_uku.co.uk: "Re: HLA discussed in Linux Journal"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]