freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] installing FreeType 2 on Solaris


From: Werner LEMBERG
Subject: Re: [Devel] installing FreeType 2 on Solaris
Date: Tue, 04 Nov 2003 21:54:28 +0100 (CET)

> I tried to install FreeType  2 on Solaris and it seem to me that the
> 'make install' is in a loop it's run and run a lot of time and write:
> ...
> <prefix>/builds/unix/libtool --mode=install
> <prefix>/install -c <prefix>/objs/libfreetype.la /usr/local/lib
> <prefix>/install -c <prefix>/objs/.libs/libfreetype.so.6.3.4 \
>                     /usr/local/lib/libfreetype.so.6.3.4
> make[1232]: Entering directory `<prefix>'
> <prefix>/builds/unix/mkinstalldirs               \
>   /usr/local/lib                                 \
>   /usr/local/lib/pkgconfig                       \
>   /usr/local/include/freetype2/freetype/config   \
>   /usr/local/include/freetype2/freetype/internal \
>   /usr/local/include/freetype2/freetype/cache    \
>   /usr/local/bin                                 \
>   /usr/local/share/aclocal
> <prefix>/builds/unix/libtool --mode=install \
> <prefix>/install -c ...
> 
> Is it okay?

No, it isn't.  The `install' script in the top directory of the
FreeType 2 directory tree is *not* a script to install files.  It is a
shorthand for `make install'.  For some reasons it is used as a
substitute for the real `install' program.  How did you invoke
compilation and installation of FreeType?


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]