LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problem compilin hermes graphic library 1.3.2 (https://www.linuxquestions.org/questions/linux-software-2/problem-compilin-hermes-graphic-library-1-3-2-a-129252/)

freeindy 12-27-2003 09:46 AM

problem compilin hermes graphic library 1.3.2
 
hi!

i'm have slackware installed on my machine. i tried to install hermes graphics library 1.3.2.

this is what is retrieved during './configure && make'

Code:

checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
/home/indy/download/Hermes-1.3.2/missing: Unknown `--run' option
Try `/home/indy/download/Hermes-1.3.2/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 ANSI C... none needed
checking dependency style of gcc... none
checking for ld used by GCC... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -
r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC 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.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
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 ANSI C... (cached) none needed
checking dependency style of gcc... (cached) none
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... (cached) yes
checking whether x86 assembly is desired... yes
checking for debug level... 0

If two people are in a room ...

checking for long... yes
checking size of long... 4
checking for int... yes
checking size of int... 4
checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2

... and five walk out ...

checking if system is big endian... no
checking for money... none left :(
checking for assembler support... Linux i686, assembler routines enabled!
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/hrconfig.h
config.status: src/hrconfig.h is unchanged
config.status: executing depfiles commands

... how many have to walk in for the room to be empty ?

Turn on your -O6 now!
Welcome to Hermes 1.3.2!

Making all in src
make[1]: Entering directory `/home/indy/download/Hermes-1.3.2/src'
make  all-am
make[2]: Entering directory `/home/indy/download/Hermes-1.3.2/src'
source='Clear.c' object='Clear.lo' libtool=yes \
depfile='.deps/Clear.Plo' tmpdepfile='.deps/Clear.TPlo' \
depmode=none /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.    -g -O2 -c -o Clear.lo `test -f 'Clear.c' || echo './'`Clear.c
../depcomp: ../depcomp: No such file or directory
make[2]: *** [Clear.lo] Error 127
make[2]: Leaving directory `/home/indy/download/Hermes-1.3.2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/indy/download/Hermes-1.3.2/src'
make: *** [all-recursive] Error 1


Anyone have a clue??

cheers, indy


All times are GMT -5. The time now is 08:42 AM.