aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: "demangle" compilation problem avec kurobox  (Read 2688 times)

niico

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
"demangle" compilation problem avec kurobox
« on: December 11, 2005, 03:58:59 PM »

Hello,

Ca fait 3 jours que j'essaye de compiler amuled sur ma kurobox  ;)

C'est une debian qui est installée, les packages installés sont les suivants :

- wxBase 2.6.2
- gcc 3.0.4 (pas de plus recent en apt-get)
- g++ 3.0.4

La kurobox est un power pc ..

J'essaye de faire un configure pour emuled avec websever :

./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon --enable-webserver

La config se passe plutot bien je pense :

Code: [Select]
 
  Should aMule be compiled with optimizations?               no
  Should aMule be compiled with taskbar icon support?        no
  Should aMule be compiled with old GTK taskbar icon?        no
  Should aMule be compiled with UTF-8 taskbar icon support?  no
  Should aMule be linked against patched gsocket?            no
  Should aMule monolithic application be built?              no
  Should aMule daemon version be built?                      yes
  Should aMule remote gui be built? (EXPERIMENTAL)           no
  Crypto++ library/headers style?                            embedded

  **** aMule TextClient ****
  Should aMule Command Line Client be built?                 yes
  Should aMule GUI Client be built?                          no

  **** aMule WebServer ****
  Should aMule WebServer be built?                           yes
  Should aMule WebServer GUI be built?                       no

  **** aMule ED2K Links Handler ****
  Should aMule ED2K Links Handler be built?                  yes

  **** aMuleLinkCreator ****
  Should aMuleLinkCreator GUI version (alc) be built?        no
  Should aMuleLinkCreator for console (alcc) be built?       no

  **** aMule Statistics ****
  Should C aMule Statistics (CAS) be built?                  no
  Should aMule GUI Statistics (wxCas) be built?              no

  **** General Libraries and Tools ****
  Should ccache support be enabled?                          no
  Libraries aMule will use to build:
                                       wxWidgets             2.6.2
                                       crypto++              embedded
                                       libpng                Not detected
                                       zlib                  1.1.4


 WARNING! gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
 amuleweb will be compiled but file download progress bar images will NOT be generated.
 See the above error on gd check for solutions.

Mais voila ce que j'obtiens comme erreur lors du "make" :

Code: [Select]

[...]

g++  -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0    -lpthread -o amuleweb  amuleweb-WebServer.o amuleweb-WebInterface.o amuleweb-WebSocket.o amuleweb-MD5Sum.o amuleweb-ECSocket.o amuleweb-ExternalConnector.o amuleweb-ECPacket.o amuleweb-OtherFunctions.o amuleweb-ECSpecialTags.o amuleweb-StringFunctions.o amuleweb-NetworkFunctions.o amuleweb-Format.o -L/usr//lib -pthread   -lwx_baseu-2.6 -lwx_baseu_net-2.6  -lz     -lbfd -liberty
amuleweb-OtherFunctions.o: In function `otherfunctions::demangle(wxString const&)':
/home/nico/aMule-2.0.3/src/OtherFunctions.cpp:1266: undefined reference to `__cxa_demangle'
/home/nico/aMule-2.0.3/src/OtherFunctions.cpp:1266: relocation truncated to fit: R_PPC_REL24 __cxa_demangle
collect2: ld returned 1 exit status
make[3]: *** [amuleweb] Error 1
make[3]: Leaving directory `/home/nico/aMule-2.0.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/nico/aMule-2.0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nico/aMule-2.0.3'
make: *** [all] Error 2

Ca vous dit quelque chose ? :rolleyes:
Logged