This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu 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: Compile error in glibc-2.1.3


Alex Buell <alex.buell@tahallah.clara.co.uk> writes:

> On 4 May 2001, Andreas Jaeger wrote:
> 
> > That's correct - and fixed since a long time.  glibc 2.2.3 is current,
> 
> I just wanted to be sure that the compiler toolchain was all working
> correctly - they are, since I installed the build last night.
> 
> BTW, why does 2.1.3 make assumptions about where it expects to find pwd?

We really need the pwd binary and not the builtin.  I really advise to
stop using glibc 2.1.3 and use the fixed 2.2.3 release (with the nis
patch as documented on www.gnu.org):

2000-07-14  Mark Kettenis  <kettenis@gnu.org>

        * configure.in: Check for pwd binary.
        * config.make.in: Add PWD_P to be subsituted.
        * Makerules: Use $(PWD_P) instead of /bin/pwd.

> On this system it was in /usr/bin/pwd, so make kept complaining about
> missing /bin/pwd. Moving it to the right place sorted that, although I do
> feel that autoconf could have checked.
> 
> Is there a page on the web somewhere that compares features of glibc
> versions (i.e 2.1.3, 2.2.3 etc)?

The NEWS file is online at http:/www.gnu.org/software/libc.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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