Date: Wed, 30 May 2001 13:05:24 -0400 (EDT) From: Andrew Gallatin <gallatin@cs.duke.edu> To: Riccardo.Veraldi@fi.infn.it Cc: <freebsd-alpha@FreeBSD.ORG> Subject: Re: GCC problem ?? Message-ID: <15125.10324.446776.185828@grasshopper.cs.duke.edu> In-Reply-To: <Pine.NEB.4.33.0105301201390.3488-100000@nikita.fi.infn.it> References: <Pine.NEB.4.33.0105301201390.3488-100000@nikita.fi.infn.it>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <stdio.h> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15125.10324.446776.185828>