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
compiling OpenSees
Moderators: silvia, selimgunay, Moderators
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.
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.