From owner-freebsd-alpha Wed May 30 23:57:30 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from postino.fi.infn.it (postino.fi.infn.it [192.84.145.9]) by hub.freebsd.org (Postfix) with ESMTP id B1B8137B423 for ; Wed, 30 May 2001 23:57:26 -0700 (PDT) (envelope-from Riccardo.Veraldi@fi.infn.it) Received: from nikita.fi.infn.it (nikita.fi.infn.it [192.84.146.189]) by postino.fi.infn.it (8.11.1/8.11.1) with ESMTP id f4V6vNm57561; Thu, 31 May 2001 08:57:23 +0200 (CEST) From: Riccardo.Veraldi@fi.infn.it Received: by nikita.fi.infn.it (Postfix, from userid 1001) id 8F08718CE8; Thu, 31 May 2001 08:57:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by nikita.fi.infn.it (Postfix) with ESMTP id 2D2F915902; Thu, 31 May 2001 08:57:22 +0200 (CEST) Date: Thu, 31 May 2001 08:57:21 +0200 (CEST) X-X-Sender: To: Andrew Gallatin Cc: Subject: Re: GCC problem ?? In-Reply-To: <15125.10324.446776.185828@grasshopper.cs.duke.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It really works, thanks Drew Rick On Wed, 30 May 2001, Andrew Gallatin wrote: > Date: Wed, 30 May 2001 13:05:24 -0400 (EDT) > From: Andrew Gallatin > To: Riccardo.Veraldi@fi.infn.it > Cc: freebsd-alpha@FreeBSD.ORG > Subject: Re: GCC problem ?? > > > More like a gnu-configure-being-to-smart-for-its-own-damned-good problem. > The following appears to work: > > rm files/patch-aj > > > Drew > > Riccardo.Veraldi@fi.infn.it writes: > > > > compiling emacs21 port on DPW 500a, FreeBSD 4.3-GENERIC: > > > > configure:4084: checking size of short > > configure:4098: cc -o conftest -O -pipe -mcpu=ev4 -I/usr/local/include > > -L > > /usr/local/lib -Xlinker -R/usr/local/lib:/usr/libexec conftest.c > > -lut > > il -lxpg4 -lgcc -lc -lgcc /usr/lib/crtend.o 1>&5 > > Segmentation fault - core dumped > > configure: failed program was: > > #line 4087 "configure" > > #include "confdefs.h" > > #include > > main() > > { > > FILE *f=fopen("conftestval", "w"); > > if (!f) exit(1); > > fprintf(f, "%d\n", sizeof(short)); > > exit(0); > > } > > (end of "config.log") > > > > > > thanks > > > > Rick > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-alpha" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message