This is the mail archive of the gcc@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]

egcs-971201 build on SunOS 5.5.1


I tried to build egcs-971201 on a SunOS 5.5.1, 
Generic sun4u sparc SUNW,Ultra-2 machine,
using gnumake version 3.74 and gcc 2.7.2.1:
  cd objsolaris
  $EGCS/configure --prefix $pref
  gnumake bootstrap-lean

[...]
make[2]: Entering directory `/oberlaa/src/egcs-971201/OBJ-solaris/gcc'
./xgcc -B./  -DIN_GCC  -DSVR4  -g -I./include     -DNO_MEM
-DNO_LONG_DOUBLE_IO -O0 -I. -c ../../gcc/enquire.c
../../gcc/enquire.c:497: parse error before `lab'
../../gcc/enquire.c:497: warning: data definition has no type or storage
class
../../gcc/enquire.c: In function `setmode':
../../gcc/enquire.c:602: `stderr' undeclared (first use this function)
../../gcc/enquire.c:602: (Each undeclared identifier is reported only
once
../../gcc/enquire.c:602: for each function it appears in.)
../../gcc/enquire.c: In function `xmalloc':
../../gcc/enquire.c:627: `stderr' undeclared (first use this function)
../../gcc/enquire.c: In function `main':
../../gcc/enquire.c:687: `stderr' undeclared (first use this function)
../../gcc/enquire.c: In function `fprop':
../../gcc/enquire.c:2304: `stderr' undeclared (first use this function)
../../gcc/enquire.c: In function `dprop':
In file included from ../../gcc/enquire.c:2839:
../../gcc/enquire.c:2304: `stderr' undeclared (first use this function)
../../gcc/enquire.c: In function `ldprop':
In file included from ../../gcc/enquire.c:2839,
                 from ../../gcc/enquire.c:2839:
../../gcc/enquire.c:2304: `stderr' undeclared (first use this function)
make[2]: *** [enquire.o] Error 1

I had no propblems compiling on a SunOS 4.1.3_U1 2 sun4m
machine.

(The 1127 snapshot didnt compile on SunOS 5.5.1 either)

Any ideas? 

Excuse me (but let me know) if this is not the right list
for this kind of questions!

Cheers,
  Johann

-- 
Mr. Johann Petrak                   Email: johann@ai.univie.ac.at
Austrian Research Institute for AI  Phone:     +43-1-533-61-12/13
Schottengasse 3                     Fax:          +43-1-532-06-52
A-1010 Vienna, AUSTRIA         http://www.ai.univie.ac.at/~johann


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