make failure

2000-07-11 Thread Govind Vinjamuri
solaris 2.7 gcc27 -- Govind Vinjamuri NSA Unix Administrator Clinical Research Computing Unit (CRCU) 215-573-5977 make making all in crypto... ( echo "#ifndef MK1MF_BUILD"; \ echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \ echo " #define CFLAGS \"gcc -DTHREADS -D

Re: make failure

2000-07-11 Thread Richard Levitte - VMS Whacker
From: "Govind Vinjamuri" <[EMAIL PROTECTED]> Looks like a gcc bug to me. I think it's better to upgrade GNU c a bit, BTW, 2.7 is a bit old, and some of those versions had flaws, IIRC. gvinjamu> make gvinjamu> making all in crypto... gvinjamu> ( echo "#ifndef MK1MF_BUILD"; \ gvinjamu> echo " /*

Make failure on Dynix 4.4.4

2002-03-18 Thread jim . a . davidson
Trying to build Openssl-0.9.6b on Dynix 4.4.4 and selected Configure -cc the make fails as follows: cc -o openssl -DMONOLITH -I../include -O openssl.o verify.o asn1pars.o Undefined first referenced symbol in file __bsd_accept

OpenSSL 3.0.7 make failure on Debian 10 (buster)

2022-11-04 Thread John Boxall
It has been quite a while since I worked with OpenSSL and the first time I have experienced a build failure. This is some of the system info: uname -a Linux jdblt1 4.19.0-22-amd64 #1 SMP Debian 4.19.260-1 (2022-09-29) thx86_64 GNU/Linux The following is the output from the configure and mak

Re: OpenSSL 3.0.7 make failure on Debian 10 (buster)

2022-11-04 Thread Matt Caswell
On 04/11/2022 12:06, John Boxall wrote: apps/lib/libapps-lib-app_libctx.o apps/lib/app_libctx.c In file included from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h:7, from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:34, from includ

RE: OpenSSL 3.0.7 make failure on Debian 10 (buster)

2022-11-04 Thread Michael Wojcik via openssl-users
> From: openssl-users On Behalf Of Matt > Caswell > Sent: Friday, 4 November, 2022 06:43 > > This looks like something environmental rather than a problem with > OpenSSL itself. /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h > is clearly a system include file, trying to include some other

(SOLVED) Re: OpenSSL 3.0.7 make failure on Debian 10 (buster)

2022-11-04 Thread John Boxall
On 2022-11-04 09:14, Michael Wojcik via openssl-users wrote: Specifically, limits.h is part of the C standard library (see e.g. ISO 9899:1999 7.10). This is a GCC issue; there's something wrong with John's GCC installation, or how his environment configures it. GCC often appears to have adopt