This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc/as
- To: gcc at gcc dot gnu dot org
- Subject: gcc/as
- From: Simon Imre <i dot simon at mail dot deltav dot hu>
- Date: Thu, 11 May 2000 12:33:14 +0200
Hello,
Machine:HP-UX B.10.20 A 9000/715
SW: binutils-2.9.1
gcc-2.95.2
downloaded from: hpux.connect.org.uk/hppd/hpux/Gnu
dinamically linked binary
path to as: /opt/binutils/bin/as
Problem:
as
outputs the following error message
/usr/lib/dld/sl:Can't open shared library:
/opt/binutils/lib/libbfd-2.9.1.sl.0
After making a softlink from
libbfd-2.9.1.sl.0.0 to libbfd-2.9.1.sl.0
libopcodes-2.9.1.sl.0.0 to libopcodes-2.9.1.sl.0
as does not emmit error message,but
gcc -v c1.c outputs the following message
/usr/ccs/bin/as .......
as: "/var/tmp/ccdAVPxc.s",line 23:error 1052:Directive name not
recognized - NSUBSPA
How can I make gcc to use /opt/binutils/bin/as instead of
/usr/ccs/bin/as ?
Thanks Imre