----- Original Message ----- From: "Adithya B M" <[email protected]>
> New unresolved symbols (this time intel fortran compilers') > > > libifcore.lib(cvt_text_to_data.obj) : error LNK2001: unresolved external > symbol__intel_fast_memset > libifcore.lib(for_wseq.obj) : error LNK2019: unresolved external symbol > __intel_ > fast_memset referenced in function _for_write_seq > .... > libifcore.lib(for_m_qwin.obj) : error LNK2019: unresolved external symbol > __f_ge > ttextposition referenced in function __fq_gettextposition > libifcore.lib(for_get.obj) : error LNK2019: unresolved external symbol > __QWINRea > d referenced in function _for__read_input. > ..\blib\arch\auto\PDL\LinearAlgebra\Trans\Trans.dll : fatal error LNK1120: > 43 un > resolved externals You'll probably end up having to link to *every* library in the Intel compiler. > Anyways im going to switch to Linux....hopefully that would ease out > things. Can't argue with that :-) Cheers, Rob _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
