----- Original Message ----- From: "Adithya B M" <[email protected]>
> the libbs are in this folder > ------------C:\Program Files\Common Files\Intel\Shared > Files\fortran\Lib\ia32 > > How can i link?? Instead of: '-LC:/_32/LAPACK/lib/win32 -lLAPACK -lBLAS -lextras -lMATGEN' something like: '-LC:/_32/LAPACK/lib/win32 -lLAPACK -lBLAS -lextras -lMATGEN -L"C:/Program Files/Common Files/Intel/Shared Files/fortran/Lib/ia32" -lifcore -lmmd' It depends upon the actual names of the libs that resolve the symbols ... and I'm not sure that I've dealt correctly with the spaces in the location of the libraries. (It's a good idea to avoid, where possible, installing *anything* into a pathname that contains any spaces.) It may be unnecessary to link to the extras and MATGEN libraries - but it won't hurt to include them even if they're not needed. It would be easier if I had everything here, so I could fiddle about with it. I might try and grab the evaluation version of the intel fortran compiler myself. Cheers, Rob _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
