Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Oct 1999 14:03:11 -0400 (EDT)
From:      matt <matt@BabCom.ORG>
To:        FUJISHIMA Satsuki <k5@cheerful.com>
Cc:        knu@idaemons.org, freebsd-ports@freebsd.org
Subject:   Re: flashplugin: c++rt0.o problem (Re: FlashPlugin FreeBSD Port.)
Message-ID:  <Pine.BSF.4.10.9910171400380.38660-100000@s01.arpa-canada.net>
In-Reply-To: <14346.2644.818903.29321F@cheerful.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Aha... this was the magick trick I needed.....Well, thank you -- that
works perfectly now. Why did I not think of that....The port instructions
still say (quote):
root[s02]:/usr/ports/www/flashplugin/files# more message.nolib
===
You couldn't build this port for lack of aout csu library files.
You could prepare them as:

1. extract /usr/src/lib (distribution files: src/slib.??)
2. cd /usr/src/lib/csu/i386
3. make clean depend
4. make all install 
===

Ah well, live and learn -- thanks.

Matt

On Mon, 18 Oct 1999, FUJISHIMA Satsuki wrote:

: At Wed, 13 Oct 1999 01:45:29 +0900,
: Akinori MUSHA aka knu <knu@idaemons.org> wrote:
: 
: > To make this port, you might need legacy a.out csu library files.
: > Do the following steps:
: > 
: >     1. extract /usr/src/lib (distribution files: src/slib.??)
: >     2. cd /usr/src/lib/csu/i386
: >     3. make clean depend
: >     4. make all install 
: > 
: > And then try making the port.
: 
: I think you meant "make all install OBJFORMAT=aout" in (4).
: 
: $ objformat
: elf
: $ cd ~/tmp/src/lib/csu/i386 && make
: cc -O -m486 -pipe -DLIBC_SCCS -fno-omit-frame-pointer   -c -DCRT0 -DDYNAMIC /home/k5/tmp/src/lib/csu/i386/crt0.c -o crt0.o
: /home/k5/tmp/src/lib/csu/i386/crt0.c: In function `__do_dynamic_link':
: /home/k5/tmp/src/lib/csu/i386/crt0.c:196: storage size of `crt' isn't known
: /home/k5/tmp/src/lib/csu/i386/crt0.c:260: `CRT_VERSION_BSD_5' undeclared (first use this function)
: /home/k5/tmp/src/lib/csu/i386/crt0.c:260: (Each undeclared identifier is reported only once
: /home/k5/tmp/src/lib/csu/i386/crt0.c:260: for each function it appears in.)
: /home/k5/tmp/src/lib/csu/i386/crt0.c:264: `CRT_VERSION_BSD_4' undeclared (first use this function)
: /home/k5/tmp/src/lib/csu/i386/crt0.c:268: `CRT_VERSION_BSD_3' undeclared (first use this function)
: /home/k5/tmp/src/lib/csu/i386/crt0.c:269: invalid use of undefined type `struct _dynamic'
: /home/k5/tmp/src/lib/csu/i386/crt0.c:275: dereferencing pointer to incomplete type
: /home/k5/tmp/src/lib/csu/i386/crt0.c:288: `LDSO_VERSION_HAS_DLEXIT' undeclared (first use this function)
: /home/k5/tmp/src/lib/csu/i386/crt0.c:289: dereferencing pointer to incomplete type
: *** Error code 1
: 
: Stop.
: $ make OBJFORMAT=aout
: cc -O -m486 -pipe -DLIBC_SCCS -fno-omit-frame-pointer   -c -DCRT0 -DDYNAMIC /home/k5/tmp/src/lib/csu/i386/crt0.c -o crt0.o
: ld -o crt0.o.tmp -x -r crt0.o
: cc -O -m486 -pipe -DLIBC_SCCS -fno-omit-frame-pointer   -fpic -c /home/k5/tmp/src/lib/csu/i386/c++rt0.c
: cc -O -m486 -pipe -DLIBC_SCCS -fno-omit-frame-pointer   -c -DMCRT0 -DDYNAMIC /home/k5/tmp/src/lib/csu/i386/crt0.c -o gcrt0.o
: cc -O -m486 -pipe -DLIBC_SCCS -fno-omit-frame-pointer   -c -DCRT0 /home/k5/tmp/src/lib/csu/i386/crt0.c -o scrt0.o
: cc -O -m486 -pipe -DLIBC_SCCS -fno-omit-frame-pointer   -c -DMCRT0 /home/k5/tmp/src/lib/csu/i386/crt0.c -o sgcrt0.o
: $ 
: 
: -- 
: FUJISHIMA Satsuki
: 

--
"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-ports" 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.9910171400380.38660-100000>