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]
Other format: [Raw text]

autoconf question


I am working on TLS support for PPC64 and added a configure fragment
./sysdeps/powerpc/powerpc64/elf/configure.in too enable
"HAVE_TLS_SUPPORT".

But I can't seem to convince autoconf to find it and generate the
./sysdeps/powerpc/powerpc64/elf/configure file. Running the ./configure
does not find it. I also tried running autoreconf but it fails with:

:~/work/libc23> autoreconf          
autoheader: missing template: ASM_GLOBAL_DIRECTIVE
autoheader: missing template: ASM_LINE_SEP
autoheader: missing template: ASM_TYPE_DIRECTIVE_PREFIX
autoheader: missing template: BROKEN_PPC_ASM_CR0
autoheader: missing template: DO_STATIC_NSS
autoheader: missing template: DO_VERSIONING
autoheader: missing template: EXPORT_UNWIND_FIND_FDE
autoheader: missing template: GLIBC_OLDEST_ABI
autoheader: missing template: HAVE_ASM_GLOBAL_DOT_NAME
autoheader: missing template: HAVE_ASM_POPSECTION_DIRECTIVE
autoheader: missing template: HAVE_ASM_PREVIOUS_DIRECTIVE
autoheader: missing template: HAVE_ASM_SET_DIRECTIVE
autoheader: missing template: HAVE_ASM_WEAKEXT_DIRECTIVE
autoheader: missing template: HAVE_ASM_WEAK_DIRECTIVE
autoheader: missing template: HAVE_BROKEN_ALIAS_ATTRIBUTE
autoheader: missing template: HAVE_BROKEN_VISIBILITY_ATTRIBUTE
autoheader: missing template: HAVE_BUILTIN_EXPECT
autoheader: missing template: HAVE_BUILTIN_MEMSET
autoheader: missing template: HAVE_DWARF2_UNWIND_INFO
autoheader: missing template: HAVE_DWARF2_UNWIND_INFO_STATIC
autoheader: missing template: HAVE_ELF
autoheader: missing template: HAVE_GNU_AS
autoheader: missing template: HAVE_GNU_LD
autoheader: missing template: HAVE_HIDDEN
autoheader: missing template: HAVE_INITFINI
autoheader: missing template: HAVE_INITFINI_ARRAY
autoheader: missing template: HAVE_PROTECTED
autoheader: missing template: HAVE_SDATA_SECTION
autoheader: missing template: HAVE_SECTION_QUOTES
autoheader: missing template: HAVE_SUBTRACT_LOCAL_LABELS
autoheader: missing template: HAVE_TLS_MODEL_ATTRIBUTE
autoheader: missing template: HAVE_VISIBILITY_ATTRIBUTE
autoheader: missing template: HAVE_XCOFF
autoheader: missing template: HAVE_Z_COMBRELOC
autoheader: missing template: HAVE___THREAD
autoheader: missing template: NO_HIDDEN
autoheader: missing template: NO_UNDERSCORES
autoheader: missing template: USE_IN_LIBIO
autoheader: missing template: USE_REGPARMS
autoreconf: autoheader failed with exit status: 1
 at /usr/bin/autoreconf line 482

Any clues would be appreciated.

-- 
Steven Munroe
sjmunroe@us.ibm.com
Linux on PowerPC-64 Development
GLIBC for PowerPC-64 Development


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