This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compiling gcc 3.3.2 on AIX 64 bit platform


Hi All,

I need to install gcc compiler on AIX ( powerpc-ibm-aix5.2.0.0 ) but
there is no working C compiler available on host. Is building a native
C compiler a solution for this?

I tried doing that using 'sh configure --enable-bootstrap
--prefix...' and it is still looking for a working compiler. Error -

Assembler:
/tmp/ccuFE7td.s: line 10: 1252-191 Only .llong should be used for
relocatable expressions.
*** The command 'gcc -o conftest -O2   conftest.c' failed.
*** You must set the environment variable CC to a working compiler.

I have already tried setting OBJECT_MODE environment variable.
I have no idea why the C compiler is not working. Any inputs, links
will be much appreciated.

Regards
Rajesh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]