[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make errors
From: |
Paul D. Smith |
Subject: |
Re: Make errors |
Date: |
Tue, 27 Nov 2001 10:05:58 -0500 |
This is a problem with your installation of GCC.
It looks like whatever version of GCC you're running is generating
opcodes which the Solaris assembler (/usr/ccs/bin/as) doesn't
understand.
You need to check with the GCC and/or Solaris folks about this; it is
not a problem with GNU make.
Good luck!
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- Make errors, Lynda Morrison, 2001/11/26
- Re: Make errors,
Paul D. Smith <=