Re: glib error



On Thu, 10 Feb 2005 13:17:51 EST, Salman said:

> I'm trying to compile glib-2.6.2 on my work AIX 4.3.3 machine with gcc.
> "configure" runs fine, but "make" stops after a while, giving some assembler
> errors. I don't know how to go further, can someone please have a look and
> see what is going wrong? Thanks very much. The error looks like:

> /tmp//cc5ey0q7.s: Assembler messages:
> /tmp//cc5ey0q7.s:301: Error: Unrecognized opcode: `lwarx'

You might want to double-check your gcc installation, and see if it was told
to use the system /bin/as or the GNU 'gas' assembler. 'gcc -dumpspecs' and look
at the *invoke_as section.  Keep in mind that if it has something like this:

*invoke_as:
%{!S:-o %|.s |
 as %(asm_options) %|.s %A }

that will invoke 'as' as found via $PATH - so make sure it finds the one you
intended it to find.

Attachment: pgpZt70vI8x5X.pgp
Description: PGP signature



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