View Single Post
  #1  
Old 03-28-2009, 23:53
rcer rcer is offline
Friend
 
Join Date: Dec 2008
Posts: 171
Rept. Given: 5
Rept. Rcvd 9 Times in 8 Posts
Thanks Given: 6
Thanks Rcvd at 30 Times in 22 Posts
rcer Reputation: 9
Question FLEXlm v10.8.0 Build error

I am playing around with a target which uses the FlexLM licensing scheme v10.8.0)
after extracting the encseeds I tried to build lmcrypt, but get the following error message:

Building using the /MT flag

Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

lmrand1 -i ..\machind\lsvendor.c
cl /c /nologo /c /I..\machind /I. /MT -I../h lmcode.c
lmcode.c
LINK /nologo /NODEFAULTLIB /OPT:NOREF /subsystem:CONSOLE lmnewgen.obj lmcode.obj lmgr.lib libcrvs.lib libsb.li
b oldnames.lib kernel32.lib user32.lib netapi32.lib advapi32.lib gdi32.lib comdlg32.lib comctl32.lib wsock32.lib libc
mt.lib /out:lmnewgen.exe
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _ts7fHI
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _gqSlxixXZol_yHAHu8bG
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _cpNfq6TXIuQrp
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _cDyLc_HOaDh
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _zBLzNsQhoyY
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _t4HgYJBPij
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _zU_7J9tTgwm
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _dzlU_7ncj9Gn
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _hrPg7tRDTcFVb
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _sNwYyV5oA
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _hrnK_5fzBDOO1wj
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _pXuBWmulEcWArrX
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _evdW7gWLfBih
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _l62tK8cHCdFlhG1bPRyH7CW
lmgr.lib(l_prikey.obj) : error LNK2001: unresolved external symbol _iXLc20QpD2TtzGg8F
lmnewgen.exe : fatal error LNK1120: 15 unresolved externals
NMAKE : fatal error U1077: 'LINK' : return code '0x460'
Stop.
C:\Program Files\FLEXlm\v10.8.0\i86_n3>

I have never seen this type of error message before.

Does anybody have an idea?

Regards

RCER
Reply With Quote