Date: Wed, 30 May 2001 12:02:06 +0200 (CEST) From: Riccardo.Veraldi@fi.infn.it To: <freebsd-alpha@freebsd.org> Subject: GCC problem ?? Message-ID: <Pine.NEB.4.33.0105301201390.3488-100000@nikita.fi.infn.it>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.4.33.0105301201390.3488-100000>