Apps :: More questions regarding compiling extensions
Ok, so I have compiled my library so that it is now in /opt/gnuplot/lib/....
I gather I don't need the *.a files or the includes for a .tar.gz, just the libgd.so's
Now going to recopile gnuplot to see if can make it find the libraries.
Ok gnuplot now recognizes where the libraries are during the compile process but when I run gnuplot it can't find them.
Any feedback welcome
cheers philThat's exactly the issue I was talking about. I'm sure there's a way to build the program to find the libs automatically at runtime, but I don't know how t do it. When I compile apps that need extra libs I just hope the program compiles that way, and if not i write a wrapper: