Re: [Lapackpp-devel] Error configuring with externally compiled Blas & Lapack
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2007-01-25 14:40:56
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sonia Singhal schrieb: > I gave the full path, and the config.log looks like this > > ----------------------------------------------------------------- > configure:22227: result: no > configure:22237: checking for sgemm_ > /tmp/ccUC6VD8.o: In function `main': > /ux0/soniasin/packages/lapackpp-2.5.0/conftest.c:81: undefined > reference to `sgemm_' > /tmp/ccUC6VD8.o:(.data+0x0): undefined reference to `sgemm_' > collect2: ld returned 1 exit status > configure:22308: $? = 1 > configure: failed program was: > ------------------------------------------------------------------------------------- There are several checks for sgemm_. The first one doesn't specify any blas library, so it usually fails on every system. The second check ("checking for sgemm_ in") then uses the blas library and (hopefully) succeeds. Christian > Its not linking the blas lib that I have given in the config command line. > ./configure --with-blas=/scratch2/sonia/packages/mkl/lib/32/libmkl_ia32.a > --with-lapack=/scratch2/sonia/packages/mkl/lib/32/libmkl_lapack.a -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRbjBbWXAi+BfhivFAQKy9QP8DSttKfpttsfFYYLFU9ZKcre0RAXtCvcJ XVQ7b+pGUzpft8gk65ld8ePAegTakONO5PAGk3hh3PWvRc68K6MetqMfKGptJs5B OPa0AA6gxOI5WhQIveRdt+CjG70IpLlNPh61iDZ81T4mZNsHrnXtJwQALqt4IwgG F4JDWpAayt4= =+TE8 -----END PGP SIGNATURE----- |