cannot install OpenSSL for Win 95: -q option; library problems

2000-11-03 Thread JF Delannoy

Hello,

 Trying to install OpenSSL, using MS nmake (alternatively Borland 
make.exe) and Borland C++ v5.

I have those problems:

1 command line option -q is unknown, when using nmake (- so I 
removed it from the makefile; it seems to clear the problem; but I 
still don't know what this option is; undocumented)

2 "command arguments too long", when using Borland make

3 types _int64 and BN_ULLONG, from lib e_os.h and others, are not 
recognized, causing compilation errors.


After three days of plodding...


Thanks for advice.

JFD

-------
JF Delannoy, Ph.D.
Knowledge engineer
Online Direct, Ottawa
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



make error Command arguments too long (v9.0.6, Win32, Borland C++)

2000-11-01 Thread JF Delannoy


I cannot install v 9.0.6 on Windows, because make returns an error.


The makefile bcb.mak contains a long CFLAG line which, which, 
with some more characters before and after, becomes 168 chars 
and exceeds the length limit, it seems 

In makefile:

CFLAG=-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -
tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -DDSO_WIN32 -
O2 -ff -fp

as called during make process:

bcc32 -otmp32\cryptlib.obj -Iinc32 -Itmp32 -
DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -
DWINDOWS -DWIN32 -DDSO_WIN32 -O2 -ff -fp  -c 
.\crypto\cryptlib.c



Advice?

Thanks




In detail:



[C:\Program Files\openssl-0.9.6] make -f bcb.mak
MAKE Version 4.0  Copyright (c) 1987, 1996 Borland International
Building OpenSSL
mkdir tmp32
Directory already exists
mkdir out32
Directory already exists
mkdir inc32
Directory already exists
mkdir inc32\openssl
Directory already exists
bcc32 -otmp32\cryptlib.obj -Iinc32 -Itmp32 -
DWIN32_LEAN_AND_MEAN -q -w-a
us -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -
DDSO_WIN32 -O2 -ff -fp  -c .\cr
ypto\cryptlib.c
Fatal: Command arguments too long

[C:\Program Files\openssl-0.9.6]





---
JF Delannoy, Ph.D.

Adjunct professor, University of Ottawa
Information retrieval, computational linguistics
www.site.uottawa.ca/~delannoy
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: make error Command args too long (v9.0.6, Win32, Borland C++)

2000-11-01 Thread JF Delannoy

Tom,

I tried:

- Get a newer make utility?  - from MS this is the latest
- Use GNU make - can’t install/compile. It needs a file “cl”, and 
only mentions MS C; I have Borland C.
- Get the cygwin package and build under that? - 
tried; lengthy process, voluminous, does not work.

I'll retry the original way, i.e. MS nmake, but on Windows NT to 
avoid the max-commandline-length problem.

Thanks for the suggestions.

Cheers





On 1 Nov 00, at 16:53, Tom Biggs wrote:

 At 04:23 PM 11/1/00 -0500, JF wrote:
 
 I cannot install v 9.0.6 on Windows, because make returns an error.
 
 
 The makefile bcb.mak contains a long CFLAG line which, which,
 with some more characters before and after, becomes 168 chars
 and exceeds the length limit, it seems
 
 In detail:
 
 
 
 [C:\Program Files\openssl-0.9.6] make -f bcb.mak
 MAKE Version 4.0  Copyright (c) 1987, 1996 Borland International
 Building OpenSSL
  mkdir tmp32
 Directory already exists
  mkdir out32
 Directory already exists
  mkdir inc32
 Directory already exists
  mkdir inc32\openssl
 Directory already exists
  bcc32 -otmp32\cryptlib.obj -Iinc32 -Itmp32 -
 DWIN32_LEAN_AND_MEAN -q -w-a
 us -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -
 DDSO_WIN32 -O2 -ff -fp  -c .\cr
 ypto\cryptlib.c
 Fatal: Command arguments too long
 
 [C:\Program Files\openssl-0.9.6]
 
 
 Get a newer make utility?  Use GNU make?
 Get the cygwin package and build under that?
 
 I thought tiny command lines went out with MSDOS, but
 I guess not.
 
 
 
 Tom Biggs
 '89 FJ1200 DoD #1146
 
 "The whole aim of practical politics is to keep the populace alarmed -
 and hence clamorous to be led to safety - by menacing it with an endless
 series of hobgoblins, all of them imaginary."  -- H.L. Mencken
 
 
 __
 OpenSSL Project http://www.openssl.org
 User Support Mailing List[EMAIL PROTECTED]
 Automated List Manager   [EMAIL PROTECTED]
 



-------
JF Delannoy, Ph.D.

Adjunct professor, University of Ottawa
Information retrieval, computational linguistics
www.site.uottawa.ca/~delannoy
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]