c++ - linking with IMSLNT problems
- Joe (22/22) Jan 08 2005 I am having problems with IMSLNT v 4.0 library
I am having problems with IMSLNT v 4.0 library from Visual Numerics. static cmath_s.lib is not recognized as a valid library although it links fine with VC++ 7.1 and Intel icc 8.1. After I run coff2omf, without first running it through MS "link /lib /convert" since it complains about invalid /convert switch, and try to link it I get the following: link /DE /NOPACKF /XN /NT /ENTRY:mainCRTStartup /BAS:4194304 /A:512 ipsys.LNK Warning: C:\CYGWIN\HOME\ILIC\CMU-ALL\IPSYS\DM\LIBC.lib (1500056): File Not Found LIBC.lib Warning: C:\CYGWIN\HOME\ILIC\CMU-ALL\IPSYS\DM\OLDNAMES.lib (1231228): File Not Found OLDNAMES.lib Error: C:\CYGWIN\HOME\ILIC\CMU-ALL\IPSYS\DM\..\..\..\..\..\..\IMSLNT\CNL\LIB\cm th_sdm.lib(readerr) (1): Symbol Undefined __read Error: C:\CYGWIN\HOME\ILIC\CMU-ALL\IPSYS\DM\..\..\..\..\..\..\IMSLNT\CNL\LIB\cm th_sdm.lib(readerr) (1231184): Symbol Undefined __lseek Error: C:\CYGWIN\HOME\ILIC\CMU-ALL\IPSYS\DM\..\..\..\..\..\..\IMSLNT\CNL\LIB\cm th_sdm.lib(readerr) (1): Symbol Undefined __swab Error: C:\CYGWIN\HOME\ILIC\CMU-ALL\IPSYS\DM\..\..\..\..\..\..\IMSLNT\CNL\LIB\cm th_sdm.lib(readerr) (1): Symbol Undefined __open Error: C:\CYGWIN\HOME\ILIC\CMU-ALL\IPSYS\DM\..\..\..\..\..\..\IMSLNT\CNL\LIB\cm th_sdm.lib(readerr) (1): Symbol Undefined __stat Errors: 5 Warnings: 2 Build failed Is there anything here to be done? I got the DM CD and all the tools, source, etc. Thanks, Jovan Ilic
Jan 08 2005