Date: Wed, 13 Oct 1999 17:00:54 -0400 (EDT) From: matt <matt@BabCom.ORG> To: freebsd-stable@FreeBSD.ORG Subject: Broken aout csu library build? Message-ID: <Pine.BSF.4.10.9910131658310.83845-100000@shell.arpa-canada.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9910131658310.83845-100000>