Log in

View Full Version : Compiling FlexLm sdk


_Sigma
January 18th, 2007, 07:56
Hey all, first post here. Been lurking around off and on, but never got around to registering!

Anyways, I've been trying to compiler the 9.2 sdk, but w/o any luck. I've done searches on tons of boards, web, etc, but couldn't find anything soln's to my issue. I'm familiar with make files, etc

Code:

/
Sigma@lappy1:☻/cygdrive/c/Reversing/02.28.04.flexlm_v9.2_full_source/v9.2/utils> nmake all
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
NMAKE : fatal error U1073: don't know how to make 'lmrand1.o'
Stop.



So would pretty much love an idiots guide to this/ pointers in the right direction, etc.

If I try on the pc.mak file in the root dir (ie ..\v9.2\), I get "dont know how to make 'all'"

am using nmake util under cygwin w/ sed, etc.

I am reading a paper called 'Advanced_Study_On_FLEXlm_System' and the author makes reference to fixing the makefile, but doesn't elaborate.


Many thanks
cheers
_S

PS. If crackz reads this, I sent you an email from your site in regards to sdks...not sure if you got it, my email is being goofy.

Foxsky
March 9th, 2007, 00:53
you should read the readme in the v9.2 by using ultraedit


How to build a release on Windows for kits >= v8.3:
__________________________________________________

1) checkout the proper kit from cvs.

2) To make a binary kit for a platform:
a) compile: makesetup.c
b) run command-line: makesetup RELEASE NONDEBUG i86_n3 MT
c) run the setup.bat file
d) run command-line: nmake /fpc.mak release

_Sigma
March 17th, 2007, 16:51
Quote:
[Originally Posted by Foxsky;64352]
c) run the setup.bat file

I keep getting 'access denied' Any idea why?

Foxsky
March 23rd, 2007, 04:44
check permission of you directories

_Sigma
March 25th, 2007, 19:05
nope. same issue.