Date: Tue, 14 Aug 2001 08:20:04 -0400 (EDT) From: Bryan Liesner <bleez@bellatlantic.net> To: Greg Lewis <glewis@eyesbeyond.com> Cc: <freebsd-java@FreeBSD.ORG> Subject: Re: 1.3.1 patchset 2 (early adopters) Message-ID: <20010814080316.X1049-102000@adsl-151-197-8-33.phila.adsl.bellatlantic.net> In-Reply-To: <20010814152924.B82875@misty.eyesbeyond.com>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] On Tue, 14 Aug 2001, Greg Lewis wrote: >On Mon, Aug 13, 2001 at 02:32:57PM +0930, Greg Lewis wrote: >> I've placed a completely untested port skeleton at: >> >> http://www.eyesbeyond.com/freebsddom/java/jdk13-port.tar.gz > >I've now tested this and fixed a few problems. The version that is there >now appears to work save for some DEBUG/NODEBUG problems I'm having with >the packing list. > >A _bigger_ problem I've been made aware of is that Sun appeared to have >changed their distribution file and the patches no longer apply cleanly. >I'm looking into fixing this. The odd thing is that the Sun download >site indicates the code hasn't changed in the last 90 days, and I'm >sure people have downloaded and compiled in that time... That appears to be true... I grabbed your latest port skeleton and started a build. Lots of unresolved references to libc. Attached is the output as build.txt. I'm running 4.4-PRERELEASE here. For grins an giggles, I added EXTRA_LIBS += -lc in make/common/Defs-bsd.gmk and it cleaned up most of them. Still have an unresolved reference to __progname. Attached is that output as build1.txt. ========================================================== = Bryan D. Liesner LeezSoft Communications, Inc. = = A subsidiary of LeezSoft Inc. = = bleez@bellatlantic.net Home of the Gipper = ========================================================== [-- Attachment #2 --] ===> Building for jdk-1.3.1p2 i386 Build started: 1.3.1-internal-bryan-010814-08:09 java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24) Classic VM (build 1.3.1-b24, green threads, nojit) The version is [ 1.3.1 ] Version of ALT_BOOTDIR Java 2 SDK: 1.3.1 gcc version 2.95.3 20010315 (release) [FreeBSD] [gcc version okay] Sanity check passed >>>Recursively making java all @ Tue Aug 14 08:09:15 EDT 2001 ... gmake[1]: Entering directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java' >>>Recursively making hpi all @ Tue Aug 14 08:09:15 EDT 2001 ... gmake[2]: Entering directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi' >>>Recursively making green all @ Tue Aug 14 08:09:15 EDT 2001 ... gmake[3]: Entering directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/green' gmake ../../../../build/bsd-i386/lib/i386/green_threads/libhpi.so VARIANT=OPT gmake[4]: Entering directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/green' Rebuilding ../../../../build/bsd-i386/lib/i386/green_threads/libhpi.so because of ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/clock.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/context.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/itimer.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o ... /usr/bin/gcc -W -Wall -Wno-unused -Wno-parentheses -Di386 -DARCH='"i386"' -DSOLARIS2 -DRELEASE='"1.3.1-internal"' -DFULL_VERSION='"1.3.1-internal-bryan-010814-08:09"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LITTLE_ENDIAN -DLOGGING -I. -I../../../../build/bsd-i386/tmp/java/hpi/green_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/solaris/hpi/green_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -z defs -L../../../../build/bsd-i386/lib/i386 -Wl,-E -shared -mimpure-text -o ../../../../build/bsd-i386/lib/i386/green_threads/libhpi.so ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/clock.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/context.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/itimer.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/schedule.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/synch.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/mutex_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/hpi.o -lm -lc -lc_r /usr/lib/libc.so: undefined reference to `environ' /usr/lib/libc.so: undefined reference to `__progname' gmake[4]: *** [../../../../build/bsd-i386/lib/i386/green_threads/libhpi.so] Error 1 gmake[4]: Leaving directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/green' gmake[3]: *** [optimized] Error 2 gmake[3]: Leaving directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/green' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java' gmake: *** [all] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13. [-- Attachment #3 --] ===> Building for jdk-1.3.1p2 i386 Build started: 1.3.1-internal-bryan-010814-07:53 java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24) Classic VM (build 1.3.1-b24, green threads, nojit) The version is [ 1.3.1 ] Version of ALT_BOOTDIR Java 2 SDK: 1.3.1 gcc version 2.95.3 20010315 (release) [FreeBSD] [gcc version okay] Sanity check passed >>>Recursively making java all @ Tue Aug 14 07:53:46 EDT 2001 ... gmake[1]: Entering directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java' >>>Recursively making hpi all @ Tue Aug 14 07:53:46 EDT 2001 ... gmake[2]: Entering directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi' >>>Recursively making green all @ Tue Aug 14 07:53:46 EDT 2001 ... gmake[3]: Entering directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/green' gmake ../../../../build/bsd-i386/lib/i386/green_threads/libhpi.so VARIANT=OPT gmake[4]: Entering directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/green' Rebuilding ../../../../build/bsd-i386/lib/i386/green_threads/libhpi.so because of ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/clock.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/context.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/itimer.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o ... /usr/bin/gcc -W -Wall -Wno-unused -Wno-parentheses -Di386 -DARCH='"i386"' -DSOLARIS2 -DRELEASE='"1.3.1-internal"' -DFULL_VERSION='"1.3.1-internal-bryan-010814-07:53"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LITTLE_ENDIAN -DLOGGING -I. -I../../../../build/bsd-i386/tmp/java/hpi/green_threads/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/solaris/hpi/green_threads/include -I../../../../src/solaris/hpi/include -I../../../../src/solaris/hpi/export -I../../../../src/share/hpi/include -I../../../../src/share/hpi/export -z defs -L../../../../build/bsd-i386/lib/i386 -Wl,-E -shared -mimpure-text -o ../../../../build/bsd-i386/lib/i386/green_threads/libhpi.so ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/clock.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/context.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/itimer.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/schedule.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/synch.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/mutex_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/hpi.o -lm ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/clock.o: In function `deliverAlarm': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/clock.o(.text+0x27): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/clock.o: In function `registerAlarm': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/clock.o(.text+0xb3): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/clock.o(.text+0x1b2): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/clock.o: In function `clockHandler': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/clock.o(.text+0x2e1): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/clock.o(.text+0x3b6): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/clock.o(.text+0x57f): more undefined references to `__sF' follow ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/context.o: In function `allocateStack': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/context.o(.text+0x21f): undefined reference to `getpagesize' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/context.o(.text+0x276): undefined reference to `mprotect' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/context.o(.text+0x2df): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/context.o: In function `initContext': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/context.o(.text+0x393): undefined reference to `memset' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/context.o: In function `deleteContextAndStack': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/context.o(.text+0x4a4): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o: In function `intrLock': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o(.text+0x33): undefined reference to `sigfillset' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o(.text+0x5c): undefined reference to `sigfillset' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o: In function `intrUnlock': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o(.text+0xc4): undefined reference to `sigemptyset' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o: In function `intrInitMD': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o(.text+0xf6): undefined reference to `memset' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o(.text+0x105): undefined reference to `signal' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o: In function `intrDispatchMD': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o(.text+0x118): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o(.text+0x155): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o(.text+0x17d): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o(.text+0x1db): undefined reference to `sigsetjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o(.text+0x1e9): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt_md.o(.text+0x229): undefined reference to `memcpy' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `initialize_monitors': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x33): undefined reference to `calloc' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `initializeTTY': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x9d): undefined reference to `isatty' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xbc): undefined reference to `ttyname' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x123): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x169): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x198): undefined reference to `dup2' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1ab): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `initializeWrappers': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x21e): undefined reference to `getrlimit' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x23b): undefined reference to `setrlimit' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x27b): undefined reference to `calloc' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2f4): undefined reference to `calloc' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x30e): undefined reference to `calloc' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x350): undefined reference to `dlopen' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x376): undefined reference to `dlsym' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `InitializeAsyncIO': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x442): undefined reference to `sigemptyset' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x453): undefined reference to `sigaddset' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x495): undefined reference to `sigpending' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4c2): undefined reference to `sigpending' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4d3): undefined reference to `sigismember' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `nonblock_io': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x595): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x6aa): undefined reference to `getpid' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x6ce): undefined reference to `fstat' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x754): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x851): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `open': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x8a8): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x953): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x993): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x9c4): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x9d3): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xa2a): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xa36): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xa76): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xab6): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xae8): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xaf7): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xb1f): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `system_close': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xbe4): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `close': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xc1c): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xcb8): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xcc4): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xe2e): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xe69): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `read': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xe90): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xf60): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xf6c): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xff2): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0xffe): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1049): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x10e1): undefined reference to `ioctl' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x113e): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x114a): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1175): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x125c): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1281): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `readv': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x12a8): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1354): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1360): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x141d): undefined reference to `ioctl' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x147a): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1486): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x14b1): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1588): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x15ad): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `write': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x15d4): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1698): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x16a4): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x176b): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1777): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x17a9): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1850): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x185c): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1877): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1984): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x19a9): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `writev': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x19d0): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1a88): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1a94): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1b7d): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1bad): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1cf0): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1d15): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `recv': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1d3c): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1e0c): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1e18): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1ecf): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1edb): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1f05): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x1fec): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2011): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `recvfrom': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2038): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2114): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2120): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x21f5): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2201): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x222d): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x22f6): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2327): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x234c): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `send': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2374): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2434): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2440): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2501): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x250d): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x252b): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2648): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x266d): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `sendto': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2694): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2770): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x277c): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x284a): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2856): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2881): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2968): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x298d): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `accept': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x29b4): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2a61): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2aa1): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2ad4): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2ae3): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2b48): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2b54): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2c0a): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2c16): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2c41): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2d28): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2d70): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2db0): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2de4): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2df3): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2e07): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `poll': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x2e2c): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3089): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x30d6): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x30e5): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x325b): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `select': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3283): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x34b2): undefined reference to `memcpy' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x34e1): undefined reference to `memcpy' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3510): undefined reference to `memcpy' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x36ee): undefined reference to `memcpy' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x371d): undefined reference to `memcpy' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x374c): more undefined references to `memcpy' follow ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `select': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x379d): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `pipe': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x37c4): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3848): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x38bb): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x38ec): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x38fb): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3946): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3952): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x399e): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3a11): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3a44): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3a53): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3a79): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `fcntl': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3aa0): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3b3f): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3b7f): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3bb0): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3bbf): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3c36): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3c42): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3ca4): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3ce4): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3d18): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3d27): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3dd8): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `dup': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3e00): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3e78): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3eb8): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3eec): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3efb): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3f4a): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3f56): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3fae): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x3fee): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4020): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x402f): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4057): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `creat': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4083): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4100): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4140): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4174): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4183): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x41d7): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x41e3): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4222): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4255): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4288): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4297): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x42bd): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `socket': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x42e4): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4364): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x43a4): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x43d8): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x43e7): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x443e): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x444a): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x448a): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x44ca): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x44fc): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x450b): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4533): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `connect': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4558): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x45f4): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4600): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x469d): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x46f3): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x46ff): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x478f): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `gethostbyname_r': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x47c5): undefined reference to `h_errno' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x47d4): undefined reference to `gethostbyname' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4806): undefined reference to `strlen' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4842): undefined reference to `memcpy' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x48ca): undefined reference to `strlen' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4906): undefined reference to `memcpy' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x49c6): undefined reference to `memcpy' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4a00): undefined reference to `h_errno' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4a0a): undefined reference to `h_errno' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o: In function `gethostbyaddr_r': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4a49): undefined reference to `h_errno' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4a60): undefined reference to `gethostbyaddr' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4a92): undefined reference to `strlen' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4ace): undefined reference to `memcpy' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4b56): undefined reference to `strlen' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4b92): undefined reference to `memcpy' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4c52): undefined reference to `memcpy' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4c8c): undefined reference to `h_errno' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/iomgr.o(.text+0x4c96): undefined reference to `h_errno' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/itimer.o: In function `currentTime': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/itimer.o(.text+0x11): undefined reference to `gettimeofday' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/itimer.o: In function `scheduleAlarm': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/itimer.o(.text+0x9a): undefined reference to `setitimer' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/itimer.o: In function `cancelAlarm': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/itimer.o(.text+0xd6): undefined reference to `setitimer' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o: In function `queueSignal': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o(.text+0x12e): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o(.text+0x1dd): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o(.text+0x218): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o(.text+0x2c5): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o(.text+0x347): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o(.text+0x3dc): more undefined references to `__sF' follow ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o: In function `queueWait': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o(.text+0x55e): undefined reference to `sigsetjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o(.text+0x56c): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o: In function `monitorApplyInversion': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o(.text+0x6be): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o: In function `monitorUndoInversion': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o(.text+0x7d1): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o: In function `sysMonitorInit': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o(.text+0x82e): undefined reference to `memset' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o: In function `sysMonitorExit': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o(.text+0xa95): undefined reference to `sigsetjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/monitor_md.o(.text+0xaa3): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/schedule.o: In function `reschedule': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/schedule.o(.text+0x51): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/schedule.o(.text+0xbc): undefined reference to `memcmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/schedule.o(.text+0xe4): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/schedule.o(.text+0x101): undefined reference to `siglongjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/schedule.o: In function `lj_setcontext': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/schedule.o(.text+0x12f): undefined reference to `siglongjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o: In function `InitializeAsyncMonitors': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0x1c2): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0x1e7): undefined reference to `calloc' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0x242): undefined reference to `calloc' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o: In function `asyncIOActivateFD': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0x3f8): undefined reference to `sigemptyset' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0x409): undefined reference to `sigaddset' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0x49c): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o: In function `asyncIODeactivateFD': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0x4d9): undefined reference to `sigemptyset' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0x4ea): undefined reference to `sigaddset' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0x552): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0x604): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o: In function `sigioNotifier': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0x6ef): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0x900): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0x958): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0x9eb): more undefined references to `__sF' follow ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o: In function `_sched_unlock': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0xc02): undefined reference to `sigsetjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0xc10): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o: In function `green_sigprocmask': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/signals.o(.text+0xc77): undefined reference to `dlsym' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/synch.o: In function `initLibc': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/synch.o(.text+0x50): undefined reference to `dlsym' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/synch.o: In function `jdk_waitpid': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/synch.o(.text+0x26e): undefined reference to `waitpid' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/synch.o: In function `fork': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/synch.o(.text+0x2cf): undefined reference to `_fork' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysTimeout': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x167): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x173): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x22d): undefined reference to `gettimeofday' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x2e2): undefined reference to `bzero' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x3f7): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x4d5): undefined reference to `gettimeofday' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x609): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysAvailable': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x67e): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x68a): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x731): undefined reference to `ioctl' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x7fd): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysSeek': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x875): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x881): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x8f1): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysSetLength': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x966): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x972): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x9d5): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysSync': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0xa3f): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0xa4b): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0xa8f): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0xaa8): undefined reference to `fsync' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysBind': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0xc9e): undefined reference to `bind' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0xcd2): undefined reference to `bind' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysListen': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0xd1e): undefined reference to `listen' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0xd4e): undefined reference to `listen' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysGetSockName': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0xe22): undefined reference to `getsockname' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0xe56): undefined reference to `getsockname' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysSocketAvailable': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0xec2): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0xf13): undefined reference to `ioctl' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysSocketShutdown': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0xfaa): undefined reference to `shutdown' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysGetSockOpt': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0xfea): undefined reference to `getsockopt' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x1026): undefined reference to `getsockopt' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysSetSockOpt': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x107e): undefined reference to `setsockopt' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x10ba): undefined reference to `setsockopt' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysGetHostName': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x10f6): undefined reference to `gethostname' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysGetHostByAddr': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x111e): undefined reference to `gethostbyaddr' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysGetHostByName': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x113e): undefined reference to `gethostbyname' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o: In function `sysGetProtoByName': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/sys_api_td.o(.text+0x115e): undefined reference to `getprotobyname' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o: In function `RecordStackBounds': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x68): undefined reference to `sigsetjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x7c): undefined reference to `getrlimit' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o: In function `start_func': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x29b): undefined reference to `sigsetjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x2e0): undefined reference to `siglongjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o: In function `sysThreadCreate': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x40d): undefined reference to `sigsetjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x442): undefined reference to `siglongjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x453): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o: In function `sysThreadYield': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x5d9): undefined reference to `sigsetjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x5e7): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o: In function `threadSetSchedulingPriority': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x721): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x741): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o: In function `sysThreadSetPriority': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x906): undefined reference to `sigsetjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x914): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o: In function `sysThreadResume': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0xa2c): undefined reference to `sigsetjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0xa3a): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o: In function `sysThreadSuspend': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0xad5): undefined reference to `sigsetjmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0xae3): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o: In function `threadWakeup': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0xd88): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0xdc8): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o: In function `idle_loop': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0xfb5): undefined reference to `pause' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o: In function `timeSlicer': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x1070): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/threads_md.o(.text+0x10dc): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt.o: In function `intrInit': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt.o(.text+0x16): undefined reference to `memset' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt.o: In function `intrRegister': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt.o(.text+0x5d): undefined reference to `sigaction' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt.o(.text+0xa0): undefined reference to `sigfillset' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt.o(.text+0xb7): undefined reference to `sigaction' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt.o: In function `intrDispatch': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt.o(.text+0x17c): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt.o: In function `sysRaise': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/interrupt.o(.text+0x24a): undefined reference to `raise' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o: In function `sysBuildLibName': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o(.text+0x6c): undefined reference to `strlen' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o(.text+0x8c): undefined reference to `strlen' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o(.text+0xc4): undefined reference to `sprintf' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o(.text+0xe9): undefined reference to `sprintf' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o: In function `sysLoadLibrary': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o(.text+0x11a): undefined reference to `dlopen' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o(.text+0x15d): undefined reference to `dlerror' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o(.text+0x169): undefined reference to `strncpy' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o: In function `sysUnloadLibrary': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o(.text+0x1a3): undefined reference to `dlclose' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o: In function `sysFindLibraryEntry': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/linker_md.o(.text+0x1cb): undefined reference to `dlsym' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o: In function `InitializeMem': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x5e): undefined reference to `getpagesize' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x94): undefined reference to `perror' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0xa1): undefined reference to `exit' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o: In function `mapChunk': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0xd2): undefined reference to `mmap' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o: In function `mapChunkReserve': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x114): undefined reference to `mmap' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o: In function `mapChunkNoreserve': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x158): undefined reference to `mmap' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o: In function `unmapChunk': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x18e): undefined reference to `munmap' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o: In function `sysMapMem': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x20d): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x240): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o: In function `sysUnmapMem': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x2d1): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x30c): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o: In function `sysCommitMem': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x3af): undefined reference to `__sF' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x3e8): more undefined references to `__sF' follow ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o: In function `sysAllocBlock': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x4aa): undefined reference to `valloc' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o: In function `sysCalloc': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x588): undefined reference to `calloc' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x5a4): undefined reference to `calloc' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o: In function `sysStrdup': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/memory_md.o(.text+0x5c6): undefined reference to `strdup' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o: In function `sysGetMilliTicks': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x5d): undefined reference to `gettimeofday' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o: In function `sysTimeMillis': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0xc7): undefined reference to `gettimeofday' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o: In function `sysGetLastErrorString': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x127): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x13c): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x146): undefined reference to `strerror' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x158): undefined reference to `strlen' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x181): undefined reference to `strncpy' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o: In function `sysOpen': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x1df): undefined reference to `unlink' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o: In function `init64IO': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x212): undefined reference to `dlopen' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x22b): undefined reference to `dlsym' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x24d): undefined reference to `dlsym' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x266): undefined reference to `dlsym' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x27f): undefined reference to `dlsym' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x293): undefined reference to `dlclose' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o: In function `sysFileSizeFD': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x2eb): undefined reference to `fstat' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o: In function `sysFfileMode': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x367): undefined reference to `fstat' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o: In function `sysFileType': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x3a2): undefined reference to `stat' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o: In function `lseek64_w': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x42b): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x455): undefined reference to `lseek' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o: In function `ftruncate64_w': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x4a3): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x4c8): undefined reference to `ftruncate' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o: In function `open64_w': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/system_md.o(.text+0x55c): undefined reference to `__error' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/hpi.o: In function `GetInterface': ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/hpi.o(.text+0xd5): undefined reference to `strcmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/hpi.o(.text+0x101): undefined reference to `strcmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/hpi.o(.text+0x12d): undefined reference to `strcmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/hpi.o(.text+0x159): undefined reference to `strcmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/hpi.o(.text+0x181): undefined reference to `strcmp' ../../../../build/bsd-i386/tmp/java/hpi/green_threads/obj/hpi.o(.text+0x1a9): more undefined references to `strcmp' follow /usr/lib/libm.so: undefined reference to `__sysctl' /usr/lib/libm.so: undefined reference to `__infinity' /usr/lib/libm.so: undefined reference to `isnan' /usr/lib/libm.so: undefined reference to `fputs' gmake[4]: *** [../../../../build/bsd-i386/lib/i386/green_threads/libhpi.so] Error 1 gmake[4]: Leaving directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/green' gmake[3]: *** [optimized] Error 2 gmake[3]: Leaving directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi/green' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/hpi' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/archive/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java' gmake: *** [all] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010814080316.X1049-102000>
