Re: compile errors

2002-03-04 Thread amit limaye
i linked using libssl.a libcrypto.a i m getting errors like dlfnc - Original Message - From: "Richard Levitte - VMS Whacker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 9:16 PM Subject: Re: compile errors From: "ami

Re: compile errors

2002-03-04 Thread Richard Levitte - VMS Whacker
From: "amit limaye" <[EMAIL PROTECTED]> amit.limaye> the openssl library is supposed to generate two libraries amit.limaye> that is amit.limaye> libssl.a amit.limaye> libcrypto.a amit.limaye> amit.limaye> isn't it Yes, and I assume that wasn't a problem. amit.limaye> i have a problem that aft

Re: compile errors

2002-03-04 Thread Richard Levitte - VMS Whacker
From: "amit limaye" <[EMAIL PROTECTED]> amit.limaye> i linked libcrypto.a amit.limaye> but the error persists amit.limaye> amit.limaye> i have libssl.a libcrypto.a in /usr/local/ssl/lib amit.limaye> and the include files in /usr/include I think you misunderstand, so let me ask you to show us t

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> > Looks like you have to. There's a few lines of assembler in > rand_win.c that you can't do without at this time. Perhaps we should > simply turn off readtimer for Borland C? OK, turning off readtimer did the trick for now but I'll get me

Re: Compile errors Win32

2000-09-11 Thread Richard Levitte - VMS Whacker
From: "ukoeppe" <[EMAIL PROTECTED]> ukoeppe> bcc32 -otmp32\randfile.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c .\crypto\rand\randfile.c ukoeppe> .\crypto\rand\randfile.c: ukoeppe> Warning W8017 c:\Borland\Bcc55\inc

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
Just tried it with the update from the Openssl CVS web interface . same thing U.K. - Original Message - From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 11, 2000 1:42 PM Subject: Re: Co

Re: Compile errors Win32

2000-09-11 Thread Richard Levitte - VMS Whacker
From: "ukoeppe" <[EMAIL PROTECTED]> ukoeppe> No, I don't have assembler installed. Looks like you have to. There's a few lines of assembler in rand_win.c that you can't do without at this time. Perhaps we should simply turn off readtimer for Borland C? ukoeppe> Now the error looks somewhat di

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> > Ah, I think I see. Could you try the following change (do you > understand the format used?)? > > diff -u -r1.6 rand_win.c > --- crypto/rand/rand_win.c 2000/07/21 02:14:15 1.6 > +++ crypto/rand/rand_win.c 2000/09/11 11:41:16 > @@ -236,7 +2

Re: Compile errors Win32

2000-09-11 Thread Richard Levitte - VMS Whacker
From: "ukoeppe" <[EMAIL PROTECTED]> ukoeppe> Warning W8075 .\crypto\rand\rand_win.c 239: Suspicious pointer conversion in function RAND_poll Ah, I think I see. Could you try the following change (do you understand the format used?)? diff -u -r1.6 rand_win.c --- crypto/rand/rand_win.c 200

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
Here is the complete error message that was missing in my earlier post. OS is Windows 98, compiler Borland 5.5 bcc32 -otmp32\rand_win.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-a us -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp -c .\cry pto\rand\rand_win.c .\crypto

Re: Compile errors

2000-08-11 Thread Jon-Pierre Gentil
I'd say that you've got a grunged file, because line 216 should look like this: [starting with line 211-220, for clarity] } else if (!strcmp(*args,"-passin")) { if (args[1]) { args++; passargin = *args;

RE: Compile errors

2000-08-11 Thread Barnes, Michael L.
Make sure that your download was not corrupt or something, because there is no occurance of "mf" anywhere in the file. Mike > -Original Message- > From: Ashley Horn [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 11, 2000 1:05 PM > To: [EMAIL PROTECTED] > Subject: Compile errors > >