[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] rpm building



Am Montag, den 14.06.2010, 11:39 +0200 schrieb Peter Slegg
<p.slegg@scubadivers.co.uk>:

> According to the install.txt:
> 
> If you want to install the IJG library itself, for use in compiling
other
> programs besides ours, then you need to put the four include files
>     jpeglib.h jerror.h jconfig.h jmorecfg.h
> into your include-file directory, and put the library file libjpeg.a
> (extension may vary depending on system) wherever library files go.
> If you generated a Makefile with "configure", it will do what it thinks
> is the right thing if you say
>     make install-lib
> 
> When I try it:
> 
> bash-2.05a# make install-lib
> make: *** No rule to make target `install-lib'.  Stop.


As a workaround you can locate libjpeg in the directory where you called
make and install the lib manualy with the install command. Probably several
files  need to be copied, not just the libjpeg. 

Did you have a look at the previous src rpms of libjpeg?