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: Tom Kacvinsky
Subject: Re: [Freetype] Make: no valid name for 'include'
Date: Tue, 6 Mar 2001 17:55:23 -0500 (EST)

However nice ldconfig is, not all platforms have it.  It would be nice
if autoconf/libtool scripts were set up to search other areas for
libraries (for instance, /usr/local/lib on Solaris machines), and make
the appropriate -R/-L linker options.

More to the point, some autoconf'd packages already have extra options
that control this, but most do not.  It would be nice if there were
easy ways of compenstating for different platforms linkers search
paths, but automatically, so that autoconf users don't have to add
extra options, and "lazy" autoconf users (note the quotes on lazy)
would have some modicom of linker search path support.

I hope that made sense.  These kinds of things are especially annoying to
me because i have to compile on both Digital and Solaris platforms.
Oh well, at least FT doesn't have this problem. :)

Tom

On Tue, 6 Mar 2001, Werner LEMBERG wrote:

> > > 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
>
> _______________________________________________
> Freetype mailing list
> address@hidden
> http://www.freetype.org/mailman/listinfo/freetype
>




reply via email to

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