This is the mail archive of the libc-alpha@sources.redhat.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]

stdlib/isomac.c is now broken.


This patch

2001-03-27  Ulrich Drepper  <drepper@redhat.com>

	* stdlib/isomac.c (fmt): Don't define _LIBC.

breaks

# ...../configure --with-headers=....
# make
# make check

since gnu/stubs.h is generated during

# make install

With --with-headers=..., configure puts

sysincludes= -nostdinc -isystem ...

in config.make. The C compiler called by isomac won't search
/usr/include for anything, which is what we want. "make check" now
fails in stdlib/isomac. I guess you didn't see the problem because
you pick up <gnu/stubs.h> from /usr/include. To duplicate the
problem, please use

# ...../configure --with-headers=....

to configure glibc.

Thanks.


H.J.


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