mathelp
09-20-2005, 01:35 AM
I am try to create a mexfunction from fortran 77 programs. I followed every step in Matlab Compatibility notes. When I try to build the MEX file, I got following error message:
smacng128.lib(fft2d_intel.obj) : error LNK2001: unresolved external symbol _zfft2d_
jwst128.dll : fatal error LNK1120: 1 unresolved externals
smacng128.lib is the library I build, it contain the object file fft2d_intel.obj and othe OBJ files.
I am not sure what to make of this error.
Could some one give me some suggestion?
Thanks.
smacng128.lib(fft2d_intel.obj) : error LNK2001: unresolved external symbol _zfft2d_
jwst128.dll : fatal error LNK1120: 1 unresolved externals
smacng128.lib is the library I build, it contain the object file fft2d_intel.obj and othe OBJ files.
I am not sure what to make of this error.
Could some one give me some suggestion?
Thanks.