This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Complex expression. Absolute segment assumed.
- From: "Glen Miner" <shaggie76 at hotmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 07 Nov 2005 23:18:25 -0500
- Subject: Complex expression. Absolute segment assumed.
- Bcc:
I'm running a dual G5 / MacOS / Tiger machine and I tried to bootstrap from
the gcc that comes with XCode 2.1 (4.0.0) up to 4.0.2 ). The bootstrap went
fine however when I try to compile our code I get reams of errors like
/var/tmp//cc2Ol4cR.s:291056:Complex expression. Absolute segment assumed.
/var/tmp//cc2Ol4cR.s:291058:Complex expression. Absolute segment assumed.
/var/tmp//cc2Ol4cR.s:291060:Complex expression. Absolute segment assumed.
It happens to a number of our source files and I haven't been able to track
down what causes it.
I tried running the latest snapshot release and it only made the problem
worse -- more files exhibited this problem.
I tried upgrading the binutils package to perhaps get a newer version of Gas
but that didn't seem to help.
Anybody have any advice?