This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: gcc snapshots depend on glibc since 200000601


Tim,

next time please limit the limes in your mail to < 80 chars. Makes reading
your mail much easier.

* Tim Prince (tprince@computer.org) [20000606 16:27]:

> I believe this has been reported before; but I have seen no answer as to
> whether it is now to be required to port more of glibc before being able
> to build gcc.  The snapshot 20000531 was the last one not to require these
> glibc functions on i686-pc-cygwin.

It doesn't require glibc but uses the included libintl if the necessary
support is missing. In fact, with my next patches it'll use the included
libintl by default. Now libintl up to today wouldn't build because of
various reasons and even if it had, only the C and C++ compiler would have
been built successfully as the other compilers didn't link with libintl.

All these bugs should be fixed with the patches I checked in today. So
please try either a current CVS version or wait until the next snapshot. If
you're doing the latter, configure with --disable-nls to switch of NLS
support.

If it still fails for you with either CVS version or next snapshot, please
send me the output of configure and the config.log it creates.

Philipp

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX fuer PDP 11, /usr/include/sys/param.h

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