Shared Libraries - Missing Source .o files
Michael Franz
mvfranz at gmail.com
Mon Feb 11 19:10:35 PST 2008
My build keeps failing on the following section of the build.
$(SHARED_OBJECT_FILES):
mkdir -p bootstrap/jdk1.7.0/jre/lib/$(INSTALL_ARCH_DIR)
for shared_object in $(SHARED_OBJECT_FILES) ; \
do \
echo | $(CC) $(CFLAGS) -fpic -shared \
-o $$shared_object \
-Wl,-soname,$$shared_object -xc - ; \
done
It fails (beside the fact that the command does not work on OS X). Where
are the files that are being used to create the shared libraries coming
from? What part of the build process is not working?
Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20080211/373dddc3/attachment.html
More information about the distro-pkg-dev
mailing list