Re: GLibc compilation problems
- From: Jeff Garzik <jgarzik pobox com>
- To: Juergen Fiedler <juergen quotus com>
- cc: James Henstridge <james daa com au>, gnome-list gnome org
- Subject: Re: GLibc compilation problems
- Date: Wed, 3 Feb 1999 21:12:46 -0500 (EST)
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
On Wed, 3 Feb 1999, Juergen Fiedler wrote:
> OK... I got and installed LinuxThreads. How do I tell autogen.sh that I'd like
> to use this as my thread implementation?
>
> Thanks,
> Juergen
>
> On Wed, 03 Feb 1999, you wrote:
> >It is looking for the threading library. If you have a glibc system, then
> >threading is included with the C library. If you still have libc5, you
> >will need to install the LinuxThreads package.
> >
> >James Henstridge.
> >
> >--
> >Email: james@daa.com.au
> >WWW: http://www.daa.com.au/~james/
>
>
> --
> FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
> To unsubscribe: mail gnome-list-request@gnome.org with
> "unsubscribe" as the Subject.
>
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]