Missing Library when compiling PLEASE HELP !!!

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
aarenas
Posts: 15
Joined: Tue Dec 19, 2006 7:41 am
Location: Virginia Tech

Missing Library when compiling PLEASE HELP !!!

Post by aarenas »

Hello all,

As many of you in the forum I'm trying to compile opensees 1.7.4. I'm using Visual Studio 2005. I have an error in the linker, it says that it couldn't find tcl.lib. I have installed the last version of tcl (also I tried with older versions) in c:\program files\Tcl. I also checked the Tcl\include and Tcl\lib path as well of other path and they are OK. Finally I searched the tcl.lib file and it is not in my hard drive. I even try to remove that library from the linker , but it creates more errors.

There is any special installation procedure of the ActiveTcl 8.4.x that allows you to add additional libraries??, because the only option that I have during installation is the selection of the installation folder.

Thanks for your help
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

find out where you have installed the tcl.lib .. then in the OpenSees project of the OpenSees solution you need to modiy the project properties .. configuration properties .. linker .. general .. additional library dierectories .. set the path to your tcl.lib file
Post Reply