LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Error compiling VBA "Cannot find libPng" (https://www.linuxquestions.org/questions/linux-general-1/error-compiling-vba-cannot-find-libpng-298169/)

dustin_wielenga 03-05-2005 11:08 PM

Error compiling VBA "Cannot find libPng"
 
Hello, I'm trying to install VBA (Visual Boy Advance) from source. However, when I run ./configure, it says, "Cannot find libpng" I put in my Slackware 10 disk and did an installpkg of the libpng (version 1.2.5 I think) and tried again. Same thing! Then I tried to make a link called 'libpng' in /usr/lib/ to 'libpng.so.3.1.2.5' and tried again. Still no sucess.

Please help, and have a nice day,

Dustin W.

r0b0 03-06-2005 02:39 AM

Install the development package of your required libraries as well. In this case it will be called something like libpng-devel.

Though you are not actually "developing" anything, you need the development packages when you compile programs that require a particular library.

Hope that helps,
R.


All times are GMT -5. The time now is 06:43 PM.