bug-glibc
[Top][All Lists]
Advanced

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

How to compile glibc2.3.2 without 'sunrpc'?


From: brian
Subject: How to compile glibc2.3.2 without 'sunrpc'?
Date: Wed, 26 Oct 2005 16:58:09 +0900

i want to know, how to compile(make) glibc2.3.2 without sunrpc?

I want to replace libc to customized libc by me.

 

I want to remove sunrpc from glibc when compile it.

And I want to compile only sunrpc from the glibc.

So I tried by make C sunrpc but, its failed.

 

I did

Step 1)

glibc-2.3.2.tar.gz and glibc-linuxthreads-2.3.2.tar.gz  from http://ftp.gnu.org/gnu/glibc/ .

Because, my Linux os is RedHat 9 (it use libc-2.3.2)

 

Step 2)

tar xfz glibc-2.3.2.tar.gz

cp glibc-linuxthreads-2.3.2.tar.gz  ./glibc-2.3.2

 

Step3)

cd ./glibc-2.3.2

tar xfz glibc-linuxthreads-2.3.2.tar.gz

 

Step 4)

mkdir ./compile

cd ./compile

 

Step 5)

../configure  --enable-add- --prefix=/usr/local/glibc2

 

 

Just make and make install are ok.

But, I want to split sunrpc and glibc then replace compile despite original libc to the splited library of sunrpc and new libc without sunrpc.

 

How can I split them ?


reply via email to

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