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]

Re: please respond quickly - i'm on a project


You're still feeding code meant for gnu as to HPUX as.
 'gcc -print-search-dirs' will show where gcc is looking for binutils.
Normally, you would have gnu binutils and gcc installed in the same head
directory (e.g. /usr/local).  If you have binutils installed somewhere
other than where gcc is, you can use symlinks to solve the problem.  gcc
uses its own search path for binutils, not the shell's path, in order to
make it possible for gcc to coexist with other compiler brands.

Tim Prince
----- Original Message -----
From: "Keith Dowell" <Kdowell@paydayamerica.com>
To: <gcc-bugs@gcc.gnu.org>
Sent: Wednesday, July 12, 2000 8:46 AM
Subject: please respond quickly - i'm on a project


> this is on an hp-ux g40 machine
> gcc version 2.95.2
> binutils version 2.9.1
>
> first when i did an as --version it said that it could not find
> libbfd-2.9.1.sl.0
>
> looked in the directory and the file there was libbfd-2.9.1.sl.0.0 so
i
> copied it over to libbfd-2.9.1.sl.0
>
> had to do the same for libopcodes-2.9.1.sl.0
>
> as --version now produces the freeware statement and the version info
2.9.1
>
> now on a simple five line program to produce the word test through a
printf
>
> i still get the Directive name not recognized - NSUBSPA
>
> help - i'm ready to go get a gun and play soldier of fortune for real
and
> i've been here three hours and already smoked half a pack of
cigarettes
> (what i normally go through in an entire work day)
>
> my cursing is getting much louder than normal and i've already cussed
> coworkers to make things a little less stressful
>
> i can reporduce this - all i have to do is compile the program
>


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