From owner-freebsd-stable Wed Oct 13 16: 1:14 1999 Delivered-To: freebsd-stable@freebsd.org Received: from shell.arpa-canada.net (shell.arpa-canada.net [209.104.122.2]) by hub.freebsd.org (Postfix) with ESMTP id 840FF1583F for ; Wed, 13 Oct 1999 16:00:31 -0700 (PDT) (envelope-from matt@BabCom.ORG) Received: by shell.arpa-canada.net (Postfix, from userid 1001) id 30C07B885; Wed, 13 Oct 1999 17:00:54 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by shell.arpa-canada.net (Postfix) with ESMTP id 2D105B for ; Wed, 13 Oct 1999 17:00:54 -0400 (EDT) Date: Wed, 13 Oct 1999 17:00:54 -0400 (EDT) From: matt X-Sender: matt@shell.arpa-canada.net To: freebsd-stable@FreeBSD.ORG Subject: Broken aout csu library build? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm running FreeBSD 3.3-STABLE cvsupped on September 17th. I went to install the flash plugin in the ports tree, following the directions to: --quote-- 1. extract /usr/src/lib (distribution files: src/slib.??) 2. cd /usr/src/lib/csu/i386 3. make clean depend 4. make all install --end quote-- And this was the result, any ideas of what can fix this? or perhaps I am missing something needed to build this? root[dns02]:/usr/src/lib/csu/i386# make clean depend rm -f a.out crt0.o.tmp c++rt0.o.tmp gcrt0.o.tmp scrt0.o.tmp sgcrt0.o.tmp crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o root[dns02]:/usr/src/lib/csu/i386# make all cc -O -pipe -DLIBC_SCCS -fno-omit-frame-pointer -c -DCRT0 -DDYNAMIC /usr/src/lib/csu/i386/crt0.c -o crt0.o /usr/src/lib/csu/i386/crt0.c: In function `__do_dynamic_link': /usr/src/lib/csu/i386/crt0.c:196: storage size of `crt' isn't known /usr/src/lib/csu/i386/crt0.c:260: `CRT_VERSION_BSD_5' undeclared (first use this function) /usr/src/lib/csu/i386/crt0.c:260: (Each undeclared identifier is reported only once /usr/src/lib/csu/i386/crt0.c:260: for each function it appears in.) /usr/src/lib/csu/i386/crt0.c:264: `CRT_VERSION_BSD_4' undeclared (first use this function) /usr/src/lib/csu/i386/crt0.c:268: `CRT_VERSION_BSD_3' undeclared (first use this function) /usr/src/lib/csu/i386/crt0.c:269: invalid use of undefined type `struct _dynamic' /usr/src/lib/csu/i386/crt0.c:275: dereferencing pointer to incomplete type /usr/src/lib/csu/i386/crt0.c:288: `LDSO_VERSION_HAS_DLEXIT' undeclared (first use this function) /usr/src/lib/csu/i386/crt0.c:289: dereferencing pointer to incomplete type *** Error code 1 Stop. -- "If the primates that we came from had known that someday politicians would come out of the...the gene pool, they'd a stayed up in the trees and written evolution off as a bad idea. Hell, I always thought the opposable thumb was overrated." -Sheridan, "A Distant Star" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message