|
Setting a different library path on compile
Hi, I have what seems to be a simple problem, but I keep banging my head trying to fix it:
When I compile the xfce terminal program, It works fine until I get this:
libtool: link: cannot find the library `/usr/local/lib/libxfcegui4.la'
The reason it can't find the library, is because it is actually in /usr/lib/libxfcegui4.la
I tried to then configure it with:
./configure LDFLAGS=-L/usr/lib
But it gave the same error when i compiled
I think it should just be some sort of env variable I have to set or something, but I can't figure it out.
Help would be appreciated.
-pinkey
|