lambda build error
Gene Fisher
gfisher at calpoly.edu
Thu Jan 31 19:59:00 PST 2013
I also had the problem with configure not finding freetype2. I did not have
Mono installed, so the solution suggested by Arul did not work for me. What
did work was using --with-freetype=/usr/X11 as an arg to configure. This
resulted in an error exit when configure could not find libfreetype.so. I
fixed this problem with the hack
cd /usr/X11/lib
sudo ln -s libfreetype.dylib libfreetype.so
after which configure succeeded.
--
View this message in context: http://old.nabble.com/lambda-build-error-tp34912017p34970281.html
Sent from the OpenJDK Lambda Development mailing list archive at Nabble.com.
More information about the lambda-dev
mailing list