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]

gcc/as


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


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