Garnome 0.12.2: Compile stop with error



Hi!
I've also a problem to compile Garnome 0.12.2. I try it with the options:


############ START category.mk ###############
[...]
# enable debugging for GNOME 2 (default yes)
CONFIGURE_ARGS += --enable-debug=no
CFLAGS += -O2 -pipe -g

# Optimised for Athlon systems, using GCC 3.1
CC = gcc-3.1
CXX = g++-3.1
CFLAGS += -O3 -falign-functions=4 -fomit-frame-pointer -funroll-loops -mfancy-math-387 -pipe -march=athlon
[...]
############# STOP category.mk ################

First I've the defaut "CONFIGURE_ARGS += --enable-debug=yes", but compile stopps at the same point. I got the error:

/bin/sh ../libtool --mode=link gcc-3.1  \
  -version-info 12:0:3 -export-symbols librep.sym \
-o librep.la continuations.lo datums.lo debug-buffer.lo files.lo find.lo fluids.lo lisp.lo lispcmds.lo lispmach.lo macros.lo main.lo message.lo misc.lo numbers.lo origin.lo regexp.lo regsub.lo streams.lo structures.lo symbols.lo tuples.lo values.lo weak-refs.lo unix_dl.lo unix_files.lo unix_main.lo unix_processes.lo
-rpath usr/local/garnome/lib -ldl  -lcrypt -lgmp -lm
libtool: link: only absolute run-paths are allowed
make[5]: *** [librep.la] Fehler 1
make[5]: Leaving directory `/home/mw/garnome-0.12.2/gnome/librep/work/librep-0.16/src'
make[4]: *** [all] Fehler 1
make[4]: Leaving directory `/home/mw/garnome-0.12.2/gnome/librep/work/librep-0.16'
make[3]: *** [build-work/librep-0.16/Makefile] Fehler 2
make[3]: Leaving directory `/home/mw/garnome-0.12.2/gnome/librep'
make[2]: *** [dep-../../gnome/librep] Fehler 2
make[2]: Leaving directory `/home/mw/garnome-0.12.2/gnome/rep-gtk'
make[1]: *** [dep-../../gnome/rep-gtk] Fehler 2
make[1]: Leaving directory `/home/mw/garnome-0.12.2/gnome/sawfish'
make: *** [dep-../../gnome/sawfish] Fehler 2

Befor I start the second Try, do I "make clean" in the directory "../gnome/librep". At the moment I've no Idea what's wrong. Can you help me?

Michael



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