compiling OpenSees

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

Moderators: silvia, selimgunay, Moderators

Post Reply
YH Bao
Posts: 2
Joined: Sun Sep 19, 2004 8:47 pm
Location: UC Davis

compiling OpenSees

Post by YH Bao » Wed Sep 22, 2004 3:48 pm

Hello, folks
When i compile OpenSees (just updated via CVS) on VC++6.0 (Windowxp sp2), there has a link error:
-----------------------------------------------------------------------------
LINK : fatal error LNK1181: cannot open input file "c:\program.obj"
-----------------------------------------------------------------------------
Is there anyone can tell me how to fix it? Thanks

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

Post by fmk » Wed Sep 29, 2004 1:13 pm

your project file seems to have been corrupted. you need to either:
1. download the latest distribution from the web-site.
2. find the project where this link error is occuring. then under the project settings remove the reference to this file. if it is not the opensees project itself look under the c++ settings to see if you can find the program.obj file. if it is the opensees project look at both the c++ and linker settings for the project.

Post Reply