X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: peters DOT also AT gmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: openssl-0.9.8 Date: Tue, 10 Mar 2009 01:45:42 -0700 (PDT) Organization: http://groups.google.com Lines: 47 Message-ID: <02e7cb58-a8b8-4398-95e9-46ca40293c0c@j8g2000yql.googlegroups.com> References: <71l40qFlkgreU1 AT mid DOT individual DOT net> NNTP-Posting-Host: 90.177.26.126 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1236674742 27592 127.0.0.1 (10 Mar 2009 08:45:42 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 10 Mar 2009 08:45:42 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: j8g2000yql.googlegroups.com; posting-host=90.177.26.126; posting-account=siLQJgkAAAA0ZqZkqCtmbpqcsGv4xxR5 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.6) Gecko/20080528 Epiphany/2.22,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > What's your environment? djdev203 or djdev204? Which GCC? I use djdev204,gcc422,last watt-32 with modified dj_err.exe for DJGPP2.04 > Did you tryhttp://www.bgnett.no/~giva/misc/instead of the configure > script? not yet > > In file included from /dev/env/DJDIR/include/openssl/asn1.h:62, > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from /dev/env/DJDIR/include/openssl/= objects.h:960, > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from /dev/env/DJDIR/include/openssl/= evp.h:98, > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from /dev/env/DJDIR/include/openssl/= x509.h:73, > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0from /dev/env/DJDIR/include/openssl/= ssl.h:183, > this I get when I try with almost configure scripts from GNU programms, I tried with mutt, msmtp and etc with OpenSSL option and the result is undefined references in bss_sock.c >>> > > /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 > > > You also need Watt-32 for BSD-like sockets. I should somewhere set watt-32 for BSD-like sockets? > > If I have to compiled in XP enviroment with /dev/random? > > I don't understand. I think about random generator, I have djgpp on XP installed and I should "make test" in OpenSSL compilation. Thank you David