[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
trouble compiling
- Subject: trouble compiling
- From: "Tomasek, Kevin" <ktomasek (at) intersil (dot) com>
- Date: Wed, 26 Nov 2008 17:26:13 -0500
- Message-id: <1859A6ED89CE1E4CB51A37359937380A0598FDE8 (at) PBCOMX02 (dot) intersil (dot) corp>
all,
configure command
line:
./configure
--prefix=/usr/local --enable-kde
it configures
properly (without error).
make barfs with the
following message:
`echo /bin/sh
../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../src
-I/usr/local/include -I/usr/X11R6/include -g -O2 | sed
-e s/-fomit-frame-pointer//` -O0 -c x86_specific.c
gcc -DHAVE_CONFIG_H
-I. -I. -I../src -I/usr/local/include -I/usr/X11R6/include -g -O2 -O0 -c
x86_specific.c -fPIC -DPIC -o .libs/x86_specific.o
/tmp/ccqxPN91.s:
Assembler messages:
/tmp/ccqxPN91.s:39: Error: suffix or operands invalid for
`pusha'
/tmp/ccqxPN91.s:40: Error: suffix or operands invalid for
`pushf'
/tmp/ccqxPN91.s:41: Error: suffix or operands invalid for
`pop'
/tmp/ccqxPN91.s:44: Error: suffix or operands invalid for
`push'
/tmp/ccqxPN91.s:45: Error: suffix or operands invalid for
`popf'
/tmp/ccqxPN91.s:46: Error: suffix or operands invalid for
`pushf'
/tmp/ccqxPN91.s:47: Error: suffix or operands invalid for
`pop'
/tmp/ccqxPN91.s:56: Error: suffix or operands invalid for
`popa'
/tmp/ccqxPN91.s:61: Error: suffix or operands invalid for
`popa'
/tmp/ccqxPN91.s:92: Error: suffix or operands invalid for
`pusha'
/tmp/ccqxPN91.s:206: Error: suffix or operands invalid for
`popa'
/tmp/ccqxPN91.s:231: Error: suffix or operands invalid for
`pusha'
/tmp/ccqxPN91.s:279: Error: suffix or operands invalid for
`popa'
/tmp/ccqxPN91.s:304: Error: suffix or operands invalid for
`pusha'
/tmp/ccqxPN91.s:447: Error: suffix or operands invalid for
`popa'
make[2]: *** [x86_specific.lo] Error 1
make[2]: Leaving directory
`/tmp/WindowMaker-0.92.0/wrlib'
make[1]: *** [all-recursive] Error
1
make[1]: Leaving directory `/tmp/WindowMaker-0.92.0/wrlib'
make: ***
[all-recursive] Error 1
any
ideas??
thanks