Nope. It didn't build the shared library. This feels like a makefile problem and I have to say the makefile structure in this project makes my head hurt. I'll do some grepping and see what I come up with.
I think that basically it built the .o files and doesn't have a rule for the link step. Thanks, Bryan On Mon, Apr 27, 2015 at 1:54 PM, Christos Zoulas <chris...@zoulas.com> wrote: > On Apr 27, 1:50pm, br...@bceassociates.com ("Bryan C. Everly") wrote: > -- Subject: Re: Hi - is there a group of people working on OpenJDK 8 for > Open > > | OK. Stuck again. Any ideas? > > run a find and see if it built any libjvm.so: > > $ find /home/bceverly/work/jdk8/build/bsd-x86_64-normal-server-release \ > -name libjvm.so > > christos >