Frank Wierzbicki wrote: > Hi all, > > I am attempting to build bsd-port on a Intel Core 2 Duo MacBook Pro > with OS X 10.5.7. I followed Landon Fuller's instructions here: > http://landonf.bikemonkey.org/code/java/SoyLatte_Meets_OpenJDK.20080819.html. > But the build ends with: > > 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 > > Help?
Hi Frank, Please pull down the latest change and try again. I believe this should be fixed now. Thanks for the report. -Kurt