System doesn't see my DP libraries. . .what am I doing wrong?
Hi All, I'm having a bit of an issue here. I'm trying to compile VLC from source, but it's complaining about a library. So I installed the library using DP. Now I can't for the life of me figure out why the system isn't seeing my DP installed libraries. I've tried adjusting path, soft linking to "/opt/local/lib". . .everything. And nothing works. What am I missing? How do I get the OS to see my DP installed libraries at compile time? Regards, Michael
On Aug 21, 2007, at 18:28, Michael Williams wrote:
I'm having a bit of an issue here. I'm trying to compile VLC from source, but it's complaining about a library. So I installed the library using DP. Now I can't for the life of me figure out why the system isn't seeing my DP installed libraries. I've tried adjusting path, soft linking to "/opt/local/lib". . .everything. And nothing works. What am I missing? How do I get the OS to see my DP installed libraries at compile time?
This should suffice, when you configure vlc (all on one line): CPPFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib ./configure -- whatever At least I assume it should. I have not personally attempted to compile vlc.
Michael Williams <lists@mgreg.com> (MW) wrote:
MW> Hi All, MW> I'm having a bit of an issue here. I'm trying to compile VLC from source, MW> but it's complaining about a library. So I installed the library using MW> DP. Now I can't for the life of me figure out why the system isn't seeing MW> my DP installed libraries. I've tried adjusting path, soft linking to MW> "/opt/local/lib". . .everything. And nothing works. What am I missing? MW> How do I get the OS to see my DP installed libraries at compile time?
Try setting the following environment variables: CPPFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib -- Piet van Oostrum <piet@cs.uu.nl> URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4] Private email: piet@vanoostrum.org
participants (3)
-
Michael Williams
-
Piet van Oostrum
-
Ryan Schmidt