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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: abi-versions is not generated with --disable-versioning


> Trying to build glibc with --disable-versioning, I got a failure
> because abi-versions.h didn't exist.  We should either create a dummy
> file in this case or protect the inclusion in shlib-compat.h by an
> #ifdef DO_VERSIONING.

Oops.  That's from a change I just checked in last night.

> Roland, which way do you prefer?
> 
> For now I just changed the include in shlib-compat.h to:
> #ifdef DO_VERSIONING
> #include <abi-versions.h>	/* header generated by abi-versions.awk */
> #endif

I've just now checked in a change like this.


Roland

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