|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
problem with Imagemagick, jpeg and png
Im using FreeBSD 4.9 and I installed jpeg and png libs:
tar -xvf jpegsrc.6vb.tar cd jpeg-6b ./configure --enable-shared make make install tar -xvf libpng-1.0.6.tar cd libpng-1.0.6 cd scripts cp makefile.std ../makefile cd .. make make install I been trying to get ImageMagick to see them and when I configure it, it wont detect jpeg and png lib I use this config: ./configure --prefix=/usr/local/ --with-jpeg --with-png --enable-shared=yes --disable-static --without-perl |
|
#2
|
|||
|
|||
|
Same problem here
Same problem here, it was resolved adding
./configure CPPFLAGS='-I/usr/local/include' |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > problem with Imagemagick, jpeg and png |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|