Let's see. These symbols come from LAPACK.LIB. They are NOT called _DSCAL or _dscal_
And you have a way (flags) to change names. Can you use the LIB utility to list the symbols in LAPACK.LIB ? That way, we know what the compiler with which the LAPACK.LIB is compiled chose for names. Adithya B M wrote: > > > On Thu, Sep 24, 2009 at 3:06 PM, Sisyphus <[email protected] > <mailto:[email protected]>> wrote: > > > '-LC:/_32/LAPACK/lib/win32 -lLAPACK -lBLAS -lextras -lMATGEN > -L"C:/Program Files/Common Files/Intel/Shared > Files/fortran/Lib/ia32" -lifcore -lmmd' > > > after doing this and the script for renaming small to CAPS > > Trans.obj : error LNK2019: unresolved external symbol _DSCAL referenced > in funct > ion _pdl_geexp_readdata > Trans.obj : error LNK2019: unresolved external symbol _DGESV referenced > in funct > ion _pdl_geexp_readdata > Trans.obj : error LNK2019: unresolved external symbol _DAXPY referenced > in funct > ion _pdl_geexp_readdata > Trans.obj : error LNK2019: unresolved external symbol _DGEMM referenced > in funct > ion _pdl_geexp_readdata > Trans.obj : error LNK2019: unresolved external symbol _DLANGE_ > referenced in fun > ction _pdl_geexp_readdata > Trans.obj : error LNK2019: unresolved external symbol _ZDSCAL referenced > in func > tion _pdl_cgeexp_readdata > Trans.obj : error LNK2019: unresolved external symbol _ZGESV referenced > in funct > ion _pdl_cgeexp_readdata > Trans.obj : error LNK2019: unresolved external symbol _ZAXPY referenced > in funct > ion _pdl_cgeexp_readdata > Trans.obj : error LNK2019: unresolved external symbol _ZGEMM referenced > in funct > ion _pdl_cgeexp_readdata > Trans.obj : error LNK2019: unresolved external symbol _ZLANGE referenced > in func > tion _pdl_cgeexp_readdata > Trans.obj : error LNK2019: unresolved external symbol _ZDOTU referenced > in funct > ion _pdl_ctrfun_readdata > ..\blib\arch\auto\PDL\LinearAlgebra\Trans\Trans.dll : fatal error > LNK1120: 11 un > resolved externals > NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio > 9.0\VC\bin > \link.EXE"' : return code '0x460' > Stop. > NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio > 9.0\VC\bin > \nmake.EXE"' : return code '0x2' > Stop. > > Cheers, > Addy > > > ------------------------------------------------------------------------ > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
