error compiling 1.6.0

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

Moderators: silvia, selimgunay, Moderators

Post Reply
analist
Posts: 1
Joined: Tue Jul 11, 2006 5:17 am

error compiling 1.6.0

Post by analist »

When trying to compile OpenSees1.6.0 using Active Tcl 8.4.7 I keep getting these error messages after the entire code has run through:

LINK : fatal error LNK1181: cannot open input file 'tcl83.lib'

Does anyone know what kind of mistake I'm making?
I installed the tcl files in the correct location .. as shown in the getting started guide
Thanks

Output Window
Linking...
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/FORCE' specification
LINK : fatal error LNK1181: cannot open input file 'tcl83.lib'
openSeesTk - 1 error(s), 1 warning(s)
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

you need a tcl 8.3 version with 1.6.0 not 8.4.
Post Reply