aMule Forum
English => Compilation problems => Topic started by: agentmulder1 on August 01, 2006, 11:49:11 AM
-
Hello,
make is ending with the following error:
lexer.o amuleweb-php_syntree.o amuleweb-php_core_lib.o -lec_noevt -lmulecommon -pthread -L/usr/X11R6/lib -lwx_baseu_net-2.6 -lwx_baseu-2.6 -lz -lpng12
/usr/bin/ld: cannot find -lwx_baseu_net-2.6
collect2: ld returned 1 exit status
make[4]: *** [amuleweb] Error 1
make[4]: Leaving directory `/usr/share/aMule-2.1.3/src/webserver/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/share/aMule-2.1.3/src/webserver'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/share/aMule-2.1.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/share/aMule-2.1.3'
uranus:/usr/share/aMule-2.1.3#
thanks for help
torben
-
looks like your missing some wxbase libs...
did configure find it all well?
-
if ' ve installed the wxBase libs an configure found it.
-
Hi, similar problem. I compiled WxGTK 2.6.3 with --enable-unicode --enable-optimise.
Amule make :
g++ -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -O2 -static -lpthread -o wxcas wxcas-onlinesig.o wxcas-linuxmon.o wxcas-wxcas.o wxcas-wxcasprint.o wxcas-wxcasframe.o wxcas-wxcasprefs.o wxcas-wxcascte.o wxcas-wxcaspix.o -L/usr/local/lib -pthread -lwx_gtk2u_adv-2.6 -lwx_gtk2u_core-2.6 -lwx_baseu_net-2.6 -lwx_baseu-2.6
/usr/bin/ld: cannot find -lwx_gtk2u_adv-2.6
collect2: ld returned 1 exit status
make[5]: *** [wxcas] Error 1
Can we make a sym lynk and where ?
-
hmm strange can you post
ls -la /usr/bin/wx*
AND!!!
ls -la /usr/local/bin/wx*