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]

Reply via email to