Latest instructions on getting and patching
Christian Thalinger
Christian.Thalinger at Sun.COM
Sat May 23 13:10:07 PDT 2009
On Thu, 2009-05-21 at 22:34 -0400, Frank Wierzbicki wrote:
> Trying to just build the stock bsd-port I am getting this:
>
> Linking vm...
> { \
> echo Linking launcher...; \
> \
> cc -m32 -march=i586 -mstackrealign -m32 -march=i586
> -mstackrealign -L `pwd` -o gamma launcher.o -ljvm -lm -pthread; \
> \
> }
> Linking launcher...
> ld: library not found for -ljvm
> collect2: ld returned 1 exit status
> make[6]: *** [gamma] Error 1
> make[5]: *** [the_vm] Error 2
> make[4]: *** [product] Error 2
> make[3]: *** [generic_build2] Error 2
> make[2]: *** [product] Error 2
> make[1]: *** [hotspot-build] Error 2
> make: *** [build_product_image] Error 2
>
> Does "ld: library not found for -ljvm" look familiar to anyone?
Looks like building libjvm.so failed, but that error isn't printed very
prominently. Can you check is there is an error a few lines before?
-- Christian
More information about the mlvm-dev
mailing list