aMule Forum
Deutsch => de_Linux => Topic started by: Stevil on April 29, 2004, 05:43:43 PM
-
mal wieder ein süsser gmake error... ;)
Making all in src
gmake[2]: Entering directory `/usr/own/aMule-2.0.0rc3/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT cas-cas.o -MD -MP -MF ".deps/cas-cas.Tpo" \
-c -o cas-cas.o `test -f 'utils/cas/cas.c' || echo './'`utils/cas/cas.c; \
then mv -f ".deps/cas-cas.Tpo" ".deps/cas-cas.Po"; \
else rm -f ".deps/cas-cas.Tpo"; exit 1; \
fi
utils/cas/cas.c: In function `main':
utils/cas/cas.c:68: warning: unused variable `config'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT cas-functions.o -MD -MP -MF ".deps/cas-functions.Tpo" \
-c -o cas-functions.o `test -f 'utils/cas/functions.c' || echo './'`utils/cas/functions.c; \
then mv -f ".deps/cas-functions.Tpo" ".deps/cas-functions.Po"; \
else rm -f ".deps/cas-functions.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT cas-configfile.o -MD -MP -MF ".deps/cas-configfile.Tpo" \
-c -o cas-configfile.o `test -f 'utils/cas/configfile.c' || echo './'`utils/cas/configfile.c; \
then mv -f ".deps/cas-configfile.Tpo" ".deps/cas-configfile.Po"; \
else rm -f ".deps/cas-configfile.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT cas-graphics.o -MD -MP -MF ".deps/cas-graphics.Tpo" \
-c -o cas-graphics.o `test -f 'utils/cas/graphics.c' || echo './'`utils/cas/graphics.c; \
then mv -f ".deps/cas-graphics.Tpo" ".deps/cas-graphics.Po"; \
else rm -f ".deps/cas-graphics.Tpo"; exit 1; \
fi
gcc -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -o cas cas-cas.o cas-functions.o cas-configfile.o cas-graphics.o -lcryptopp
/usr/bin/ld: cannot find -lcryptopp
gmake[2]: *** [cas] Error 1
gmake[2]: Leaving directory `/usr/own/aMule-2.0.0rc3/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/own/aMule-2.0.0rc3'
gmake: *** [all] Error 2
-
gmake LIBS="$LIBS -L/usr/local/lib"
sollte helfen ;)
gruss
-
192# gmake LIBS="$LIBS -L/usr/local/lib"
LIBS: Undefined variable.
eher nich ;)
-
so hats auf jeden cwsdoom heut gemacht und es hat geklappt :/
-
dann warten bis es einer gefixt hat :/
-
was passiert wenn du bei configure --disable-cas machst ?
-
configure läuft durch...
jetzt dein gmake...
leider dasselbe:
192# gmake LIBS="$LIBS -L/usr/local/lib"
LIBS: Undefined variable.
-
Dann sparste dir halt das $LIBS...
gmake LIBS="-L/usr/local/lib"
MfG
-
Und nich vergessen in src/amule.cpp alle 'OPENBSD' gegen 'FREEBSD' einzutauschen... :)
MfG
-
also der bug wie im rc2...okidoki...i'll try
-
- frischen esel entpack
- amule.cpp eingepacht
- configure
- gmake LIBS="-L/usr/local/lib"
läuft...puh, harter stoff...direkt mal stabilität testen ;)
-
leider genauso instabil wie rc1 und rc2, schmiert alle 20min ab :(