problem building librep-0.92.0 with make




Hi

I have a new squeeze/wheezy hybrid ~(98/2) without conflicts just installed. I can not get librep-0.92.0 to make. Below are the configure and make log files. I get an ERROR1&2 for the make output. I am fairly new at compiling my own installs and know very little about using gcc with arguments. Could you send some possible solutions.

thanks
Jiml

:~/sawfish/librep-0.92.0$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
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 a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
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 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 how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
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 dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/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 gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking whether gcc needs -traditional... no
checking for gethostent... yes
checking for setsockopt... yes
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... 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 sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for unistd.h... (cached) yes
checking siginfo.h usability... no
checking siginfo.h presence... no
checking for siginfo.h... no
checking for memory.h... (cached) yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for string.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.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 malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for mpz_init in -lgmp... no
checking for __gmpz_init in -lgmp... yes
checking for __gmp_randinit... yes
checking gdbm.h usability... yes
checking gdbm.h presence... yes
checking for gdbm.h... yes
checking for gdbm_open in -lgdbm... yes
checking for tputs in -lncurses... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for readline in -lreadline... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBFFI... yes
checking for dlfcn.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for preceding underscore in symbols... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for vprintf... yes
checking for _doprnt... no
checking for getcwd... yes
checking for gethostname... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strerror... yes
checking for strstr... yes
checking for stpcpy... yes
checking for strtol... yes
checking for psignal... yes
checking for strsignal... yes
checking for snprintf... yes
checking for grantpt... yes
checking for lrand48... yes
checking for getpagesize... (cached) yes
checking for setitimer... yes
checking for dladdr... yes
checking for dlerror... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for strdup... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for siginterrupt... yes
checking for gettimeofday... yes
checking for strtoll... yes
checking for strtoq... yes
checking for realpath... yes
checking for crypt... no
checking for crypt in -lcrypt... yes
checking whether unistd.h declares environ... no
checking whether /dev/ptmx exists... yes
checking whether /dev/ptyXN devices exist... no
checking for aclocal directory... /usr/share/aclocal
checking for data type to store Lisp values... int
checking for size of Lisp value type... 4 bytes
checking for value type constant suffix... L
checking for value type printf conversion...
checking size of long... 4
checking size of long long... 8
checking size of void *... 4
checking for broken alpha gcc... no
checking for stack growth direction... assuming downwards
checking for LC_MESSAGES... yes
checking for _nl_msg_cat_cntr... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating lisp/Makefile
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating intl/Makefile
config.status: creating librep.spec
config.status: creating librep.pc
config.status: creating librep.ebuild
config.status: creating config.h
config.status: config.h is unchanged
config.status: creating src/rep_config.h
config.status: src/rep_config.h is unchanged
config.status: executing libtool commands
config.status: executing default commands

  == == == == == == == == == == == == ==

  librep:    0.92.0

  == == == == == == == == == == == == ==

  prefix:       /usr/local
  exec_prefix:  ${prefix}
  libdir:       ${exec_prefix}/lib

  == == == == == == == == == == == == ==

  compiler:    gcc
  cflags:    -g -O2 -Wall -Wpointer-arith -Wmissing-prototypes
  preprocessor: gcc -E
  cppflags:    
  ldflags:     
  makeflags:   

  == == == == == == == == == == == == ==

  libgmp:    yes
  libgdbm:    yes
  readline:    yes
  libffi:    yes

  == == == == == == == == == == == == ==
 



:~/sawfish/librep-0.92.0$ make
( cd src && make repdoc )
make[1]: Entering directory `/home/jim/sawfish/librep-0.92.0/src'
/bin/sh ../libtool --mode=link --tag=CC gcc  -o repdoc repdoc.o -lgdbm
../libtool: 1639: preserve_args+= --tag CC: not found
../libtool: 9823: libtool_args+= -o: not found
../libtool: 9823: compile_command+= -o: not found
../libtool: 9823: finalize_command+= -o: not found
../libtool: 9823: libtool_args+= repdoc: not found
../libtool: 9823: compile_command+= @OUTPUT@: not found
../libtool: 9823: finalize_command+= @OUTPUT@: not found
../libtool: 1: libtool_args+= repdoc.o: not found
../libtool: 1: objs+= repdoc.o: not found
../libtool: 1: compile_command+= repdoc.o: not found
../libtool: 1: finalize_command+= repdoc.o: not found
../libtool: 1: libtool_args+= -lgdbm: not found
../libtool: 1: deplibs+= -lgdbm: not found
../libtool: 1: compile_command+= : not found
../libtool: 1: finalize_command+= : not found
libtool: link: gcc
gcc: no input files
make[1]: *** [repdoc] Error 1
make[1]: Leaving directory `/home/jim/sawfish/librep-0.92.0/src'
make: *** [src/repdoc] Error 2






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]