hi, thanks replying to another question the gfortran version is: 4:4.2.3-1ubuntu6 i modified maxbat in scala_/parameter.fh ./configure and make
however, modifying the configure file to include -mcmodel=medium does indeed fix the problem thanks very much jpd --- On Sun, 10/11/09, Kay Diederichs <[email protected]> wrote: > From: Kay Diederichs <[email protected]> > Subject: Re: [ccp4bb] scala maxbat compile problems > To: [email protected] > Date: Sunday, October 11, 2009, 2:20 AM > jpd, > > I have seen this type of error message in situations where > some memory limit was exceeded. > > Based on googling with 'common "relocation truncated to > fit" ', the memory limit has something to do with a COMMON > block exceeding its max size, see - > http://coding.derkeiler.com/Archive/Fortran/comp.lang.fortran/2008-10/msg00471.html > > Other than that posting suggests, it is the ifort compiler > which understands -mcmodel=medium ; how the same is done > with gfortran I don't know. > > Furthermore, more googling reveals that -mcmodel=medium > also seems to require -i-dynamic (as an option to ifort). > > So I think you should try ifort compilation whith those > options - but it might mean that also some of the libraries > have to be recompiled. > > HTH, > > Kay > > jp d schrieb: > > hi > > more information. > > scala compiles with maxbat set anywto 11750, > > but fails with maxbat 11760 > > > > jpd > > > > --- On Fri, 10/9/09, jp d <[email protected]> > wrote: > > > >> From: jp d <[email protected]> > >> Subject: [ccp4bb] scala maxbat compile problems > >> To: [email protected] > >> Date: Friday, October 9, 2009, 3:16 PM > >> hi, > >> we were hitting maxbat limits so i downloaded the > source > >> and increased maxbat whereever i found it to > 20000 > >> compiling fails at scala with errors like this: > >> > >> scala.f:(.text+0x5e0): relocation truncated to > fit: > >> R_X86_64_32S against symbol `rfile_' defined in > COMMON > >> section in scala.o > >> scala.f:(.text+0x601): relocation truncated to > fit: > >> R_X86_64_32S against symbol `rfile_' defined in > COMMON > >> section in scala.o > >> > >> Ubuntu 8 , 64 bit , ccp4-6.1.2 > >> > >> is there some configure option i am missing? > >> > >> thanks > >> jpd > >> > > > -- Kay Diederichs > http://strucbio.biologie.uni-konstanz.de > email: [email protected] > Tel +49 7531 88 4049 Fax 3183 > Fachbereich Biologie, Universitaet Konstanz, Box M647, > D-78457 Konstanz >
