Results 1 to 2 of 2
Well, the thing is I have a program which needs libsdl, libsdl_image and mpeg2. I have installed them without problems. Since I'm doing this on a university computer I do ...
- 06-06-2011 #1Just Joined!
- Join Date
- Jun 2011
- Posts
- 1
Configure not finding header(not on default directory)
Well, the thing is I have a program which needs libsdl, libsdl_image and mpeg2. I have installed them without problems. Since I'm doing this on a university computer I do not have root permissions and installed those libs under my home folder.
Now I have to configure the program but it fails because it is not finding one of the headers. I do know where the header is located but I can't find a way to specify this to the configure script without actually changing the script. All this on the autotools context.
I'm looking for something like:
$./configure --lookforthegoddamnedheaderonthisdir=mygoddamneddire ctory
Anyone?
Thanks in advance.
- 06-08-2011 #2Linux Newbie
- Join Date
- Mar 2010
- Posts
- 121


Reply With Quote
