Greetings! The problem is here:
checking for main in -lreadline... no checking for rl_completion_matches in -lreadline... no I've just committed a small fix here -- looking for main is fragile and has been replaced with rl_initialize. You can cvs update and retry to see if the first line changes. But in any case, if the second line fails, you will not be able to use package-symbol-name completion. Is your readline older than 4.3? If problems persist, please post your config.log, from this run and a run after 'cvs update' -- this should indicate why these functions cannot be found in your library. Take care, Stefano Ferri <ferri...@gmail.com> writes: > Well, I'm using a build script to generate a Slackware package. The > configure part is the following > > ./configure \ > --enable-ansi \ > --enable-readline \ > --prefix=/usr \ > --libdir=/usr/lib \ > --sysconfdir=/etc \ > --localstatedir=/var \ > --mandir=/usr/man \ > --infodir=/usr/info \ > --build=i486-slackware-linux > > > The output is this (sorry it is very long) > > > checking build system type... i486-slackware-linux-gnu > checking host system type... i486-slackware-linux-gnu > host=i486-slackware-linux-gnu > enable_machine= > use=386-linux > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking how to run the C preprocessor... gcc -E > checking for gawk... gawk > checking system version (for dynamic loading)... checking for > makeinfo... makeinfo > Linux-2.6.33.4-smp > checking unistd.h usability... yes > checking unistd.h presence... yes > checking for unistd.h... yes > checking for sysconf in -lc... yes > checking "for _SC_CLK_TCK"... 100 > checking gmp.h usability... yes > checking gmp.h presence... yes > checking for gmp.h... yes > checking for __gmpz_init in -lgmp... yes > checking "for external gmp version"... Cannot use dynamic gmp lib > checking use_gmp=yes, doing configure in gmp directory... > # > # > # ------------------- > # Subconfigure of GMP > # > # > checking build system type... i486-slackware-linux-gnu > checking host system type... i486-slackware-linux-gnu > checking for a BSD-compatible install... /usr/bin/ginstall -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /usr/bin/mkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking ABI=32 > checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer ... yes > checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer has > sizeof(long)==4... yes > checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer > -mtune=i486... yes > checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer > -mtune=i486 -march=i486... yes > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking for gcc option to accept ISO C99... -std=gnu99 > checking for gcc -std=gnu99 option to accept ISO Standard C... > (cached) -std=gnu99 > checking how to run the C preprocessor... gcc -std=gnu99 -E > checking build system compiler gcc -std=gnu99... yes > checking for build system preprocessor... gcc -std=gnu99 -E > checking for build system executable suffix... > checking whether build system compiler is ANSI... yes > checking for build system compiler math library... -lm > checking for grep that handles long lines and -e... /usr/bin/grep > checking for egrep... /usr/bin/grep -E > using ABI="32" > CC="gcc -std=gnu99" > CFLAGS="-m32 -O2 -pedantic -fomit-frame-pointer -mtune=i486 -march=i486" > CPPFLAGS="" > MPN_PATH=" x86/i486 x86 generic" > checking for function prototypes... yes > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking for string.h... (cached) yes > checking whether assembler supports --noexecstack option... yes > checking for ar... ar > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B > checking the name lister (/usr/bin/nm -B) interface... BSD nm > checking for a sed that does not truncate output... /usr/bin/sed > checking for fgrep... /usr/bin/grep -F > checking for ld used by gcc -std=gnu99... /usr/i486-slackware-linux/bin/ld > checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes > checking whether ln -s works... yes > checking the maximum length of command line arguments... 1572864 > checking whether the shell understands some XSI constructs... yes > checking whether the shell understands "+="... yes > checking for /usr/i486-slackware-linux/bin/ld option to reload object > files... -r > checking for objdump... objdump > checking how to recognize dependent libraries... pass_all > checking for ar... (cached) ar > checking for strip... strip > checking for ranlib... ranlib > checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... > ok > checking for dlfcn.h... yes > checking for g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking how to run the C++ preprocessor... g++ -E > checking for g77... g77 > checking whether we are using the GNU Fortran 77 compiler... yes > checking whether g77 accepts -g... yes > checking for objdir... .libs > checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no > checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC > checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes > checking if gcc -std=gnu99 static flag -static works... yes > checking if gcc -std=gnu99 supports -c -o file.o... yes > checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes > checking whether the gcc -std=gnu99 linker > (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking for ld used by g++... /usr/i486-slackware-linux/bin/ld > checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes > checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) > supports shared libraries... yes > checking for g++ option to produce PIC... -fPIC -DPIC > checking if g++ PIC flag -fPIC -DPIC works... yes > checking if g++ static flag -static works... yes > checking if g++ supports -c -o file.o... yes > checking if g++ supports -c -o file.o... (cached) yes > checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) > supports shared libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > checking for g77 option to produce PIC... -fPIC > checking if g77 PIC flag -fPIC works... yes > checking if g77 static flag -static works... yes > checking if g77 supports -c -o file.o... yes > checking if g77 supports -c -o file.o... (cached) yes > checking whether the g77 linker (/usr/i486-slackware-linux/bin/ld) > supports shared libraries... yes > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking for ANSI C header files... (cached) yes > checking whether time.h and sys/time.h may both be included... yes > checking fcntl.h usability... yes > checking fcntl.h presence... yes > checking for fcntl.h... yes > checking float.h usability... yes > checking float.h presence... yes > checking for float.h... yes > checking invent.h usability... no > checking invent.h presence... no > checking for invent.h... no > checking langinfo.h usability... yes > checking langinfo.h presence... yes > checking for langinfo.h... yes > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > checking nl_types.h usability... yes > checking nl_types.h presence... yes > checking for nl_types.h... yes > checking sys/attributes.h usability... no > checking sys/attributes.h presence... no > checking for sys/attributes.h... no > checking sys/iograph.h usability... no > checking sys/iograph.h presence... no > checking for sys/iograph.h... no > checking sys/mman.h usability... yes > checking sys/mman.h presence... yes > checking for sys/mman.h... yes > checking sys/param.h usability... yes > checking sys/param.h presence... yes > checking for sys/param.h... yes > checking sys/processor.h usability... no > checking sys/processor.h presence... no > checking for sys/processor.h... no > checking sys/pstat.h usability... no > checking sys/pstat.h presence... no > checking for sys/pstat.h... no > checking sys/sysinfo.h usability... yes > checking sys/sysinfo.h presence... yes > checking for sys/sysinfo.h... yes > checking sys/syssgi.h usability... no > checking sys/syssgi.h presence... no > checking for sys/syssgi.h... no > checking sys/systemcfg.h usability... no > checking sys/systemcfg.h presence... no > checking for sys/systemcfg.h... no > checking sys/time.h usability... yes > checking sys/time.h presence... yes > checking for sys/time.h... yes > checking sys/times.h usability... yes > checking sys/times.h presence... yes > checking for sys/times.h... yes > checking for sys/resource.h... yes > checking for sys/sysctl.h... yes > checking for machine/hal_sysinfo.h... no > checking whether fgetc is declared... yes > checking whether fscanf is declared... yes > checking whether optarg is declared... yes > checking whether ungetc is declared... yes > checking whether vfprintf is declared... yes > checking whether sys_errlist is declared... yes > checking whether sys_nerr is declared... yes > checking return type of signal handlers... void > checking for intmax_t... yes > checking for long double... yes > checking for long long... yes > checking for ptrdiff_t... yes > checking for quad_t... yes > checking for uint_least32_t... yes > checking for preprocessor stringizing operator... yes > checking for working volatile... yes > checking for C/C++ restrict keyword... __restrict > checking whether <stdarg.h> exists and works... yes > checking whether gcc __attribute__ ((const)) works... yes > checking whether gcc __attribute__ ((malloc)) works... yes > checking whether gcc __attribute__ ((mode (XX))) works... yes > checking whether gcc __attribute__ ((noreturn)) works... yes > checking for inline... inline > checking for cos in -lm... yes > checking for working alloca.h... yes > checking for alloca (via gmp-impl.h)... yes > checking how to allocate temporary memory... alloca > checking whether byte ordering is bigendian... no > checking format of `double' floating point... IEEE little endian > checking for alarm... yes > checking for attr_get... no > checking for clock... yes > checking for clock_gettime... no > checking for cputime... no > checking for getpagesize... yes > checking for getrusage... yes > checking for gettimeofday... yes > checking for getsysinfo... no > checking for localeconv... yes > checking for memset... yes > checking for mmap... yes > checking for mprotect... yes > checking for nl_langinfo... yes > checking for obstack_vprintf... yes > checking for popen... yes > checking for processor_info... no > checking for pstat_getprocessor... no > checking for raise... yes > checking for read_real_time... no > checking for sigaction... yes > checking for sigaltstack... yes > checking for sigstack... yes > checking for syssgi... no > checking for strchr... yes > checking for strerror... yes > checking for strnlen... yes > checking for strtol... yes > checking for strtoul... yes > checking for sysconf... yes > checking for sysctl... yes > checking for sysctlbyname... no > checking for times... yes > checking for vsnprintf... yes > checking whether vsnprintf works... yes > checking whether sscanf needs writable input... no > checking for struct pst_processor.psp_iticksperclktick... no > checking for suitable m4... m4 > checking if m4wrap produces spurious output... no > checking how to switch to text section... .text > checking how to switch to data section... .data > checking for assembler label suffix... : > checking for assembler global directive... .globl > checking for assembler global directive attribute... > checking if globals are prefixed by underscore... no > checking how to switch to read-only data section... .section .rodata > checking for assembler .type directive... .type $1,@$2 > checking for assembler .size directive... .size $1,$2 > checking for assembler local label prefix... .L > checking for assembler byte directive... .byte > checking how to define a 32-bit word... .long > checking if .align assembly directive is logarithmic... no > checking if the .align directive accepts an 0x90 fill in .text... yes > checking for assembler COFF type directives... no > checking if _GLOBAL_OFFSET_TABLE_ is prefixed by underscore... no > checking if the assembler takes cl with shldl... yes > checking size of unsigned short... 2 > checking size of unsigned... 4 > checking size of unsigned long... 4 > checking size of mp_limb_t... 4 > checking for stack_t... yes > checking for tputs in -lncurses... yes > checking for readline in -lreadline... yes > checking readline/readline.h usability... yes > checking readline/readline.h presence... yes > checking for readline/readline.h... yes > checking readline/history.h usability... yes > checking readline/history.h presence... yes > checking for readline/history.h... yes > checking readline detected... yes > checking for bison... bison -y > checking for flex... flex > checking lex output file root... lex.yy > checking lex library... -lfl > checking whether yytext is a pointer... yes > checking for ranlib... (cached) ranlib > creating config.m4 > configure: creating ./config.status > config.status: creating demos/pexpr-config.h > config.status: creating demos/calc/calc-config.h > config.status: creating Makefile > config.status: creating mpbsd/Makefile > config.status: creating mpf/Makefile > config.status: creating mpn/Makefile > config.status: creating mpq/Makefile > config.status: creating mpz/Makefile > config.status: creating printf/Makefile > config.status: creating scanf/Makefile > config.status: creating cxx/Makefile > config.status: creating tests/Makefile > config.status: creating tests/devel/Makefile > config.status: creating tests/mpbsd/Makefile > config.status: creating tests/mpf/Makefile > config.status: creating tests/mpn/Makefile > config.status: creating tests/mpq/Makefile > config.status: creating tests/mpz/Makefile > config.status: creating tests/rand/Makefile > config.status: creating tests/misc/Makefile > config.status: creating tests/cxx/Makefile > config.status: creating doc/Makefile > config.status: creating tune/Makefile > config.status: creating demos/Makefile > config.status: creating demos/calc/Makefile > config.status: creating demos/expr/Makefile > config.status: creating gmp.h > config.status: creating mp.h > config.status: creating config.h > config.status: linking mpn/generic/add.c to mpn/add.c > config.status: linking mpn/generic/add_1.c to mpn/add_1.c > config.status: linking mpn/x86/aors_n.asm to mpn/add_n.asm > config.status: linking mpn/generic/sub.c to mpn/sub.c > config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c > config.status: linking mpn/x86/aors_n.asm to mpn/sub_n.asm > config.status: linking mpn/generic/neg_n.c to mpn/neg_n.c > config.status: linking mpn/x86/mul_1.asm to mpn/mul_1.asm > config.status: linking mpn/x86/aorsmul_1.asm to mpn/addmul_1.asm > config.status: linking mpn/x86/aorsmul_1.asm to mpn/submul_1.asm > config.status: linking mpn/x86/lshift.asm to mpn/lshift.asm > config.status: linking mpn/x86/rshift.asm to mpn/rshift.asm > config.status: linking mpn/x86/dive_1.asm to mpn/dive_1.asm > config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c > config.status: linking mpn/generic/divis.c to mpn/divis.c > config.status: linking mpn/generic/divrem.c to mpn/divrem.c > config.status: linking mpn/x86/divrem_1.asm to mpn/divrem_1.asm > config.status: linking mpn/x86/divrem_2.asm to mpn/divrem_2.asm > config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c > config.status: linking mpn/x86/mod_1.asm to mpn/mod_1.asm > config.status: linking mpn/x86/mod_34lsub1.asm to mpn/mod_34lsub1.asm > config.status: linking mpn/generic/mode1o.c to mpn/mode1o.c > config.status: linking mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c > config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c > config.status: linking mpn/generic/dump.c to mpn/dump.c > config.status: linking mpn/generic/mod_1_1.c to mpn/mod_1_1.c > config.status: linking mpn/generic/mod_1_2.c to mpn/mod_1_2.c > config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c > config.status: linking mpn/generic/mod_1_4.c to mpn/mod_1_4.c > config.status: linking mpn/generic/mul.c to mpn/mul.c > config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c > config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c > config.status: linking mpn/x86/mul_basecase.asm to mpn/mul_basecase.asm > config.status: linking mpn/x86/sqr_basecase.asm to mpn/sqr_basecase.asm > config.status: linking mpn/generic/random.c to mpn/random.c > config.status: linking mpn/generic/random2.c to mpn/random2.c > config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c > config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c > config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c > config.status: linking mpn/generic/get_str.c to mpn/get_str.c > config.status: linking mpn/generic/set_str.c to mpn/set_str.c > config.status: linking mpn/generic/scan0.c to mpn/scan0.c > config.status: linking mpn/generic/scan1.c to mpn/scan1.c > config.status: linking mpn/generic/popham.c to mpn/popcount.c > config.status: linking mpn/generic/popham.c to mpn/hamdist.c > config.status: linking mpn/generic/cmp.c to mpn/cmp.c > config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c > config.status: linking mpn/generic/bdivmod.c to mpn/bdivmod.c > config.status: linking mpn/generic/gcd_1.c to mpn/gcd_1.c > config.status: linking mpn/generic/gcd.c to mpn/gcd.c > config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c > config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c > config.status: linking mpn/generic/gcd_lehmer.c to mpn/gcd_lehmer.c > config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c > config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c > config.status: linking mpn/generic/gcdext_subdiv_step.c to > mpn/gcdext_subdiv_step.c > config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c > config.status: linking mpn/generic/dc_divrem_n.c to mpn/dc_divrem_n.c > config.status: linking mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c > config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c > config.status: linking mpn/generic/get_d.c to mpn/get_d.c > config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c > config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c > config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c > config.status: linking mpn/generic/mullow_n.c to mpn/mullow_n.c > config.status: linking mpn/generic/mullow_basecase.c to mpn/mullow_basecase.c > config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c > config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c > config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c > config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c > config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c > config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c > config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c > config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c > config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c > config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c > config.status: linking mpn/generic/toom_interpolate_5pts.c to > mpn/toom_interpolate_5pts.c > config.status: linking mpn/generic/toom_interpolate_7pts.c to > mpn/toom_interpolate_7pts.c > config.status: linking mpn/generic/invert.c to mpn/invert.c > config.status: linking mpn/generic/binvert.c to mpn/binvert.c > config.status: linking mpn/generic/sb_div_qr.c to mpn/sb_div_qr.c > config.status: linking mpn/generic/sb_divappr_q.c to mpn/sb_divappr_q.c > config.status: linking mpn/generic/sb_div_q.c to mpn/sb_div_q.c > config.status: linking mpn/generic/dc_div_qr.c to mpn/dc_div_qr.c > config.status: linking mpn/generic/dc_divappr_q.c to mpn/dc_divappr_q.c > config.status: linking mpn/generic/dc_div_q.c to mpn/dc_div_q.c > config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c > config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c > config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c > config.status: linking mpn/generic/sb_bdiv_q.c to mpn/sb_bdiv_q.c > config.status: linking mpn/generic/sb_bdiv_qr.c to mpn/sb_bdiv_qr.c > config.status: linking mpn/generic/dc_bdiv_q.c to mpn/dc_bdiv_q.c > config.status: linking mpn/generic/dc_bdiv_qr.c to mpn/dc_bdiv_qr.c > config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c > config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c > config.status: linking mpn/generic/divexact.c to mpn/divexact.c > config.status: linking mpn/x86/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm > config.status: linking mpn/generic/redc_1.c to mpn/redc_1.c > config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c > config.status: linking mpn/generic/powm.c to mpn/powm.c > config.status: linking mpn/generic/powlo.c to mpn/powlo.c > config.status: linking mpn/generic/powm_sec.c to mpn/powm_sec.c > config.status: linking mpn/generic/subcnd_n.c to mpn/subcnd_n.c > config.status: linking mpn/x86/umul.asm to mpn/umul.asm > config.status: linking mpn/x86/udiv.asm to mpn/udiv.asm > config.status: linking mpn/x86/copyi.asm to mpn/copyi.asm > config.status: linking mpn/x86/copyd.asm to mpn/copyd.asm > config.status: linking mpn/generic/addsub_n.c to mpn/addsub_n.c > config.status: linking mpn/x86/i486/gmp-mparam.h to gmp-mparam.h > config.status: executing libtool commands > # > # > # > # Subconfigure of GMP done > # ------------------------ > # > checking "for leading underscore in object symbols"... "no" > checking "for GNU ld option -Map"... "yes" > checking "for size of gmp limbs"... 4 > checking "_SHORT_LIMB"... no > checking "_LONG_LONG_LIMB"... no > checking for X... libraries , headers > checking for main in -lX11... yes > checking bfd.h usability... yes > checking bfd.h presence... yes > checking for bfd.h... yes > checking for bfd_init in -lbfd... yes > checking if need to define CONST for bfd... no > checking for useable bfd_boolean... yes > checking for bfd_link_info.output_bfd... yes > checking for inflate in -lz... yes > checking for dlsym in -ldl... yes > checking size of long... 4 > checking sizeof struct contblock... 8 > checking for word order... little > checking for sbrk... yes > checking for ADDR_NO_RANDOMIZE constant... yes, 40000 > checking for personality(ADDR_NO_RANDOMIZE) support... yes > checking that sbrk is (now) non-random... yes > checking for pagewidth... 12 > checking "finding DBEGIN"... got 0x8000000 > checking "finding CSTACK_ADDRESS"... got -1079346088 > checking "sizeof long long int"... yes > checking for getcwd... yes > checking for getwd... yes > checking for uname... yes > checking for gettimeofday... yes > checking sys/ioctl.h usability... yes > checking sys/ioctl.h presence... yes > checking for sys/ioctl.h... yes > checking elf.h usability... yes > checking elf.h presence... yes > checking for elf.h... yes > checking elf_abi.h usability... no > checking elf_abi.h presence... no > checking for elf_abi.h... no > checking sys/sockio.h usability... no > checking sys/sockio.h presence... no > checking for sys/sockio.h... no > checking for BSDgettimeofday... no > checking for gettimeofday... (cached) yes > checking for gettimeofday declaration... missing > checking for sin in -lm... yes > checking for main in -lmingwex... no > checking math.h usability... yes > checking math.h presence... yes > checking for math.h... yes > checking values.h usability... yes > checking values.h presence... yes > checking for values.h... yes > checking float.h usability... yes > checking float.h presence... yes > checking for float.h... yes > checking for isnormal... yes > checking for isfinite... yes > checking for sockets... checking for connect... yes > checking for gethostbyname... yes > checking readline/readline.h usability... yes > checking readline/readline.h presence... yes > checking for readline/readline.h... yes > checking for main in -lreadline... no > checking for rl_completion_matches in -lreadline... no > checking For network code for nsocket.c... yes > checking check for listen using fcntl... yes > checking for profil... yes > checking for setenv... yes > checking for _cleanup... no > checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK > checking check for SV_ONSTACK... yes > checking check for SIGSYS... yes > checking check for SIGEMT... no > checking asm/sigcontext.h usability... yes > checking asm/sigcontext.h presence... yes > checking for asm/sigcontext.h... yes > checking asm/signal.h usability... yes > checking asm/signal.h presence... yes > checking for asm/signal.h... yes > checking for sigcontext...... sigcontext in signal.h > checking for emacs... /usr/bin/emacs > checking emacs site lisp directory... /usr/share/emacs/site-lisp/ > checking emacs default.el... /usr/share/emacs/site-lisp//default.el > checking emacs info/dir... /usr/share/info/ > checking for tcl/tk... checking for tclsh... tclsh > checking for main in -llieee... no > using TK_VERSION=8.5 in /usr/lib > checking alloca... yes > checking Checking for buggy gcc version from redhat... no > configure: creating ./config.status > config.status: creating makedefc > config.status: creating windows/gcl.iss > config.status: creating windows/sysdir.bat > config.status: creating windows/install.lsp > config.status: creating h/gclincl.h > makedefc > > # begin makedefs > > # use=386-linux > > # for main link of raw_gcl > LIBS= -lX11 -lm -lz -ldl > > #The multi precision library stuff > MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a > > > # root for the installation, eg /usr/local > # This would cause make install to create /usr/local/bin/gcl and > # /usr/local/lib/gcl-2-??/* with some basic files. > prefix=/usr > > # where to place the info files > INFO_DIR=/usr/share/info/ > > # where to put emacs lisp files. > EMACS_SITE_LISP=/usr/share/emacs/site-lisp/ > > # the default.el file > EMACS_DEFAULT_EL=/usr/share/emacs/site-lisp//default.el > > # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh > # if these are found. > TK_CONFIG_PREFIX=/usr/lib > TK_LIBRARY=/usr/lib/tk8.5 > TCL_LIBRARY=/usr/lib/tcl8.5 > TK_XINCLUDES= > TK_INCLUDE=-I/usr/lib/../include > TCL_INCLUDE=-I/usr/lib/../include > TK_LIB_SPEC=-L/usr/lib -ltk8.5 > TK_BUILD_LIB_SPEC=-L/tmp/tk8.5.8/unix -ltk8.5 > TK_XLIBSW=-lX11 -lXss -lXext > TK_XINCLUDES= > TCL_LIB_SPEC=-L/usr/lib -ltcl8.5 > TCL_DL_LIBS=-ldl > TCL_LIBS=-ldl -lpthread -lm > > NOTIFY=yes > CC=gcc > CFLAGS= -Wall -DVOL=volatile -fsigned-char -pipe -O3 > -fomit-frame-pointer -I$(GCLDIR)/o > LDFLAGS= > FINAL_CFLAGS= -Wall -DVOL=volatile -fsigned-char -pipe > NIFLAGS= -Wall -DVOL=volatile -fsigned-char -pipe -I$(GCLDIR)/o > O3FLAGS=-O3 -fomit-frame-pointer > O2FLAGS=-O > > RL_OBJS= > > RL_LIB= > > MAKEINFO=makeinfo > > FLISP=saved_ansi_gcl > SYSTEM=ansi_gcl > BUILD_BFD=copy_bfd > GMPDIR=gmp4 > X_LIBS= -lX11 > X_CFLAGS= > > PROCESSOR_FLAGS= > > EXTRA_LOBJS= > LEADING_UNDERSCORE= > GNU_LD=1 > AWK=gawk > LIBBFD=/usr/lib/libbfd.a > LIBIBERTY=/usr/lib/libiberty.a > add-defs1 386-linux > using 386-linux.defs > > > > Any suggestion? > > Thank you > Stefano > > > -- Camm Maguire c...@maguirefamily.org ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah _______________________________________________ Gcl-devel mailing list Gcl-devel@gnu.org http://lists.gnu.org/mailman/listinfo/gcl-devel