LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Question about dld.h, dl.h (https://www.linuxquestions.org/questions/linux-software-2/question-about-dld-h-dl-h-636257/)

gymnart 04-18-2008 10:43 AM

Question about dld.h, dl.h
 
I'm trying to compile "Emilia Pinball Project" and I came across this from ./configure:

Code:

checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no

What are these and where would I find them?

I have SDL, SDL_Image and SDL_Mixer with their development packages installed and I also have libtool 1.5.18-2 installed on my SuSE 10.0 system.

Would I need the development packages for OpenGL, and X? I can't seem to find any packages for them. What name(s) would I use to look for them?

traene 04-19-2008 03:36 AM

Seems your missing GNU nana library:

Check this out:
http://www.linuxselfhelp.com/gnu/nan...na_1.html#SEC1

http://www.gnu.org/software/nana/man...e/nana_24.html

(I may be wrong, because header are spelled in upper case letters: DL.h (not dl.h))

gymnart 04-19-2008 01:18 PM

Well I just tried searching for that package in my DVD from my distro and I found gnutils-devel and tried that but it was not the correct one. I thought that it might be it because of the similarity to the name you gave me.
I'll look through those pages when I get time later.


All times are GMT -5. The time now is 06:40 AM.