Hi,
I install the tcl/tk "ActiveTcl8.5.10.0.294993-win32-ix86-threaded.exe" to C:/Program Files/Tcl. Then download OpenSees2.3 and open opensees.sln in Win32. I build but have following errors
libm.lib(libm_error.obj) : error LNK2019: unresolved external symbol _errno referenced in function ___libm_error_support
2>libifcore.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol _errno
2>libifcore.lib(for_portlib.obj) : error LNK2001: unresolved external symbol _errno
2>libifcore.lib(for_init.obj) : error LNK2019: unresolved external symbol __pxcptinfoptrs referenced in function _GETEXCEPTIONPTRSQQ
2>.\..\..\bin/OpenSees.exe : fatal error LNK1120: 2 unresolved externals
this is my first build and I did not do any change. I wonder what is the "external symbol" means? how can overcome these errors?
errors of external symbol for first build OpenSees2.3
Moderators: silvia, selimgunay, Moderators
-
- Posts: 7
- Joined: Mon Sep 21, 2009 1:54 am
- Location: EDINBURGH, UK
Re: errors of external symbol for first build OpenSees2.3
you need to use the OpenSees2005.sln
-
- Posts: 7
- Joined: Mon Sep 21, 2009 1:54 am
- Location: EDINBURGH, UK
Re: errors of external symbol for first build OpenSees2.3
thank you fmk. I had solved the problems and also I trace the previous topic and find the same problems. Sometimes the errors are related to quickMain and forget them, just use the .exe to conduct the .tcl file.
JIAN JIANG