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]

How to compile with gas, gld and libg++



I have been trying, unccessfully for the past 5 days to build egcs on 
hppa1.1-hp-hpux10.20. I notice that there is very little documentation
on the egcs project(at least I couldn't find it).

I saw that in one of the README's there was mentioned that 'make
bootsrap' can build gas and gld and later use those to finish the build
of egcs. The readme file said that it was possible if binutils and the
other packages were correctly unpacked in the egcs tree. I didn't find
anything that said how to correctly unpack a package in the egcs tree.
Some help with that would be appreciated.

I tried configure `--with-gnu-as --with-gnu-ld' and
`--with-as=/path/to/as --with-ld=/path/to/ld', the second failed to
recodnise that as and ld were infact gas and gld, I tried
`--with-as=/path/to/as --with-gnu-as --with-ld=/path/to/ld --with-gnu-ld'.
all of those failed.

 
Nikola



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