This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/25384] gcc 4.0.2 compile fails on AIX 5.2: target bigtoc not found
- From: "tom at tiri dot li" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Dec 2005 15:54:32 -0000
- Subject: [Bug target/25384] gcc 4.0.2 compile fails on AIX 5.2: target bigtoc not found
- References: <bug-25384-11875@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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