Re: GLibc compilation problems



You guessed right, but that wasn't really the problem. Seems I forgot to delete
the config.cache file after installing LinuxThreads. After I removed it,
everything worked fine.

Thanks for your help,
Juergen

 On Wed, 03 Feb 1999, Jeff Garzik wrote:
>I am guessing that you installed it into /usr/local/lib and
>/usr/local/include.  That makes /usr/local your "$prefix".  So you need
>to tell autogen.sh (which generates, and then runs, the configure
>script) where to find the library,
>
>CFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib' ./autogen.sh
>
>	Jeff



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