Building IcedTea7 Using BSD option On OS X
Michael Franz
mvfranz at gmail.com
Sun Jan 11 19:34:32 PST 2009
Hi,
Two issues that I have found when trying to compile on a non-linux platfor
are:
1. LINUX_DIR this is defined as linux-$(BUILD_ARCH_DIR). When building
using the --with-project=bsd it needs to be bsd-$(BUILD_ARCH_DIR)
2. the assumption that shared libraries end in so.
cp openjdk-ecj/build/linux-i586/hotspot/import/jre/lib/i586/server/libjvm.so
\
openjdk-ecj/build/linux-i586/j2sdk-image/jre/lib/i586/server
On OS X the extension is dylib.
The OpenJDK build determines the correct values for this, but since IcedTea
is a wrapper around the build process it does not know. Would adding these
as configure options be the best way to handle this?
Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/bsd-port-dev/attachments/20090111/71fd0c83/attachment.html
More information about the bsd-port-dev
mailing list