help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fail to compile make


From: Paul D. Smith
Subject: Re: fail to compile make
Date: Wed, 27 Feb 2002 09:09:01 -0500

First, you should use the latest version of GNU make (3.79.1).

Second, this problem is with your compiler or the installation of your
compiler, not GNU make: the assembler is failing to assemble the
generated output from the compiler.  There's nothing GNU make can do
about this.

>From the errors it looks like your GCC is set up to use the standard
Solaris assembler (/usr/ccs/bin/as) rather than the GNU assembler (from
binutils); I guess there's some kind of interaction problem.

You need to ask about this on a GCC mailing list.

-- 
-------------------------------------------------------------------------------
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]