Newsgroups: mail-lists.delegate-en
[DeleGate-En] problem with SSLWAY an MSVC++6.0
Hi,
I have the following errors when I compile SSLWAY:
C:\delegate\filters>nmake /f makefile.go sslway
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
"## SSLEAY=../../SSL ---- the directory of SSLeay"
"## LIBSSL=../../SSL/ssleay32.lib ../../SSL/libeay32.lib ---- the SSLeay
library"
"## specify proper SSLEAY and/or LIBSSL if the following failed."
cl -O -nologo -L../lib -o sslway sslway.o ../../SSL/ssleay32.lib
../../SSL/libeay32.lib -lnsl -lsocket WSOCK32.LIB ADVAPI32.LIB OLE32.LIB
SHELL32.LIB UUID.LIB -lssl -lcrypto -lkssl -lpam
GDI32.LIB ../lib/library.a ../lib/libsubst.a ../../SSL
/ssleay32.lib ../../SSL/libeay32.lib -lnsl -lsocket WSOCK32.LIB ADVAPI32.LIB
OLE32.LIB SHELL32.LIB UUID.LIB -lssl -lcrypto -l
kssl -lpam GDI32.LIB
Command line warning D4002 : ignoring unknown option '-L../lib'
Command line warning D4002 : ignoring unknown option '-lnsl'
Command line warning D4002 : ignoring unknown option '-lsocket'
Command line warning D4002 : ignoring unknown option '-lssl'
Command line warning D4002 : ignoring unknown option '-lcrypto'
Command line warning D4002 : ignoring unknown option '-lkssl'
Command line warning D4002 : ignoring unknown option '-lpam'
Command line warning D4002 : ignoring unknown option '-lnsl'
Command line warning D4002 : ignoring unknown option '-lsocket'
Command line warning D4002 : ignoring unknown option '-lssl'
Command line warning D4002 : ignoring unknown option '-lcrypto'
Command line warning D4002 : ignoring unknown option '-lkssl'
Command line warning D4002 : ignoring unknown option '-lpam'
Command line warning D4024 : unrecognized source file type 'sslway.o',
object file assumed
Command line warning D4024 : unrecognized source file type
'../lib/library.a', object file assumed
Command line warning D4024 : unrecognized source file type
'../lib/libsubst.a', object file assumed
library.a(passwd.o) : error LNK2001: unresolved external symbol _str_from64
library.a(pam.o) : error LNK2001: unresolved external symbol _str_from64
library.a(passwd.o) : error LNK2001: unresolved external symbol _str_to64
library.a(passwd.o) : error LNK2001: unresolved external symbol _VSocket
library.a(passwd.o) : error LNK2001: unresolved external symbol
_fullpathSUCOM
library.a(forkspawn.o) : error LNK2001: unresolved external symbol
_BeforeExec
libsubst.a(OpenSSL.o) : error LNK2001: unresolved external symbol
_OpenSSL_add_all_algorithms
sslway.exe : fatal error LNK1120: 6 unresolved externals
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
I can link the Str_From64 and Str_to64 functions from libmimekit.a but I can
not find the other ones. Can you help me?
Lukas
|