[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ccp4bb]: ccp4-4.2 compilation problem



***  For details on how to be removed from this list visit the  ***
***          CCP4 home page http://www.ccp4.ac.uk         ***

Fortunately, using this configure line works using gcc3.0.4

configure --with-shared-lib linux

The --with-x option certainly gave me loads of problems.

BTW, do u have any ideas how I could get the intel compilers to work with 
ccp4 yet? If so do let me know. Thanks!

tommy


On Wednesday 01 May 2002 15:04, you wrote:
> Hi Tommy
>
> Sorry you're having problems - however one general point before I start
> is that bug reports are probably more usefully sent to us directly at
> ccp4@ccp4.ac.uk.
>
> Regarding the compilation failure: from the log file snippet you sent
> the compiler appears to be looking for libblas in /usr/lib/ - however
> the error message complains about undefined references from libblas in
> /home/chernhoe/ccp4-4.2/lib/lapack/.
>
> Please send us a copy of the config.status file (in $CCP4, so we can see
> the setup you used), and the complete output from running configure (so
> we can see the information about the BLAS and LAPACK configuration, and
> everything else) and make. Hopefully then we will be able to determine
> the cause of the problem.
>
> Best wishes
>
> Peter.
>
> On Wed, 1 May 2002, Tommy Wang wrote:
> > ***  For details on how to be removed from this list visit the  ***
> > ***          CCP4 home page http://www.ccp4.ac.uk         ***
> >
> > While using RHL 7.2 standard gcc compilers (ie gcc2.96) OR gcc3.0.4, I
> > got the following error message.
> >
> > >configure --with-x linux
> >
> > ~
> > ~
> >
> > eval /usr/bin/g77 ${scala_FLAGS-"-O -w -fno-second-underscore
> > -fno-globals -fno-automatic -O0"} -o scala scala.o -L../lib/src -lccp4
> >  -L/home/chernhoe/ccp4-4.2/lib/ccif -lccif
> > -L/home/chernhoe/ccp4-4.2/lib/lapack -llapack -L/usr/lib -lblas && rm -f
> > scala.o
> > /home/chernhoe/ccp4-4.2/lib/lapack/libblas.a(xerbla.o): In function
> > `xerbla_': xerbla.o(.text+0x1c): undefined reference to `f_iob'
> > xerbla.o(.text+0x2e): undefined reference to `f_iob'
> > xerbla.o(.text+0x41): undefined reference to `f_iob'
> > xerbla.o(.text+0x4a): undefined reference to `f_iob'
> > xerbla.o(.text+0x53): undefined reference to `f_stop'
> > collect2: ld returned 1 exit status
> > make[1]: *** [scala] Error 1
> > make: *** [srcdir] Error 2