Re: Issues building with a prefix

2012-10-18 Thread Feanil Patel
But since you're already passing in the prefix, I would think that it makes sense to take that into account in the Makefile.am that way the makefiles check your prefix location along with all the other default locations. -Feanil On Wed, Oct 17, 2012 at 8:34 PM, Tom Ryder wrote: > Hi Feanil; > >

Re: Issues building with a prefix

2012-10-17 Thread Tom Ryder
Hi Feanil; I do something similar to make tmux compile locally with libevent 2.0.20 in my home directory. I find that passing environment flags to ./configure works well: $ CFLAGS="-I$HOME/include" LDFLAGS="-L$HOME/lib" ./configure --prefix=$HOME This also requires adding $HOME/lib to your ldcon