Re: [Sablevm-user] Re: SableVM/SablePath
Brought to you by:
egagnon
From: Mark W. <ma...@kl...> - 2000-06-18 20:42:05
|
Hi, On Sun, Jun 18, 2000 at 04:03:27PM -0400, Etienne M. Gagnon wrote: > Mark Wielaard wrote: > > When compiling sablevm it couldn't find ffi.h which is located in > > /usr/local/include so I added a -I/usr/local/include to the libsablevm > > Makefile. ... > > The correct way to solve this problem is to let your machine know that > you have libraries in /usr/local/lib. You do so using the "ldconfig" > program. Yes this helps the linker. But the compiler will still not look for include files in /usr/local/include. So you still have to export C_INCLUDE_PATH=/usr/local/include. But don't worry about it to much since everything compiles fine if use don't use --prefix= with configure. Cheers, Mark |