You are not logged in.
i have tried compiler amule rc6 but when i run make, appeared this error :
make[6]: Entering directory `/home/celeron/src/aMule-2.0.0rc6/src/utils/wxCas/src'
g++ -march=i686 -O2 -pipe -DUSE_EMBEDDED_CRYPTO -O2 -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 -pthread -lwx_gtk-2.4
/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/../../../libwx_gtk-2.4.so: undefined reference to `operator delete(void*)@GLIBCXX_3.4'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/../../../libwx_gtk-2.4.so: undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info@CXXABI_1.3'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/../../../libwx_gtk-2.4.so: undefined reference to `operator delete[](void*)@GLIBCXX_3.4'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/../../../libwx_gtk-2.4.so: undefined reference to `operator new[](unsigned int)@GLIBCXX_3.4'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/../../../libwx_gtk-2.4.so: undefined reference to `operator new(unsigned int)@GLIBCXX_3.4'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/../../../libwx_gtk-2.4.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.3'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/../../../libwx_gtk-2.4.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@CXXABI_1.3'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/../../../libwx_gtk-2.4.so: undefined reference to `vtable for __cxxabiv1::__class_type_info@CXXABI_1.3'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.2/../../../libwx_gtk-2.4.so: undefined reference to `__gxx_personality_v0@CXXABI_1.3'
collect2: ld returned 1 exit status
i have installed wxgtk against Gtk1
irc.bsd.cl #linux
irc.freenode.org #archlinux-es
Offline
I installed it using the PKGBUILD for the rc5, just edited the md5sums and of course the version number.
The configure moans about "gd-lib" so I installed that with pacman. Has something to do with statistics, I don't know.
I also have installed wxGTK with pacman, so aMule will be unstable. But RC5 also worked great for me without wxGTK compiled against GTK1.
Offline
one note: crypto++ is now dependency of amule, isn't it?
The impossible missions are the only ones which succeed.
Offline
not anymore.
They included it in RC6.
Offline
not anymore.
They included it in RC6.
statical linked? better to link it dynamically instead (crypto++ is in extra)
The impossible missions are the only ones which succeed.
Offline
Seems so.
You can change this within configure.
Offline