[Bug target/25384] gcc 4.0.2 compile fails on AIX 5.2: target bigtoc not found

2006-01-30 Thread pinskia at gcc dot gnu dot org


--- Comment #3 from pinskia at gcc dot gnu dot org  2006-01-30 22:29 ---
(In reply to comment #2)
> I CAN COMPILE binutils-2.16.1 successfully, but why can't I use them?
Because it has not been ported to AIX 5 yet.

> What is if i need to compile apps, which need binutils ?

Ask the app not here.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution||INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25384



[Bug target/25384] gcc 4.0.2 compile fails on AIX 5.2: target bigtoc not found

2005-12-16 Thread tom at tiri dot li


--- Comment #2 from tom at tiri dot li  2005-12-16 15:54 ---
Yes, without binutils it is working.
I set following ulimits to make it compile:

ulimit -c unlimited
ulimit -d unlimited
ulimit -f unlimited
ulimit -m unlimited
ulimit -s 131072

But one open question:
I CAN COMPILE binutils-2.16.1 successfully, but why can't I use them?
What is if i need to compile apps, which need binutils ?

Thanks for your reply in advance.

Thomas.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25384



[Bug target/25384] gcc 4.0.2 compile fails on AIX 5.2: target bigtoc not found

2005-12-14 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2005-12-15 02:27 ---
/openpkg/bin/ld: target bigtoc not found


GNU binutils is not recommend at all on AIX because it has not been updated for
weak or any newer features for AIX.

Can you try this without using GNU binutils?


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25384