Date: Thu, 16 Nov 2000 16:25:19 -0800 From: Dave Tweten <tweten@nas.nasa.gov> To: freebsd-stable@freebsd.org Subject: 4.2 Beta Broke Plugger Message-ID: <200011170025.eAH0PKJ01012@gilmore.nas.nasa.gov>
next in thread | raw e-mail | index | archive | help
Until recently (pre 4.2 beta), I could get the port, plugger to build by extracting copies of the a.out startup files from CDs for earlier FreeBSD releases, putting them into /usr/lib/aout, and building with "PORTOBJFORMAT=aout" defined on the make command. As of my 4.2 beta cvsup on Nov 13 12:04, that no longer works. I get the following instead: ===> Building for plugger-3.2 make plugger.so CC=gcc XCFLAGS='-fpic -aout' LD=gcc XLDFLAGS='-shared -aout' gcc -c -O -I../PluginSDK30b5/include -I/usr/X11R6/include -DXP_UNIX -DSTREAMER -DVERSION=\"3.2\" -DDEBUG -fpic -aout -o plugger.o plugger.c gcc -c -O -I../PluginSDK30b5/include -I/usr/X11R6/include -DXP_UNIX -DSTREAMER -DVERSION=\"3.2\" -DDEBUG -fpic -aout -o common.o ../PluginSDK30b5/common/npunix.c gcc -shared -aout -o plugger.so plugger.o common.o ld: /usr/lib/libgcc_pic.a(): bad magic *** Error code 1 Stop in /usr/ports/www/plugger/work/plugger-3.2. *** Error code 1 Stop in /usr/ports/www/plugger/work/plugger-3.2. *** Error code 1 Stop in /usr/ports/www/plugger. *** Error code 1 Stop in /usr/ports/www/plugger. *** Error code 1 Stop in /usr/ports/www/plugger. *** Error code 1 Stop in /usr/ports/www/plugger. Can someone shed some light on the problem for me? Thanks. -- M/S 258-5 | 1024-bit PGP fingerprint: | tweten@nas.nasa.gov NASA Ames Research Center | 41 B0 89 0A 8F 94 6C 59 | (650) 604-4416 Moffett Field, CA 94035-1000 | 7C 80 10 20 25 C7 2F E6 | FAX: (650) 604-4377 We each earn what freedom of speech we defend for those who most offend us. 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?200011170025.eAH0PKJ01012>