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: glibc 2.0.110


> Date: Sat, 16 Jan 1999 13:03:08 -0800 (PST)
> From: Fenglou Mao <mao@csb0.IPC.PKU.EDU.CN>
> Cc: GNU libc testers <libc-alpha@cygnus.com>,
>         VGER gcc list <linux-gcc@vger.rutgers.edu>
> 
> Dear all,
>      I compiled glibc 2.0.110 with no error messages.
>      When I installed it, it told me:
> 
> make -C manual subdir_install make[2]: Entering directory
> `/linux2/people/mao/ftp/glibc-2.0.110/manual'
> make[2]: *** No rule to make target `../crypt/genpass.c.texi', needed 
> by `chapters.texi'.  Stop.
> make[2]: Leaving directory `/linux2/people/mao/ftp/glibc-2.0.110/manual'
> make[1]: *** [manual/subdir_install] Error 2
> make[1]: Leaving directory `/linux2/people/mao/ftp/glibc-2.0.110'
> make: *** [install] Error 2

Hmmm.  That's this change, probably:

        * manual/Makefile (examples): Filter out the example code from
        add-ons.

I liked it the way it was before.  Can we go back?

It's particularly difficult because manual/Makefile doesn't include
the sysdep makefiles, as far as I can see, so there's no way to insert
rules to make the examples in the crypt makefile.

>     After that, my egcs can not used.
>     At first, it told me no lib "/usr/local/lib/libc.so.6"
>     When I linked libc.2.0.7.so to /usr/local/lib/libc.so.6
>     It told me no /usr/local/include/stubs.h which included ny feature.h.
> 
>     Can anyone help me to make my egcs can work!

Well, you need to get a working libc and/or egcs from your backup
tapes or distribution CD-ROM.

I will add `make info' to the automated tester.

-- 
Geoffrey Keating <geoffk@ozemail.com.au>


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