This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: "missing files"



>hal.net.brandeis.edu 41: ld -V
>92453-07 linker command s800.sgs ld PA64 B.11.18 REL 000922
>ld: 92453-07 linker linker ld B.11.18 000922
>ld: Usage:  ld [options] [flags] files
>hal.net.brandeis.edu 42:
>
>for some reason i get hte feeling that means it's still looking at the HP 
>ones. if i'm right, then how do i switch over to the gnubinutils?
>(gnubinutils were made into the directory "gnubinutils-2.11.2" which has 
>path "/software/gnubinutils-2.11.2")

The for sure don't look like GNU binutils (which ld say something like
GNU ld version 2.11.90.0.8 (with BFD 2.11.90.0.8)

I'm not sure anout binutils and make, but if they behave like gcc yuo 
should have made a "make install" after "make".
If so, add the directory where you installed those BEFORE the directory 
where the HP are in your PATH and configure gcc with
.../configure ... -with-gnu-as -with-gnu-ld

Or, if you just want to use the GNU binutils for compiling gcc, you can 
configure it with
.../configure ... -with-gnu-as="full path to gnu as"/as -with-gnu-ld="full 
path to wgnu ld"/ld


>if i'm right and those aren't the gnubinutils, then after i set them up, 
>since i've gone through about a dozen tries with the "gmake bootstrap" 
>command, should i simply reconfigure, or should i remove the current 
>object directory and start over so that i can make complete use of the gnu 
>binutils instead of partial use? one of the things i came across doing 
>this said that the hp make corrupts a lot of the gnu things, which is why 
>it said not only to use gmake, but preferably one that was made ignoring 
>any resident make on an hpux machine.

I'm not sure if deleting it all is necessary - maybe "make clean" is enough 
- but it sure won't harm. So, my advice is, use a new direcotry and 
configure/make from scratch.

HTH


>thanx for all the help so far.

You're welcome :-)
fwyzard




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