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]

Trouble building i686-pc-linux-gnulibc1 with i686-pc-linux-gnu


I built i686-pc-linux-gnu [gcc version egcs-2.90.27 980315 (egcs-1.0.2
release)] cleanly on my system. 

I then found that i needed a libc 5 based compiler because some vendor
software libraries i have don't work with glibc2 (== libc 6 ?) that is
part of the i686-pc-linux-gnu compiler.

I proceeded to make a seperate and new build directory and did the
following in that directory -

% ../egcs-1.0.2/configure i686-pc-linux-gnulibc1
--prefix=/home/egcs_libc1
% make bootstrap >& mklog.build &

It died when 

./genattr ../../egcs-1.0.2/gcc/config/i386/i386.md > tmp-attr.h

seg faulted.

Given my objective is what i am trying to do correct/sensible ? 

What is the best way to build a compiler that will use libc ?
-- 
regards,
 Ramesh
(Ramesh Narayanaswamy)


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