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: 1.2 release candidate


Alan Jackson writes:
 > make check gave the following errors :
 > test_rotg.o: In function `test_rotg':
 > /tmp/untar/gsl-1.1.1+/cblas/test_rotg.c:889: undefined reference to `LLC5'
 > ....

Carlo Perassi writes:
 > ld: warning: relocation error: R_SPARC_32: file test_rotg.o: symbol .LLC5:
 >         external symbolic relocation against non-allocatable section .stab;
 >         cannot be processed at runtime: relocation ignored

Thanks.  I think this must be a bug in the gcc optimiser for sparc
(for that version of gcc).  Recompiling those two test_rot*.o object
files with optimisation turned off allows the test to pass. I will
have to add that to the release notes.

Brian


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