--- Comment #3 from michele_mazza at hotmail dot com 2005-12-27 11:05
---
We need to build a C++ library on AIX and we would like to use gcc compiler to
keep the library multiplatform (we can run on Linux also).
The C interface of our library is used by SAS (that will soon be 64bit
ted to make xgcc working with
the -maix64 option) but the error is still present:
export OBJECT_MODE=64
export CC="gcc -maix64"
export CXX="g++ -maix64"
export LD="g++ -maix64"
export CFLAGS="-O2 -maix64 -mminimal-toc"
export CXXFLAGS="-O2 -maix64 -mminimal-toc"
export LDFLAGS="-O -maix64"
export LIBCFLAGS="-O2 -maix64 -mminimal-toc"
export LIBCXXFLAGS="-O2 -maix64 -mminimal-toc -fno-implicit-templates"
export BOOT_CFLAGS="-O2 -maix64 -mminimal-toc"
export BOOT_CXXFLAGS="-O2 -maix64 -mminimal-toc"
export BOOT_LDFLAGS="-O2 -maix64 -mminimal-toc"
export CFLAGS_FOR_TARGET="-O2 -maix64 -mminimal-toc"
export CXXFLAGSFOR_TARGET="-O2 -maix64 -mminimal-toc"
Thanks and best regards, Michele Mazza
--
Summary: AIX 5.3 64bit - xgcc error: 1252-191 Only .llong should
be used for relocatable expressions
Product: gcc
Version: 3.3.3
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: michele_mazza at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25134