Re: [Sablevm-user] how to set lib path for configure
Brought to you by:
egagnon
From: Etienne M. G. <eti...@uq...> - 2002-01-15 14:21:46
|
lx...@cs... wrote: > Hello, All, > > I am new to the autoconf tools, so can anyone tell me what is the command > line for the ./configure to build sablevm when the ffi and popt lib are > in non-standard directory? I already build the libffi and > popt successfully on Sun Sparc, but I don't know how to tell the > configure to use those libraries as it complains cannot find libffi, etc. > You need to set the following environment variables: LIBRARY_PATH LD_LIBRARY_PATH LD_RUN_PATH If you are using "bash", this means: $ export LIBRARY_PATH=/path-to-ffi... Etienne -- Etienne M. Gagnon http://www.info.uqam.ca/~egagnon/ SableVM: http://www.sablevm.org/ SableCC: http://www.sablecc.org/ |