On Fri, Sep 25, 2009 at 12:59 PM, Sisyphus <[email protected]>wrote:

>
> The "-LC:/_32/LAPACK/lib/win32" part applies only to my machine. You would
> need to replace that with the location of LAPACK.lib etc. on your machine.
>

That is obvious...

This is from trans.pl

$hash{LIBS}[0] .= $^O =~ /MSWin/ ? '' : '-L"C:/UT/LAPACK/lib/win32/" -lBLAS
-lLAPACK -lMATGEN -lEXTRAS -L"C:/Program Files/Common Files/Intel/Shared
Files/fortran/Lib/ia32" -lifcore -lmmd'; # $hash{'OPTIMIZE'}  = '-O2
-mtune=k8'; # If you want to debug, uncomment this.

$hash{LDLOADLIBS} .= 'lapack.lib BLAS.lib MATGEN.lib extras.lib oldnames.lib
kernel32.lib user32.lib gdi32.lib winspool.lib  comdlg32.lib advapi32.lib
shell32.lib ole32.lib oleaut32.lib  netapi32.lib uuid.lib wsock32.lib
mpr.lib winmm.lib  version.lib odbc32.lib odbccp32.lib msvcrt.lib
 "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib\msvcrt.lib"' if
$^O =~ /MSWin/;


This is from the output of the nmake :
        link -out:..\blib\arch\auto\PDL\LinearAlgebra\Trans\Trans.dll -dll
-nolo

go -nodefaultlib -debug -opt:ref,icf  -libpath:"C:\Perl\lib\CORE"
 -machine:x86Trans.obj   C:\Perl\lib\CORE\perl510.lib "C:\Program
Files\Microsoft Visual Stud
io 9.0\VC\LIB\oldnames.lib" "C:\Program Files\Microsoft
SDKs\Windows\v6.0A\Lib\kernel32.lib ......."

nmake doesnt seem to load the libraries from Lapack...??

Cheers,
Addy
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to