search for: 0_9_12

Displaying 1 result from an estimated 1 matches for "0_9_12".

Did you mean: 0_9_1
2006 May 12
2
wine CVS does not find freetype on Gentoo amd64
...--libs' to get a list of libs, which by the way outputs the following: $ freetype-config --libs -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz Here is how I aquired and configured this wine release: $ export CVSROOT=:pserver:cvs@cvs.winehq.org:/home/wine $ cvs login $ cvs co -r Wine-0_9_12 -d wine-src wine $ cd wine-0.9.13 $ cat build.sh #!/bin/bash CFLAGS="-m32" LDFLAGS="-L/emul/linux/x86/usr/lib/ -L/emul/linux/x86/lib/ -L/usr/lib32/" ./configure $ ./build.sh Can someone else try this on Gentoo amd64 and let me know how it works?