Marc
- Original Message -
From: "Jeremy Farrell"
To:
Sent: Tuesday, November 17, 2009 5:20 AM
Subject: RE: Cygwin - OpenSSL 0.9.8l linker errors
@$(CC) $(LDFLAGS) $(LIBS) $(OBJ) -o $(BIN)
needs to be
@$(CC) $(LDFLAGS) $(OBJ) $(LIBS) -o $(BIN)
-Original Message-
From: o
Jeremy Farrell wrote:
@$(CC) $(LDFLAGS) $(LIBS) $(OBJ) -o $(BIN)
needs to be
@$(CC) $(LDFLAGS) $(OBJ) $(LIBS) -o $(BIN)
forget to include needed information.
The order of the libs may need to be reversed also
LIBS = -lssl -lcrypto
__
@$(CC) $(LDFLAGS) $(LIBS) $(OBJ) -o $(BIN)
needs to be
@$(CC) $(LDFLAGS) $(OBJ) $(LIBS) -o $(BIN)
> -Original Message-
> From: owner-openssl-us...@openssl.org
> [mailto:owner-openssl-us...@openssl.org] On Behalf Of Marc Kührer
> Sent: Tuesday, November 17, 2009 1:32 AM
> To: openssl-u
Hello,
> I try to install openssl-0.9.7i onto Cygwin 5.6.xxx. Windows XP SP2 French
>
> The ./config command aborts with the following error
> DES_PTR used
> DES_RISC1 used
> DES_UNROLL used
> BN_LLONG mode
> RC4_INDEX mode
> RC4_CHUNK is undefined
> 'make' n'est pas reconnu en tant que commande i
Hi,
After adding the bc package, the error related to bc
is gone. Thanks for that help. Now I got another
errors when I run 'make test' in cygwin:
cat
./p ./p.clear differ: char 2, line 1
make[1]: *** [test_enc] Error 1
make[1]: Leaving directory
`/cygdrive/d/downloads/open-source/open-ssl/openss
The GNU numeric processing language (bc) and reverse
polish calculator (dc)
--- vijay basav <[EMAIL PROTECTED]> wrote:
> bc is calculator generally available in linux. u
> need to to install this(select bc option when
> installing cygwin).
> vijay
>
>
>
>
> hao chen <[EMAIL PROTECTED]> wrot
bc is calculator generally available in linux. u need to to install this(select bc option when installing cygwin).
vijay
hao chen <[EMAIL PROTECTED]> wrote:
When I use cygwin to run the test of openssl, I gotthe following error:running bcbc: not foundcat: tmp.bctest: No such file or directoryb