Hi,
 
I am fighting with a linking problem which says:
 
wcecompatex.lib(redir.obj) : error LNK2005: _fopen already defined in
coredll.lib(COREDLL.dll)
wcecompatex.lib(redir.obj) : error LNK2005: _fclose already defined in
coredll.lib(COREDLL.dll)
wcecompatex.lib(redir.obj) : error LNK2005: _fread already defined in
coredll.lib(COREDLL.dll)
wcecompatex.lib(redir.obj) : error LNK2005: _fwrite already defined in
coredll.lib(COREDLL.dll)
wcecompatex.lib(redir.obj) : error LNK2005: __getstdfilex already
defined in coredll.lib(COREDLL.dll)
wcecompatex.lib(redir.obj) : error LNK2005: __fileno already defined in
coredll.lib(COREDLL.dll)
wcecompatex.lib(redir.obj) : error LNK2005: _fflush already defined in
coredll.lib(COREDLL.dll)
wcecompatex.lib(redir.obj) : error LNK2005: _feof already defined in
coredll.lib(COREDLL.dll)
wcecompatex.lib(redir.obj) : error LNK2005: _ferror already defined in
coredll.lib(COREDLL.dll)
wcecompatex.lib(redir.obj) : error LNK2005: _fseek already defined in
coredll.lib(COREDLL.dll)
wcecompatex.lib(redir.obj) : error LNK2005: _ftell already defined in
coredll.lib(COREDLL.dll)
wcecompatex.lib(redir.obj) : error LNK2005: __setmode already defined in
coredll.lib(COREDLL.dll)
wcecompatex.lib(redir.obj) : error LNK2005: _fgets already defined in
coredll.lib(COREDLL.dll)
wcecompatex.lib(redir.obj) : error LNK2005: _fprintf already defined in
coredll.lib(COREDLL.dll)
X86Dbg/SecureStorage.exe : fatal error LNK1169: one or more multiply
defined symbols found
 
I am working  with openssl static libraries. Compilation of
wcecompatex.lib, ssleay32.lib and libeay32.lib succeeded without any
errors. I used the installation documentation from
http://bs2000.fujitsu-siemens.com/download/Goodies/SMAWPlus/SMAWPossl/INSTALL.WCE.
Does anybody has an idea?
 
Thanx.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to