This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

build errors


Dear sir: 
I met some compiling problems when i am building  gcc2.95.3. 
my system is:  Sun-solaris
can you help me to fix it? 
followings are error messages
error messages:
if [ x"no" = xyes ] && [ ! -d pic ]; then \
mkdir pic; \
else true; fi
touch stamp-picdir
rootme=`pwd`/ ; export rootme; \
CC="/home1/sanjeevb/gcc-2.95.3/gcc/xgcc -B/home1/sanjeevb/gcc-2.95.3/gcc/
-B/hom
e1/sanjeevb/gcc2.95.3/sparc-sun-solaris2.7/bin/ -I. -I."; export CC; \
CXX="/home1/sanjeevb/gcc-2.95.3/gcc/xgcc -B/home1/sanjeevb/gcc-2.95.3/gcc/
-B/ho
me1/sanjeevb/gcc2.95.3/sparc-sun-solaris2.7/bin/ -I. -I. -nostdinc++
-nostdinc++
-g -O2"; export CXX; \
CONFIG_NM="nm"; export CONFIG_NM; \
/bin/sh ./gen-params LIB_VERSION=2.8.0 >tmp-params.h
./gen-params: nm: not found
./gen-params: nm: not found
nm failed to find FUNC in dummy.o!
./gen-params: -1: bad number
make[1]: *** [_G_config.h] Error 1
make[1]: Leaving directory
`/home1/sanjeevb/gcc-2.95.3/sparc-sun-solaris2.7/libi
o'
make: *** [all-target-libio] Error 2

regards,
sanjeev


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]