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


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

Re: Proposed solution for nsswitch.c compilation


> 
> > Mail-Copies-To: never
> > From: Andreas Jaeger <aj@arthur.rhein-neckar.de>
> > Date: 01 Feb 1999 23:45:56 +0100
> 
> > +CFLAGS-nsswitch.c = -D__NO_STRING_INLINES
> 
> Please don't do this in a machine-independent makefile.
> 

Before I forgot, to compile nsswitch.c on alpha, you needs LOTS of
RAM and swap space. egcs 1.1.1 will use all of them. Here is free
output when I compiled it on alpha:

             total       used       free     shared    buffers     cached
Mem:         62792      61208       1584      10560       1352      10008
-/+ buffers/cache:      49848      12944
Swap:       119704      37632      82072

I have seen 100MB swap space being used.

-- 
H.J. Lu (hjl@gnu.org)


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