www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - linking with IMSLNT problems

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