[SciPy-user] tracebacks when running tests
Elliot Peele
ebpeele2 at pams.ncsu.edu
Thu Jun 3 18:26:59 EDT 2004
On Thu, 2004-06-03 at 18:07, Pearu Peterson wrote:
> On Thu, 3 Jun 2004, Elliot Peele wrote:
>
> > I tried compiling atlas and installing it in /usr/lib/atlas/* and now I
> > get different problems. I get an undefined symbol for s_wsfe in
> > flapack.so. The ldd output for flapack.so is:
> >
> > [elliot at rkbuild linalg]$ ldd flapack.so
> > libc.so.6 => /lib/tls/libc.so.6 (0xb7166000)
> > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
>
> s_wsfe should be defined in the g2c library.
> What compiler are you using? You should use the same Fortran compiler for
> all Fortran libraries but the above undefined symbol message indicates
> that either you are not using gnu compiler or -lg2c is required for some
> reason. See the relevant section in INSTALL.txt.
>
> Btw, sometimes starting over from fresh and following closely provided
> instructions will fix curious bugs ;-)
>
> Pearu
I'm using g77 3.2.3 and I have gone back and followed to INSTALL.txt
closely.
Elliot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20040603/9152a327/attachment.sig>
More information about the SciPy-User
mailing list