[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [ns] Can you give some advises on OTcl? (fwd)
> -----Original Message-----
> From: Xuan Chen [SMTP:[email protected]]
> Sent: Tuesday, July 24, 2001 7:53 AM
> To: [email protected]
> Cc: [email protected]
> Subject: [ns] Can you give some advises on OTcl? (fwd)
>
> Dear yeping,
> I saw your e-mail on ns-2 e-mail list, knowing that you are using ns-2 on
> your win2000.
> I'm trying to install ns-2 on my win2000, I made the TCl/Tk works but not
> Otcl,
> I went into the Otcl directory in command mode and run :\> nmake /f
> makefile.vc
> the system returns error information as:
> Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>
> set LIB=c:\progra~1\micros~4\VC98\lib
> c:\progra~1\micros~4\VC98\bin\link -debug:full -debugtype:cv
> /NODEFAULTL IB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO
> -subsystem:console,4.0 -out:otclsh ..exe otclAppInit.o otcl.lib
> ..\tcl8.0\win\stcl80.lib msvcrt.lib oldnames.lib kernel32.lib
> ws2_32.lib mswsock.lib advapi32.lib user32.lib
> LINK : fatal error LNK1181: cannot open input file
> "..\tcl8.0\win\stcl80.lib" NMAKE : fatal error U1077:
> 'c:\progra~1\micros~4\VC98\bin\link' : return code '0 x49d'
> Stop.
> I don't know what's wrong with it, can you give some help? Thanks a lot.
> looking forward to hearing from you .
>
>
>
[Neundorf Alexander]
Well, it seems it could not open "..\tcl8.0\win\stcl80.lib". Is this the correct path on your system ?
If not, adjust it in makefile.vc
Bye
Alex