This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PIC & shared libs - let's solve this now;-)


Thanks, I've applied the patch.

Andreas Jaeger <aj@suse.de> writes:

> There're still some places which use PIC - they should be replaced
> either by __PIC__ or by SHARED.  But I wasn't sure what's the right
> thing to do since those occurences are all system specific.

We'll see over time.

One other thing is to avoid compiling files which do not depend on
SHARED.  This can be done if -fPIC is the default and therefore...

> We can now also remove the check "whether -fPIC is default" from
> configure.  I'll do this later after this patch has been added.

...this test should not go away.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]