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]

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.

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

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de

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