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

Re: [MiNT] rpm building



On Mon, 14 Jun 2010 12:26:16 , m0n0 <ole@monochrom.net> wrote:
>
> Am Montag, den 14.06.2010, 10:45 +0200 schrieb Peter Slegg
> <p.slegg@scubadivers.co.uk>:
>
> > So should there be a file called install-lib for the make install-lib
> > command ?
>
> There is no rule for that, but there should be an file that contains the
> rule install-lib.
> Who said you have to call install-lib? Where is it stated? because of what
> do you know that install of lib fails? Please post the error.
>

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.