aMule Forum
English => Feature requests => Topic started by: enzo on January 16, 2004, 07:20:49 AM
-
I have downloaded aMule-1.2.4-1(aMule-1.2.4-1.src.rpm) to try to install amule in Solaris 9(SPARC platform) but it confront many problems.
It spends me a lot of time to handle why aMule doesn't complie successfully in Sparc.....
Did any body install aMule to SPARC Solaris successfully?
ThANKS.
-
I don't know about anyone using aMule on Sun. But you can offer your help on it ;)
-
http://www.amule.org/amule/thread.php?threadid=557&sid= ?!?
-
But The problem is I can't install aMule in SPARC so far.....
-
Can you post or email the the output errors from the make command?
-
Before my Sparc(Solaris 9) was confront a problem that was INADDR_NONE problem.
Later I have fixed this problem. It has to add a define for INADD_NONE.
--> #define INADDR_NONE (in_addr_t) -1
now the new problem is ld problem. Please see below the erro of output .
################################################
gtk_widget_add_events amule-eggtrayicon.o (symbol belongs to implicit dependency /usr/local/lib/libgtk-1.2.so.0)
gdk_window_set_user_data amule-gtkplugxembed.o (symbol belongs to implicit dependency /usr/local/lib/libgdk-1.2.so.0)
gtk_object_set_data amule-MuleNotebook.o (symbol belongs to implicit dependency /usr/local/lib/libgtk-1.2.so.0)
gtk_signal_connect_after amule-MuleNotebook.o (symbol belongs to implicit dependency /usr/local/lib/libgtk-1.2.so.0)
gtk_notebook_get_nth_page amule-MuleNotebook.o (symbol belongs to implicit dependency /usr/local/lib/libgtk-1.2.so.0)
gtk_paint_string amule-TabCtrl.o (symbol belongs to implicit dependency /usr/local/lib/libgtk-1.2.so.0)
gtk_signal_disconnect_by_func amule-MuleNotebook.o (symbol belongs to implicit dependency /usr/local/lib/libgtk-1.2.so.0)
ld: fatal: Symbol referencing errors. No output written to amule
collect2: ld returned 1 exit status
make[1]: *** [amule] Error 1
make[1]: Leaving directory `/opt/rpm/src/solaris/SOURCES/aMule-1.2.4/src'
make: *** [install-recursive] Error 1
################################################
I saw many posts from Internet that was described the fatal symbol reference of Solaris.
nevertheless, no any messages were described the error of aMule.
I am almost exhausted my energy for this problem.....
-
Hum. Thinking.
-
BTW, I also found some "ld: fatal: Symbol referencing errors." from config.log
line 268, 269, 852, 853, 976, 1082, 1184, 1305, 1406, 1507, 1610, 2267
, 2404 and 2567.
The config.log file was attached with tis post.
-
Hi,
from your changelog:
configure:5512: checking for ld used by GCC
configure:5575: result: /usr/ccs/bin/ld
configure:5584: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:5596: result: no
Please try using ld from GNU binutils because Solaris ld is not quite compatible...,
also take care that you donŽt have some double libraries lying around (libgtk-1.2.so.0, ...).
Greetings, spiralvoice
-
Thank you about the tip of ld problems.
I had solved it!!
Also, I had successfully complied aMule for SPARC(Solaris) but I can't initiate the amule languiage setup.
My solaris system was installed English and Chinese character. Please see the attachements.
-
this is second capture picture.
-
and gdb output?
-
sorry, I am not familiar about gdb command.
Can you tell me how can I use gdb command to show gdb output?
thank you!
-
http://www.amule.org/amule/thread.php?threadid=298&sid=
-
hi,
I have followed the steps(http://www.amule.org/amule...readid=298&sid=) to trace aMule's problems.s
Unfortunately, when I entered "run" in gdb, the messages alway are halted, and I couldn't run "bt" and "bt full" .
-
you should push ctrl-c
-
I tried to push ctrl+c, but it doesn't work....
-
I use ctrl-z to stop it. Please see the snap shot of the gdb output messages.
-
you have any other wxGTK app to test? seems is wxGTK that's crashing.
-
hi,
yes, I also think that the problem should be relative to wxGTK.
I am checking it now.
Thank you so much.