freetype
[Top][All Lists]
Advanced

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

Re: [Freetype] Make: no valid name for 'include'


From: Werner LEMBERG
Subject: Re: [Freetype] Make: no valid name for 'include'
Date: Tue, 06 Mar 2001 23:45:01 +0100 (CET)

> > Everything is OK for me with bash-2.03 and GNU make 3.78.1.
> 
> All the systems that I've tried this on appear to have GNU make
> 3.77. I use bash shell (1.14.7 on the server I'm looking at right
> now).
> Upgrading to make 1.79.1 (on a different server with bash 2.01.1)
> seems to make the build perform correctly, but I'm not convinced
> it's working.

Can you find out whether make of bash is the problem?

> I'm trying to build ImageMagick with TTF support and ImageMagick fails 
> configure with this:
> 
> configure:12565: checking whether the C++ compiler works
> configure:12580: g++ -o conftest   -D_REENTRANT  -I/usr/local/include 
> -L/usr/local/lib  -L/usr/X11R6/lib conft
> est.cc -ltiff -lfreetype -ljpeg -lpng -lXext -lXt  -lSM -lICE -lX11  -lz 
> -lpthread -lm  >&5
> configure:12583: $? = 0
> configure:12585: test -s conftest
> configure:12588: $? = 0
> configure:12593: ./conftest
> ./conftest: error while loading shared libraries: libfreetype.so.6: 
> cannot load shared object file: No such file
>   or directory
> configure:12596: $? = 127

Have you run `ldconfig' to make the new shared library visible to the
linker?  If it fails, you can try to use the static FreeType library
(just remove the shared one).


    Werner



reply via email to

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