From owner-freebsd-current Tue Sep 8 18:03:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21705 for freebsd-current-outgoing; Tue, 8 Sep 1998 18:03:20 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from nomis.simon-shapiro.org (nomis.simon-shapiro.org [209.86.126.163]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA21632 for ; Tue, 8 Sep 1998 18:02:58 -0700 (PDT) (envelope-from shimon@simon-shapiro.org) Received: (qmail 13877 invoked by uid 1000); 9 Sep 1998 02:05:37 -0000 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 08 Sep 1998 22:05:37 -0400 (EDT) X-Face: (&r=uR0&yvh>h^ZL4"-TH61PD}/|Y'~58Z# Gz&BK'&uLAf:2wLb~L7YcWfau{;N(#LR2)\i.l8'ZqVhv~$rNx$]Om6Sv36S'\~5m/U'"i/L)&t$R0&?,)tm0l5xZ!\hZU^yMyCdt!KTcQ376cCkQ^Q_n.GH;Dd-q+ O51^+.K-1Kq?WsP9;cw-Ki+b.iY-5@3!YB5{I$h;E][Xlg*sPO61^5=:5k)JdGet,M|$"lq!1!j_>? $0Yc? Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: freebsd-current@FreeBSD.ORG Subject: Make Release under ELF Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Last night's cvsup, make buildworld completes OK, Am getting in make release: ===> Building for perl-5.00502 `sh cflags libperl.a miniperlmain.o` miniperlmain.c CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O2 -pipe `sh cflags libperl.a perl.o` perl.c CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O2 -pipe perl.c: In function `perl_parse': perl.c:681: warning: passing arg 1 of `time' from incompatible pointer type `sh cflags libperl.a gv.o` gv.c CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O2 -pipe `sh cflags libperl.a toke.o` toke.c CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O2 -pipe `sh cflags libperl.a perly.o` perly.c CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O2 -pipe `sh cflags libperl.a op.o` op.c CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O2 -pipe `sh cflags libperl.a regcomp.o` regcomp.c CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O2 -pipe `sh cflags libperl.a dump.o` dump.c CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O2 -pipe `sh cflags libperl.a util.o` util.c CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O2 -pipe util.c: In function `vsprintf': util.c:1639: structure has no member named `_ptr' util.c:1640: structure has no member named `_cnt' util.c:1644: structure has no member named `_flag' util.c:1644: `_IOWRT' undeclared (first use this function) util.c:1644: (Each undeclared identifier is reported only once util.c:1644: for each function it appears in.) *** Error code 1 In /usr/ports, perl's make prduces: Let me guess what the preprocessor flags are... Any additional ld flags (NOT including libraries)? [ -L/usr/local/lib] Checking your choice of C compiler and flags for coherency... I've tried to compile and run a simple program with: cc -O -pipe -I/usr/local/include -o try -L/usr/local/lib try.c -lgdbm -ldb -lm -lc -lcrypt ./try and I got the following output: /usr/local/lib/libgdbm.so: file not recognized: File format not recognized I can't compile the test program. You have a BIG problem. Shall I abort Configure [y] Ok. Stopping Configure. *** Error code 1 But that could be due to libgdbm being a.out... Not quite: `sh cflags libperl.a util.o` util.c CCCMD = cc -DPERL_CORE -c -I/usr/local/include -O -pipe util.c: In function `vsprintf': util.c:1639: structure has no member named `_ptr' util.c:1640: structure has no member named `_cnt' util.c:1644: structure has no member named `_flag' util.c:1644: `_IOWRT' undeclared (first use this function) util.c:1644: (Each undeclared identifier is reported only once util.c:1644: for each function it appears in.) *** Error code 1 So, saomething is rather broken here... Sincerely Yours, Shimon@Simon-Shapiro.ORG 770.265.7340 Simon Shapiro Unwritten code has no bugs and executes at twice the speed of mouth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message