Date: Sun, 17 Oct 1999 08:59:23 -0400 (EDT) From: matt <matt@BabCom.ORG> To: FreeBSD-STABLE <stable@FreeBSD.ORG> Subject: 3.3-STABLE problem sorta related to flashplugin Message-ID: <Pine.BSF.4.10.9910170856270.11528-100000@s01.arpa-canada.net>
next in thread | raw e-mail | index | archive | help
Hi, while trying to install the flash plugin in the ports tree, I did what
the missing lib message told me to do which was:
1. extract /usr/src/lib (distribution files: src/slib.??)
2. cd /usr/src/lib/csu/i386
3. make clean depend
4. make all install
so I cd to /usr/src/lib/csu/i386, make clean depend which outputs this:
root[s02]:/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
then I go to make all which outputs this:
root[s02]:/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.
This is on 3.3-STABLE cvsupped on October 15th. Is there something I am
missing here, or is this simply defunct? Or am I just missing the magic
trick to make this work. Please advise, Thank you.
-Matt
--
"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.9910170856270.11528-100000>
