This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL 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]

Re: Compilation on IBM/SP


 > > -lc  ${wl}-berok -Wl,-bnoentry -Wl,-bexport:.libs/libgsl.exp 
 > > ld: 0711-781 ERROR: TOC overflow. TOC size: 71248       Maximum
 > > size: 65536
 > > collect2: ld returned 12 exit status
 > > 
 > > I end up with that TOC ERROR.
 > > In another mailing list, I find that this can be fixed by adding
 > > -Wl,-bbigtoc to LDFLAGS:
 > > http://gcc.gnu.org/ml/gcc/2000-12/msg00509.html

Hi,

Thanks for the bug report -- as mentioned setting LDFLAGS at the
configure stage should work. I think you can also do,

  make LDFLAGS="...." 

as an alternative (maybe this requires GNU Make though??)

I've added a note about the error and the workaround to the machine
specific notes file (MACHINES).

regards
Brian


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