Link error

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

Moderators: silvia, selimgunay, Moderators

Post Reply
xuejian
Posts: 27
Joined: Fri Dec 23, 2005 11:00 am
Location: The University of Texas at Arlington

Link error

Post by xuejian »

Dear,

I am compiling OpenSees 1.7.1 on Micorsoft Visual Studio 2008 and have the following difficulty. Please see whether you can help.

Thanks,
Xuejian Liu

------ Build started: Project: openSees, Configuration: Debug Win32 ------
Linking...
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/FORCE' specification
tclAppInit.obj : error LNK2019: unresolved external symbol "int __cdecl g3AppInit(struct Tcl_Interp *)" (?g3AppInit@@YAHPAUTcl_Interp@@@Z) referenced in function _Tcl_AppInit
.\..\..\bin/openSees.exe : fatal error LNK1120: 1 unresolved externals
Build log was saved at "file://d:\Opensees\source\developer\OpenSees1.7.1\OpenSees\Win32\obj\openSees\debug\BuildLog.htm"
openSees - 2 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 21 up-to-date, 0 skipped ==========
Structural1
Posts: 7
Joined: Thu May 01, 2008 2:19 pm
Location: University of Texas

Post by Structural1 »

Read the last post on this page and follow the instructions exactly. Then opensees should compile.

http://opensees.berkeley.edu/community/ ... php?t=6674
Post Reply