bug-glibc
[Top][All Lists]
Advanced

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

Re: glibc 2.3.6


From: James Richard Tyrer
Subject: Re: glibc 2.3.6
Date: Fri, 30 Jun 2006 18:30:58 -0700
User-agent: Thunderbird 1.5.0.2 (X11/20060420)

Bill Cunningham wrote:
    Hi,

Can anyone there help me with compilation problems I'm running into with
glibc? No one seems to know much about it.

I don't know a lot either, but I have compiled it and it is what I am currently running, so post your specific problems.

Note: in case you haven't been warned, that installing GLibC from source can break your system. So, a first question is: have you done this before?

First, you need to install: "binutils".  I have version 2.16.1.

I used this configure command:

../glibc-2.3.6/configure --prefix=/usr --disable-profile \
--enable-add-ons=nptl --with-tls --with-__thread --without-cvs \
--libexecdir=/usr/lib/glibc --enable-__cxa_atexit

although I must admit that I don't know 100% what it all means.

The above would be for nptl [Native Posix Thread Library] and not the older Linux Threads.

If you are concerned about size of the executable and don't need to run old stuff you might want to add:

        --enable-kernel=2.6.0

which will tell it not to build stuff for Kernel 2.4.x compatibility.

--
JRT







reply via email to

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