This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
TOC problems
- From: Adam Courchesne <courches at us dot ibm dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 08 Feb 2002 10:42:11 -0500
- Subject: TOC problems
- Organization: IBMMD
I've been having problems linking with gcc.
It gives me a TOC error saying that I exceded th 64k limit.
I try to pass the -mno-fop-in-toc and -mno-sum-in-toc flags but it says
that they are invalid flags. (Even though they are displayed in the man
pages)
Are these options architecture dependant? I'm Runing AIX 4.3.3.0 on an
IBM 44P Model 170 RISC box.
Any help would be appreciated.
Thanks,
-Adam