X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Robert Riebisch Newsgroups: comp.os.msdos.djgpp Subject: Re: openssl-0.9.8 Date: Mon, 09 Mar 2009 19:04:09 +0100 Organization: none Lines: 40 Message-ID: <71l40qFlkgreU1@mid.individual.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: individual.net 28hWQMChCpByvntNIugDfAj7I0KeMRSSPy/2haV3mweBtwEpG+ Cancel-Lock: sha1:HRi1R1tdA5C2opWlLf5f3Kj81oE= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk peters DOT al AT volny DOT cz wrote: > Can I ask where I make error, when I have compiled every openssl > 0.9.8x ver, and I get this by configure from crypto.a > configure:25458: checking for libssl What's your environment? djdev203 or djdev204? Which GCC? Did you try http://www.bgnett.no/~giva/misc/ instead of the configure script? > In file included from /dev/env/DJDIR/include/openssl/asn1.h:62, > from /dev/env/DJDIR/include/openssl/objects.h:960, > from /dev/env/DJDIR/include/openssl/evp.h:98, > from /dev/env/DJDIR/include/openssl/x509.h:73, > from /dev/env/DJDIR/include/openssl/ssl.h:183, This looks odd to me! If I understand you correctly, you're trying to build the OpenSSL library from scratch. So there should be no "openssl" folder in "%DJDIR%/include". > /dev/env/DJDIR/lib/libcrypto.a(bss_sock.o):bss_sock.c:(.text+0x10d): > undefined reference to `_close_s' > /dev/env/DJDIR/lib/libcrypto.a(bss_sock.o):bss_sock.c:(.text+0x1f9): > undefined reference to `_read_s' > /dev/env/DJDIR/lib/libcrypto.a(bss_sock.o):bss_sock.c:(.text+0x254): > undefined reference to `_send' > collect2: ld returned 1 exit status > > and close_s, read_s, send are defined in e_os.h You also need Watt-32 for BSD-like sockets. > If I have to compiled in XP enviroment with /dev/random? I don't understand. -- Robert Riebisch Bitte NUR in der Newsgroup antworten! Please reply to the Newsgroup ONLY!