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]

re: problems compiling egcs on Solaris2.6


Hello,
  I am trying to compile egcs, and am running into a problem that I don't
have time to find and fix, and so was wondering if it was something fairly
obvious to others to fix.
  
  Here is a problem (there are many more files in this list BTW) that
comes up when it is trying to compile the libraries.  I was wondering if
anyone would know why this might be happening.

xgcc: pic/ldcomplex.o: No such file or directory
xgcc: pic/stdexcepti.o: No such file or directory
xgcc: pic/stlinst.o: No such file or directory
xgcc: ../libio/pic/filedoalloc.o: No such file or directory
xgcc: ../libio/pic/floatconv.o: No such file or directory
xgcc: ../libio/pic/genops.o: No such file or directory


alina# pwd
/opt/alina/src/objgcc
alina# find . -name ldcomplex.o
./libraries/libstdc++/ldcomplex.o
alina# find . -name genops.o
./libraries/libio/genops.o

  The files exist, but are not in the correct place.  If needed I could
copy each file into the correct place, but I don't know if that is the
best choice.

  I am using:
GNU assembler version 2.9 (sparc-sun-solaris2.6), using BFD version 2.9
GNU ld version 2.9 (with BFD 2.9)
gcc version 2.8.1
GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
GNU Bison version 1.25
SunOS alina 5.6 Generic sun4c sparc SUNW,Sun_4_40

../egcs-1.0.3a/configure --host=sparc-sun-solaris2.6 --enable-shared
--prefix=/usr/local/apps/egcs-gcc2 --enable-haifa --with-gnu-ld --enable-threads
--with-gnu-as --norecursion 


  Thanx.

========================================================================
James Black (Comp Sci/Elec Eng Senior)
e-mail: black@eng.usf.edu       http://www.eng.usf.edu/~black/index.html
For my public key: finger -l black@eng.usf.edu
"A person might be able to play without being creative, but he sure
can't be creative without playing" Kurt Hanks & Jay Parry
************************************************************************



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