Thanks Stevens.

The problem with `libfftw` and `libm` libraries, Fixed!!!

I've got a similar problem with the BLAS libraries: Although I made sure to define their location with the flag --with-blas=
the 'configure' script can not find it.



checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore
checking for fftw in -ldfftw... no
checking for fftw in -lfftw... yes
checking for sgemm_ in /usr/lib64... no
checking for sgemm_... no
checking for ATL_xerbla in -latlas... yes
checking for sgemm_ in -lf77blas... no
checking for sgemm_ in -lblas... no
checking for sgemm_ in -lcxml... no
checking for sgemm_ in -ldxml... no
checking for sgemm_ in -lscs... no
checking for sgemm_ in -lcomplib.sgimath... no
checking for sgemm_ in -lblas... (cached) no
checking for sgemm_ in -lblas... (cached) no
configure: error: BLAS was not found!




On Nov 7, 2006, at 11:00 AM, [EMAIL PROTECTED] wrote:

Send mpb-discuss mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/mpb-discuss
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of mpb-discuss digest..."


Today's Topics:

   1. Re: MPB configuration  problem (Steven G. Johnson)


----------------------------------------------------------------------

Message: 1
Date: Mon, 6 Nov 2006 14:11:27 -0500 (EST)
From: "Steven G. Johnson" <[EMAIL PROTECTED]>
Subject: Re: [MPB-discuss] MPB configuration  problem
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

There is a known bug in the version of autoconf used for MPB that causes ifc linking detection to fail. This will be fixed in the next release,
but for now you can use the workaround of setting the FLIBS variable
explicitly:

./configure CC=icc F77=ifc FLIBS="<flags from configure output>"

Where <flags from configure output> are the flags from the "checking
for Fortran 77 libraries" line, but without the -lm" item.

Steven

On Sun, 5 Nov 2006, Baudilio Tejerina wrote:
checking for Fortran 77 libraries...  -lm" -L/usr -limf -lm
-L/opt/intel/fce/9.0/lib -L/usr/lib/gcc/x86_64-redhat-linux/3.4.4/
-L/usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../lib64 -lsvml - lifport
-lifcore -lirc -lgcc_s -lirc_s -ldl
checking for dummy main to link with Fortran 77 libraries... unknown
configure: error: linking to Fortran libraries from C fails



------------------------------

_______________________________________________
mpb-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/mpb-discuss

End of mpb-discuss Digest, Vol 9, Issue 4
*****************************************


_______________________________________________
mpb-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/mpb-discuss

Reply via email to