[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev Lynx does not compile! SSL
From: |
Subramanya |
Subject: |
lynx-dev Lynx does not compile! SSL |
Date: |
Thu, 27 Jan 2000 13:28:34 -0800 |
Hello,
I work for Sun Microsystems . I am 'make' failure program failure to
build lynx supporting SSL. The following error I get:-
ld: fatal: library -llibssl: not found
ld: fatal: library -llibcrypto: not found
ld: fatal: File processing errors. No output written to lynx
*** Error code 1
make: Fatal error: Command failed for target `lynx'
I duly tried to compile in the crypto and SSL libraries from the OpenSSL
(formerly
SSLeay) library, available at
ftp://ftp.psy.uq.oz.au/pub/Crypto/OpenSSL/. But for this also I got
source error. That is:-
cc -I.. -I../../include -O -DNOPROTO -c bn_mul.c
"bn_mul.c", line 98: syntax error before or at: /
"bn_mul.c", line 105: warning: old-style declaration or incorrect type
for: c1
"bn_mul.c", line 105: undefined symbol: a
"bn_mul.c", line 105: undefined symbol: n
"bn_mul.c", line 105: cannot dereference non-pointer type
"bn_mul.c", line 105: non-constant initializer: op "CALL"
"bn_mul.c", line 106: warning: old-style declaration or incorrect type
for: c2
"bn_mul.c", line 106: undefined symbol: b
"bn_mul.c", line 106: cannot dereference non-pointer type
"bn_mul.c", line 106: non-constant initializer: op "CALL"
"bn_mul.c", line 107: warning: old-style declaration or incorrect type
for: zero
"bn_mul.c", line 107: undefined symbol: neg
"bn_mul.c", line 107: non-constant initializer: op "="
"bn_mul.c", line 108: syntax error before or at: switch
"bn_mul.c", line 108: undefined or not a type: c2
"bn_mul.c", line 108: identifier redefined: c2
current : function() returning int
previous: int : "bn_mul.c", line 106
"bn_mul.c", line 108: cannot recover from previous errors
cc: acomp failed for bn_mul.c
*** Error code 2
make: Fatal error: Command failed for target `bn_mul.o'
Current working directory /home/subbu/Lynx/openssl-0.9.1c/crypto/bn
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /home/subbu/Lynx/openssl-0.9.1c/crypto
*** Error code 1
make: Fatal error: Command failed for target `all'
Can you please to resolve the above problem?
Subramanya.
- lynx-dev Lynx does not compile! SSL,
Subramanya <=