At 10:31 AM 11/5/2002 -0500, Oblio writeth:
>Wow, this is great! This will save me a lot of time mucking about with
>trying to get the compiler to run. Quick question, though. The main file,
>openssl.exe, is looking for two files in the path (ssleay32.dll and
>libeay32.dll). What are these,
Yes, md5_dgst.obj is present in tmp32.
At 11/4/2002 05:08 PM +0100, you wrote:
Oblio,
Is md5_dgst.obj present in tmp32?
If not, maybe the following kan help resolve the problem:
cd D:\Open Source\openssl-0.9.6g// or equivalent directory
make -f bcb.mak >> output.txt
and afterwards
iginal Message-
From: Oblio [mailto:subscriber@;locustcreek.com]
Sent: Monday, November 04, 2002 3:38 PM
To: [EMAIL PROTECTED]
Subject: RE: Help w/ BC++ 5
Well, this time, for whatever reason, I got further. However, eventually,
it returned
"Error: Unresolved external '_md5_bloc
Well, this time, for whatever reason, I got further. However, eventually,
it returned
"Error: Unresolved external '_md5_block_asm_host_order' referenced from
C:\MISC\OPENSSL\OPENSSL-ENGINE-0.9.6G\OUT32\LIBEAY32.LIB|md5_dgst"
These are the files in the out32 directory.
libeay32.BAK
libeay32.li
-Original Message-
From: Oblio [mailto:subscriber@;locustcreek.com]
Sent: Monday, November 04, 2002 2:57 PM
To: [EMAIL PROTECTED]
Subject: RE: Help w/ BC++ 5
Unfortunately, BC3/4 doesn't work for me either. Did you get the email
from Keary Phillips? He's got some suggestions. However,
Unfortunately, BC3/4 doesn't work for me either. Did you get the email
from Keary Phillips? He's got some suggestions. However, they don't work
completely for me either.
At 11/4/2002 10:01 AM +0100, you wrote:
Hello Oblio,
The mak file is not good.
for instance:
n_o_T_a_s_m /Focrypt ...
Hello Oblio,
The mak file is not good.
for instance:
n_o_T_a_s_m /Focrypt ... should be something like n_o_T_a_s_m /F -o crypt
...
Solving this was not the only thing to do but I am not an expert on mak
files so
I followed the procedure of Borland c++ 3 and 4 and it seems to work.
Use the BCB4 build instructions. The other doesn't work with BCB5 or
BCB6.
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:owner-openssl-users@;openssl.org] Namens Oblio
Verzonden: vrijdag 1 november 2002 21:56
Aan: [EMAIL PROTECTED]
Onderwerp: Help w/ BC++ 5
I'm completely new t