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

_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to