Latest instructions on getting and patching
Frank Wierzbicki
fwierzbicki at gmail.com
Thu May 21 19:34:48 PDT 2009
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?
-Frank
More information about the mlvm-dev
mailing list