From: Quentin S. <qsp...@ie...> - 2005-05-02 13:05:08
|
R S Ananda Murthy wrote: > I am trying to compile octave-forge-2004.11.16 on a Slackware 10.1 > system. I have installed cln, ginac, libpng, libjpeg, gsl, qhull. When > I run ./configure it recognizes only ginac. > > Can anybody help? Thanks for your help. > > Anand Have you installed the development packages? I'm not familiar with Slackware, but many other distributions create two packages for libraries such as those you listed. In Fedora, for example, while libpng could be installed, configure is looking for header files that are found in a separate package called libpng-devel. If you have everything installed, I'm not sure what the problem is. -Quentin |