On Wed, Apr 20, 2005 at 09:59:22AM +0000, Hammam Mounir wrote: > Hi all; > > when i try to configure kaffe-1.1.[4/5] with flag '--with-libffi' i > have the following error : > > ***ERROR: libffi is missing > > I have installed libffi before : > > ls /usr/local/lib > libffi.a libffi.la libffi.so libffi.so.1 .......
/usr/local/include|lib is not searched by default. Add "-I/usr/local/include" to CPPFAGS and "-L/usr/local/lib" to LDFLAGS before configuring kaffe. Michael -- Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html Join the community at http://planet.classpath.org/ _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
