aMule Forum

Deutsch => de_Linux => Topic started by: Stevil on April 29, 2004, 05:43:43 PM

Title: FreeBSD 5.2.1 + aMule 2.0.0rc3
Post by: Stevil on April 29, 2004, 05:43:43 PM
mal wieder ein süsser gmake error... ;)

Code: [Select]
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

Title: Re: FreeBSD 5.2.1 + aMule 2.0.0rc3
Post by: deltaHF on April 29, 2004, 05:51:27 PM
gmake LIBS="$LIBS -L/usr/local/lib"

sollte helfen ;)

gruss
Title: Re: FreeBSD 5.2.1 + aMule 2.0.0rc3
Post by: Stevil on April 29, 2004, 05:52:59 PM
192#  gmake LIBS="$LIBS -L/usr/local/lib"
LIBS: Undefined variable.


eher nich ;)
Title: Re: FreeBSD 5.2.1 + aMule 2.0.0rc3
Post by: deltaHF on April 29, 2004, 05:58:57 PM
so hats auf jeden cwsdoom heut gemacht und es hat geklappt :/
Title: Re: FreeBSD 5.2.1 + aMule 2.0.0rc3
Post by: Stevil on April 29, 2004, 06:27:29 PM
dann warten bis es einer gefixt hat :/
Title: Re: FreeBSD 5.2.1 + aMule 2.0.0rc3
Post by: deltaHF on April 29, 2004, 06:41:15 PM
was passiert wenn du bei configure --disable-cas machst ?
Title: Re: FreeBSD 5.2.1 + aMule 2.0.0rc3
Post by: Stevil on April 29, 2004, 06:44:55 PM
configure läuft durch...
jetzt dein gmake...

leider dasselbe:


192# gmake LIBS="$LIBS -L/usr/local/lib"
LIBS: Undefined variable.
Title: Re: FreeBSD 5.2.1 + aMule 2.0.0rc3
Post by: cwsdoom on April 29, 2004, 10:39:55 PM
Dann sparste dir halt das $LIBS...

gmake LIBS="-L/usr/local/lib"


MfG
Title: Re: FreeBSD 5.2.1 + aMule 2.0.0rc3
Post by: cwsdoom on April 29, 2004, 10:43:10 PM
Und nich vergessen in src/amule.cpp alle 'OPENBSD' gegen 'FREEBSD' einzutauschen... :)


MfG
Title: Re: FreeBSD 5.2.1 + aMule 2.0.0rc3
Post by: Stevil on April 30, 2004, 12:23:46 PM
also der bug wie im rc2...okidoki...i'll try
Title: Re: FreeBSD 5.2.1 + aMule 2.0.0rc3
Post by: Stevil on April 30, 2004, 12:40:28 PM
- frischen esel entpack
- amule.cpp eingepacht
- configure
- gmake LIBS="-L/usr/local/lib"


läuft...puh, harter stoff...direkt mal stabilität testen ;)
Title: Re: FreeBSD 5.2.1 + aMule 2.0.0rc3
Post by: Stevil on April 30, 2004, 04:30:26 PM
leider genauso instabil wie rc1 und rc2, schmiert alle 20min ab :(