Re: make test failed

2000-05-05 Thread Villy Kruse
On Wed, 3 May 2000, Jenus Benggon wrote: Failed! bc: /bin/sh: bc: command not found make[1]: *** [test_bn] Error 255 make[1]: Leaving directory `/u01/openssl-0.9.5a/test' make: *** [tests] Error 2 mylinuxbox# Which leads to the obvious conclusion that you need to install bc. There

Patch to const-ipate lhash

2000-05-05 Thread Paul D. Smith
I'm doing some work putting OpenSSH on an embedded platform, under a very non-UNIX operating system. This OS doesn't have preemptive multitasking, and it doesn't have separate address spaces for multiple "processes"; all instances share the same global data space. Since various portions of

Re: Compile in VC++6

2000-05-05 Thread Pete Jenkins
Check workspace files and explanations of compile process at http://www.iconsinc.com/~agray/ossldev/ Workspace files there work really fine. Following the included instructions: 3. Open a command prompt and run "perl Configure VC-WIN32" as per the instructions in the

Re: Compile in VC++6

2000-05-05 Thread Dr Stephen Henson
Pete Jenkins wrote: Check workspace files and explanations of compile process at http://www.iconsinc.com/~agray/ossldev/ Workspace files there work really fine. Following the included instructions: 3. Open a command prompt and run "perl Configure VC-WIN32" as per the