compiling issue

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

Moderators: silvia, selimgunay, Moderators

Post Reply
ncatella
Posts: 9
Joined: Mon Nov 01, 2004 8:24 pm

compiling issue

Post by ncatella » Mon Nov 01, 2004 8:28 pm

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 'tcl84.lib'
LINK : fatal error LNK1181: cannot open input file 'tcl83.lib'

Does anyone know what kind of mistake I'm making? Thanks.

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk » Tue Nov 02, 2004 10:42 am

did you install the tcl files in the correct location .. you cannot take the default tcl installation paths .. you have to set it as shown in the getting started guide.

Post Reply