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]

Re: Installing gcc-2.95.2 in HP9000 with HP/UX 10.20.



  In message <00May19.173504clt.115207@ns.conicyt.cl>you write:
  > Hello.
  > I'm having problems after installing gcc-2.95.2. I can't compile a simple
  > program. 
  > 
  > Installing procedure was:
  > 
  > swinstall -s /usr/local/src/gcc-2_95_2-sd-10_20.depot
  > 
  > 
  > after, i have modify file /etc/PATH, including /opt/gcc/bin.
  > 
  > then, to compile a file.
  > ************
  > main()
  > {
  > printf("\n Hola Mundo \n");
  > }
  > ************
  > 
  > 
  > error reported is:
  > " # gcc edo.c
  > as: "/var/tmp/ccEI4Rhd.s", line 23: error 1052: Directive name not
  > recognized -
  > NSUBSPA "
  > 
  > 
  > I need this product to install php-3.0.16.
GCC is finding the HP assembler before it finds gas.

Note that just changing your path is not sufficient to change
gcc's internal search paths.  See the gcc faq.
http://gcc.gnu.org/faq.html

jeff


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