This is the mail archive of the gcc-bugs@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-1.1b bootstrap-lean on SunOS 5.6: stab.h not found?


I am not sure if this really is a bug, so sorry if not...

after the untar of the complete archive I did:

  cd egcs-1.1b  
  mkdir BUILD-solaris ; cd BUILD-solaris
  ../configure --enable-shared
  make bootstrap-lean (make=gnumake 3.74)

The current compiler on this system is 
  egcs-2.91.12 980302 (gcc-2.8.0 release)

I got the following error:

[...]
make[2]: Entering directory `/oberlaa/src/egcs-1.1b/BUILD-solaris/gcc'
gcc -c  -DIN_GCC  -DSVR4  -g  -DHAVE_CONFIG_H -DHAIFA    -I. -I../../gcc
-I../../gcc/config ../../gcc/final.c
In file included from ../../gcc/system.h:101,
                 from ../../gcc/final.c:53:
/usr/local/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.91.12/include/sys/param.h:187:
warning: `NBBY' redefined
/usr/include/sys/select.h:45: warning: this is the location of the
previous definition
../../gcc/final.c:79: stab.h: No such file or directory
make[2]: *** [final.o] Error 1
make[2]: Leaving directory `/oberlaa/src/egcs-1.1b/BUILD-solaris/gcc'
make[1]: *** [bootstrap-lean] Error 2
make[1]: Leaving directory `/oberlaa/src/egcs-1.1b/BUILD-solaris/gcc'
make: *** [bootstrap-lean] Error 2
Exit 2

Well, there really isnt a stab.h in any of the include paths, but
why do I suddenly need one and how would I get one?
Can I just copy the one from a Sparc SunOS 4.1.4 system?

Johann


-- 
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-61-12/77
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]