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]

Problems building gcc 2.95.2 on Solaris 2.7


I downloaded the gcc-2.95.2 .
I configured it according to your instructions, with
no special options.

When I tried to run "make bootstrap", I get the
following errors:


Entering directory `/home/tripathy/gcc/libiberty'
test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H  -I.
-I../../gcc-2.95.2/libiberty/../include  
../../gcc-2.95.2/libiberty/vsprintf.c -o
pic/vsprintf.o
cc -c -DHAVE_CONFIG_H  -I.
-I../../gcc-2.95.2/libiberty/../include 
../../gcc-2.95.2/libiberty/vsprintf.c
"../../gcc-2.95.2/libiberty/vsprintf.c", line 47:
undefined symbol: _IOSTRG
"../../gcc-2.95.2/libiberty/vsprintf.c", line 48:
warning: assignment type mismatch:
        pointer to uchar "=" pointer to char
cc: acomp failed for
../../gcc-2.95.2/libiberty/vsprintf.c
make[1]: *** [vsprintf.o] Error 2
make[1]: Leaving directory
`/home/tripathy/gcc/libiberty'
make: *** [all-libiberty] Error 2

I am not sure what this is and what is "_IOSTRG". I am
using the Sun's C compiler (SC5.0).
I would really appreciate your help.

Thanks,
Susmita tripathy



__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

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