Welcome to xMule: A P2P Client derived from eMule BerliOS Developer LogoSourceForge.net Logo


Links
- Visit the Forums!
- SF.net Project Page
- xMule Screenshots

Modules
· Home
· Content
· Downloads
· Recommend Us
· Search
· Statistics
· Top
· Topics
· Your Account

Who's Online
There are currently, 2 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

 
xMule xMule 1.9.4b released!
Posted by HopeSeekr on Tuesday, November 02 @ 18:40:19 CST
Contributed by HopeSeekr

This release fixes some minor POSIX 1003.4 issues. and also fixes several annoying crashes revolving around sockets exceptions. Improved CPU usage when downloading files with greater than 1000 sources. xmule-1.9.4b.rar - 1.14 MB
xmule-1.9.4b.tar.bz2 - 1.33 MB


Version 1.9.4b -------------- 2004/11/02 HopeSeekr's contributions: * FIXED: Sockets no longer crash when deleted (partfile completion). * FIXED: Crash when a client seemed to be disconnected but sent data regardless. * IMPROVED: CPU performance when connecting to > 1000 sources. * ADDED: Automatic support for the command-line control mode. Anonymous' contributions: * FIXED: Insight and fixes for POSIX systems regarding uint32_t.


 
Login
Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.

Related Links
· More about xMule
· News by HopeSeekr


Most read story about xMule:
I quit! YAY~!!!!


Article Rating
Average Score: 1.61
Votes: 18


Please take a second and vote for this article:

Excellent
Very Good
Good
Regular
Bad


Options

 Printer Friendly Printer Friendly


"xMule 1.9.4b released!" | Login/Create an Account | 36 comments | Search Discussion
The comments are owned by the poster. We aren't responsible for their content.

No Comments Allowed for Anonymous, please register

Re: xMule 1.9.4b released! (Score: 0)
by Anonymous on Wednesday, November 03 @ 11:34:27 CST
Hello, this is i think a bug report.
I have mandrake 10.1 official, and when i tried to compile xmule with --enable-optimise --enable-precomp, it fails saying i do not have pch.h, or pch.cpp. Any Ideas?

I'm using gcc-3.4.2, latest binutils, wx-2.5.1, gtk-1.2.10!!




Re: xMule 1.9.4b released! (Score: 0)
by Anonymous on Wednesday, November 03 @ 12:12:10 CST
Dear "xMule-maker" I have some trouble when compling xmule with MDK 10.1.

Please,be so kind, can you post the binaries? thanks in advance

-Sergio




Re: xMule 1.9.4b released! (Score: 0)
by Anonymous on Wednesday, November 03 @ 14:08:38 CST
Hi all,

Viewing the problems the people have (me as an example), when compiling xmule for that distribution or problems when compiling it for other distribution, my question is:

Anyone can make a good xmule binary in STATIC!! :)

Having always an updated statically linked binary of xmule can resolve a lot of problems while asuring the people is experiencing with the latest version.

Me as an example again. While I cannot upgrade at this moment any of my RH73 servers, I have to run the very old 1.8.2 version of xmule, because I cannot compile it with the gcc 2.96.

What do you think?.

Thanks. :)

PD: Excuse my poor english.




Re: xMule 1.9.4b released! (Score: 0)
by Anonymous on Friday, November 05 @ 00:01:14 CST
I am using the mandrake 10 and I maanged to compile it without any problem ...

Anyhow, a problem still exists when connecting to razorback, resulting in a crash of xMule. I just sent the trace back of this one. It still seems it is located in the sockets events processing ... (more preciselly in ListenSocket.cpp, line 106).

Here is the backtrace :
[valerie_vincent@Maison_Parents xmule-1.9.4b]$ gdb /usr/local/bin/xmule
GNU gdb 6.0-2mdk (Mandrake Linux)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i586-mandrake-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/local/bin/xmule
[Thread debugging using libthread_db enabled]
[New Thread 1088256640 (LWP 30322)]
Initialising xMule
[New Thread 1097714608 (LWP 30325)]
Setting value of secure-ident to true.
Setting value of source-exchange to true.
Setting value of command-line to true.
*** UDP socket at 4672
boo
PublicKey: keylen=76
01 01 01 05 00 03 39 00 30 36 02 31 00 b6 d6 bc 76 ea b8 7a 47 23 e6 52 35 56 35 1e 7d 02 01 11
Loading temp files from /home/valerie_vincent/.xMule/Temp/*.part.met.
Loading 001.part.met... Done.
Loading temp files from /home/valerie_vincent/.xMule/Temp/*.pnew.met.
Loading 003.pnew.met... Done.
Loading 004.pnew.met... Done.

Program received signal SIGPIPE, Broken pipe.
[Switching to Thread 1088256640 (LWP 30322)]
0xffffe410 in ?? ()
Current language: auto; currently c
(gdb) backtrace
#0 0xffffe410 in ?? ()
#1 0xbffff118 in ?? ()
#2 0x408fd5b0 in ?? () from /usr/lib/libwx_gtk2-2.4.so.0
#3 0xbffff100 in ?? ()
#4 0x40a06118 in send () from /lib/tls/libpthread.so.0
#5 0x081f0b84 in _GSocket_Send_Stream (socket=0x8c0bad8, buffer=0x8b6d878 "?N", size=83) at gsocket.c:1213
#6 0x081f0585 in GSocket_Write (socket=0x8c0bad8, buffer=0x8b6d878 "?N", size=83) at gsocket.c:790
#7 0x4079f90c in wxSocketBase::_Write(void const*, unsigned) () from /usr/lib/libwx_gtk2-2.4.so.0
#8 0x4079f84a in wxSocketBase::Write(void const*, unsigned) () from /usr/lib/libwx_gtk2-2.4.so.0
#9 0x081e875b in CEMSocket::Send(char*, int, int) (this=0x8c0b9b8, lpBuf=0x0, nBufLen=0, nFlags=0) at EMSocket.cpp:392
#10 0x081e839a in CEMSocket::OnSend(int) (this=0x8c0b9b8, nErrorCode=0) at EMSocket.cpp:328
#11 0x082177d4 in CClientReqSocket::OnOutput(int) (this=0x8c0b9b8, nErrorCode=0) at ListenSocket.cpp:960
#12 0x08213f2b in ReqSocketEvt::HandleSocket(wxSocketEvent&) (this=0x8c0b688, event=@0x8c0b308) at ListenSocket.cpp:106
#13 0x4071045c in wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) () from /usr/lib/libwx_gtk2-2.4.so.0
#14 0x407102a0 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/lib/libwx_gtk2-2.4.so.0
#15 0x40710166 in wxEvtHandler::ProcessPendingEvents() () from /usr/lib/libwx_gtk2-2.4.so.0
#16 0x406cf701 in wxAppBase::ProcessPendingEvents() () from /usr/lib/libwx_gtk2-2.4.so.0
#17 0x4066ab25 in wxWakeUpIdle() () from /usr/lib/libwx_gtk2-2.4.so.0
#18 0x403f9110 in g_timeout_add () from /usr/lib/libglib-2.0.so.0
#19 0x4043e31c in ?? () from /usr/lib/libglib-2.0.so.0
#20 0x408fd5b0 in ?? () from /usr/lib/libwx_gtk2-2.4.so.0
#21 0x407fa81d in wxMutex::Lock() () from /usr/lib/libwx_gtk2-2.4.so.0
#22 0x08c0a380 in ?? ()
#23 0x4043e31c in ?? () from /usr/lib/libglib-2.0.so.0
#24 0x403f63b2 in unblock_source () from /usr/lib/libglib-2.0.so.0
#25 0xbffff388 in ?? ()
#26 0x089cd930 in ?? ()
#27 0xbffff368 in ?? ()
#28 0x08c939e8 in ?? ()
#29 0x40418bd5 in g_vsnprintf () from /usr/lib

Read the rest of this comment...




On binaries... (Score: 1)
by HopeSeekr on Wednesday, November 03 @ 19:05:04 CST
(User Info )
First of all, binary packages for any given OS or distribution are very difficult to make by us at xMule. We all tend to use the best OSes and their best distributions, so the vast majority of us use either Linux/Gentoo (me), Linux/Debian, FreeBSD, OpenBSD, or FreeBSD/Gentoo (me).

xMule has a great many compilation dependencies, and a *full* toolchain (which is required for proper builds, as opposed to cross-builds which wouldn't detect platform-specific headers, among other things) require ~5GB each, and I simply do not have the harddrive space for one additional system.

As for static binaries...these things with xMule is concerned are upwards of 75-90MB each, and thus would have to be downloaded via ed2k...

Is that feasible? If so, i'll test it out soon.
hope




Re: xMule 1.9.4b released! (Score: 0)
by Anonymous on Saturday, November 06 @ 05:54:52 CST
I had a crash with last version.

backtrace:
"
#0 0x405b0f81 in wxEvtHandler::ProcessPendingEvents() () from /usr/lib/libwx_gtk-2.4.so
#1 0x4057b565 in wxAppBase::ProcessPendingEvents() () from /usr/lib/libwx_gtk-2.4.so
#2 0x405287b3 in wxapp_pending_callback () from /usr/lib/libwx_gtk-2.4.so
#3 0x401bfb1f in g_timeout_add () from /usr/lib/libglib-1.2.so.0
No symbol table info available.
#4 0x401be9ae in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#5 0x401bee89 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#6 0x401bf124 in g_main_run () from /usr/lib/libglib-1.2.so.0
#7 0x400c727f in gtk_main () from /usr/lib/libgtk-1.2.so.0
#8 0x4052912a in wxApp::MainLoop() () from /usr/lib/libwx_gtk-2.4.so
#9 0x4057b41c in wxAppBase::OnRun() () from /usr/lib/libwx_gtk-2.4.so
#10 0x4052980d in wxEntry(int, char**) () from /usr/lib/libwx_gtk-2.4.so
#11 0x0824c21b in main (argc=1, argv=0xbffffa44) at xmule.cpp:79
#12 0x4089ba67 in __libc_start_main () from /lib/i686/libc.so.6
"




Re: xMule 1.9.4b released! (Score: 0)
by Anonymous on Saturday, November 06 @ 14:53:38 CST
hello,

xmule-1.9.4b compiles (seemingly) fine in my machine (Linux From Scratch).

however, the "directories" tab is missing in the preferences window,
and only files in the temporary directory are shown as shared.

is this a known issue, or is it a problem in my compilation? did i miss something?

thanks for any help, and many thanks to the developers for the good job.

thel0n¡0us




mdk 10.1 ... Always crashing (Score: 0)
by Anonymous on Monday, November 08 @ 23:50:58 CST
I HopeSeekr,

I'm back with troubles: I ran xmule without any file to transfer, just connecting and it is crashing all the time. Here is the gdb trace. Have you got an idea. Thanks for all your work.
[blep@mdk ed2k]$ gdb `which xmule`
GNU gdb 6.2-2mdk (Mandrakelinux)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i586-mandrake-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/local/bin/xmule
[Thread debugging using libthread_db enabled]
[New Thread 1084369952 (LWP 2640)]
Initialising xMule
Detaching after fork from child process 2647.
[New Thread 1093364656 (LWP 2648)]
Setting value of secure-ident to true.
Setting value of source-exchange to true.
Setting value of command-line to true.
*** UDP socket at 5013
boo
PublicKey: keylen=76
01 01 01 05 00 03 39 00 30 36 02 31 00 bc bd 64 2c 78 34 03 99 e6 f5 d6 ec cb f0 84 51 02 01 11
Loading temp files from /mnt/ed2k/ed2k/edk//*.part.met.
Loading temp files from /mnt/ed2k/ed2k/edk//*.pnew.met.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1084369952 (LWP 2640)]
0x00000029 in ~RSAFunction (this=0x893b418) at CryptoXMpp.cpp:7693
7693 RSASS ::Signer signer( * this);
(gdb)




Re: xMule 1.9.4b released! (Score: 0)
by Anonymous on Saturday, November 13 @ 08:17:48 CST
I've tried to run xMule on RedHat 9, but it crashes after 1-2 hours.
Here is the backtrace:

[0] CxmuleApp::OnFatalException() | xmule.cpp:645
[1] wxFatalSignalHandler | 0x40645f42
[2] /lib/tls/libpthread.so.0 [0x401d9618] | 0x401d9618
[3] NewSocket_SendPacket(unsigned char, Packet*, unsigned, unsigned) | NewSockets.cpp:254
[4] NewSocket_SendPacketOP(unsigned char, unsigned char, Packet*, unsigned, unsigned) | NewSockets.cpp:93
[5] CUpDownClient::SendRankingInfo() | UploadClient.cpp:679
[6] CUploadQueue::AddClientToQueue(CUpDownClient*, bool) | UploadQueue.cpp:462
[7] CClientReqSocket::ProcessPacket(char*, unsigned, unsigned char) | ListenSocket.cpp:310
[8] CClientReqSocket::PacketReceived(Packet*) | ListenSocket.cpp:912
[9] CEMSocket::OnReceive(int) | EMSocket.cpp:212
[10] CClientReqSocket::OnInput(int) | ListenSocket.cpp:889
[11] CxmuleDlg::socketHandler(wxSocketEvent&) | xmuleDlg.cpp:457
[12] wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) | 0x4057be62
[13] wxEvtHandler::ProcessEvent(wxEvent&) | 0x4057bc8f
[14] wxEvtHandler::ProcessPendingEvents() | 0x4057bbcb
[15] wxAppBase::ProcessPendingEvents() | 0x40532759
[16] /usr/lib/libwx_gtk-2.4.so.0 [0x404e007b] | 0x404e007b
[17] /usr/lib/libglib-1.2.so.0 [0x401bdb1f] | 0x401bdb1f
[18] /usr/lib/libglib-1.2.so.0 [0x401bc9ae] | 0x401bc9ae
[19] /usr/lib/libglib-1.2.so.0 [0x401bce89] | 0x401bce89
[20] g_main_run | 0x401bd124
[21] gtk_main | 0x400c527f
[22] wxApp::MainLoop() | 0x404e09f2
[23] wxAppBase::OnRun() | 0x40532610
[24] wxEntry(int, char**) | 0x404e10cd
[25] main | xmule.cpp:58
[26] __libc_start_main | 0x42015574
[27] wxBaseArrayPtrVoid::~wxBaseArrayPtrVoid() | start.S:83
Aborted


These errors occur with any xMule versions. How can I fix this?




Re: xMule 1.9.4b released! (Score: 1)
by raid517 on Saturday, November 13 @ 20:13:35 CST
(User Info )
What port does Xmule use and how do I change this? I used to be able to select the port and all the other advanced settings in Xmule. Now they are all gone.

GJ




Re: xMule 1.9.4b released! (Score: 0)
by Anonymous on Tuesday, November 16 @ 12:25:57 CST
I have a similar problem:

OOPS! - Seems like xMule crashed
--== BACKTRACE FOLLOWS: ==--

[0] CxmuleApp::OnFatalException() | 0x8278b42
[1] wxFatalSignalHandler | 0x40642572
[2] /lib/tls/libpthread.so.0 [0x401d9618] | 0x401d9618
[3] CUpDownClient::ProcessUpFileStatus(char*, unsigned) | 0x82667ea
[4] CClientReqSocket::ProcessPacket(char*, unsigned, unsigned char) | 0x81d1f51
[5] CClientReqSocket::PacketReceived(Packet*) | 0x81d3c27
[6] CEMSocket::OnReceive(int) | 0x81a6724
[7] ReqSocketEvt::HandleSocket(wxSocketEvent&) | 0x81d05a3
[8] wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&) | 0x40579a1a
[9] wxEvtHandler::ProcessEvent(wxEvent&) | 0x40579847
[10] wxEvtHandler::ProcessPendingEvents() | 0x40579783
[11] wxAppBase::ProcessPendingEvents() | 0x40530575
[12] /usr/lib/libwx_gtk-2.4.so.0 [0x404deb33] | 0x404deb33
[13] /usr/lib/libglib-1.2.so.0 [0x401bdb1f] | 0x401bdb1f
[14] /usr/lib/libglib-1.2.so.0 [0x401bc9ae] | 0x401bc9ae
[15] /usr/lib/libglib-1.2.so.0 [0x401bce89] | 0x401bce89
[16] g_main_run | 0x401bd124
[17] gtk_main | 0x400c527f
[18] wxApp::MainLoop() | 0x404df4aa
[19] wxAppBase::OnRun() | 0x4053042c
[20] wxEntry(int, char**) | 0x404dfb71
[21] main | 0x827375b
[22] __libc_start_main | 0x42015574
[23] wxBaseArrayPtrVoid::~wxBaseArrayPtrVoid() | 0x80ffca1
Aborted


Any ideas?




Failed to build Zlib on Debian unstable. (Score: 1)
by raid517 on Tuesday, November 16 @ 21:41:48 CST
(User Info )
Here is the output:

==== Building zlib [3 of 3] ====
== License(s): ZLib License
adler32.c
compress.c
crc32.c
gzio.c
uncompr.c
deflate.c
trees.c
zutil.c
inflate.c
infback.c
inftrees.c
inffast.c
==== Building zlib ====
Linking libz.a
==== Building xMule ====
AddFileThread.cpp
AddFriend.cpp
animate.cpp
BarShader.cpp
BaseClient.cpp
CatDialog.cpp
CFile.cpp
ChatWnd.cpp
ClientCredits.cpp
ClientDetailDialog.cpp
ClientList.cpp
ClientUDPSocket.cpp
ColorFrameCtrl.cpp
CommentDialog.cpp
CommentDialogLst.cpp
CryptoXMpp.cpp
DownloadClient.cpp
DownloadListCtrl.cpp
DownloadQueue.cpp
In file included from DownloadQueue.cpp:32:
SysTray.h:25:21: gtk/gtk.h: No such file or directory
SysTray.h:26:21: gdk/gdk.h: No such file or directory
SysTray.h:27:22: gdk/gdkx.h: No such file or directory
SysTray.h:28:18: glib.h: No such file or directory
In file included from eggtrayicon.h:43,
from SysTray.h:48,
from DownloadQueue.cpp:32:
gtkplugxembed.h:49:21: gdk/gdk.h: No such file or directory
gtkplugxembed.h:50:27: gtk/gtksocket.h: No such file or directory
gtkplugxembed.h:51:27: gtk/gtkwindow.h: No such file or directory
In file included from eggtrayicon.h:43,
from SysTray.h:48,
from DownloadQueue.cpp:32:
gtkplugxembed.h:70: error: syntax error before `;' token
gtkplugxembed.h:74: error: 'GtkWindow' is used as a type, but is not defined as
a type.
gtkplugxembed.h:81: error: syntax error before `*' token
gtkplugxembed.h:88: error: 'GtkWindowClass' is used as a type, but is not
defined as a type.
gtkplugxembed.h:100: error: parse error before `)' token
gtkplugxembed.h:101: error: type specifier omitted for parameter `
GtkPlugXEmbedNativeWindow'
gtkplugxembed.h:101: error: parse error before `)' token
gtkplugxembed.h:103: error: `GtkPlugXEmbedNativeWindow' was not declared in
this scope
gtkplugxembed.h:103: error: parse error before `)' token
gtkplugxembed.h:104: error: parse error before `*' token
gtkplugxembed.h:107: error: type specifier omitted for parameter `GtkSocket'
gtkplugxembed.h:107: error: parse error before `*' token
gtkplugxembed.h:109: error: type specifier omitted for parameter `GtkSocket'
gtkplugxembed.h:109: error: parse error before `*' token
In file included from SysTray.h:48,
from DownloadQueue.cpp:32:
eggtrayicon.h:44:22: gdk/gdkx.h: No such file or directory
In file included from SysTray.h:48,
from DownloadQueue.cpp:32:
eggtrayicon.h:66: error: 'Atom' is used as a type, but is not defined as a
type.
eggtrayicon.h:67: error: 'Atom' is used as a type, but is not defined as a
type.
eggtrayicon.h:68: error: 'Atom' is used as a type, but is not defined as a
type.
eggtrayicon.h:69: error: 'Window' is used as a type, but is not defined as a
type.
eggtrayicon.h:77: error: parse error before `)' token
eggtrayicon.h:80: error: `Screen' was not declared in this scope
eggtrayicon.h:80: error: `xscreen' was not declared in this scope
eggtrayicon.h:80: error: parse error before `char'
make[1]: *** [obj/DownloadQueue.o] Error 1
make: *** [all] Error 2
root@0[xmule-1.9.4b]#




Re: xMule 1.9.4b released! (Score: 0)
by Anonymous on Friday, December 10 @ 15:16:30 CST
Hi, I'm a Slackware 10 user and recently I've going through some problems while trying to compile xMule, either version 1.8.4 or 1.9.4b. I configured wxGTK 2.4.2 with the following options:

* --prefix=/usr;
* --disable-debug;
* --enable-final;
* --enable-unicode;
* --with-gtk;
* --enable-gtk2;
* --disable-profile.

Although, when I use a third-party precompiled wxGTK package, I get the same error message, which is:

==== Building DynPrefs [2 of 3] ====
== License(s): OSSAL and Creative Commons License
DynamicPreferences.cpp
DynamicPreferences.cpp: In function `wxWindow* add_item(wxTreeMultiCtrl*,
wxXmlNode*, wxPanel*)':
DynamicPreferences.cpp:458: error: conversion from `const char[1]' to `const
wxString' is ambiguous
/usr/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
DynamicPreferences.cpp:463: error: conversion from `const char[1]' to `const
wxString' is ambiguous
/usr/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
DynamicPreferences.cpp:491:2: warning: #warning The "z" needs a rename.
DynamicPreferences.cpp:530:2: warning: #warning This entire colorlist thing needs to be re-implemented :-/
DynamicPreferences.cpp: In member function `void
DynamicPreferencesCtrl::OnChangedPrefs(const wxEvent&)':
DynamicPreferences.cpp:558: error: no matching function for call to `wxString::
Format(const char[3], double)'
/usr/local/include/wx/string.h:738: error: candidates are: static wxString
wxString::Format(const wxChar*, ...)
DynamicPreferences.cpp:562: error: no matching function for call to `wxString::
Format(const char[4], long int)'
/usr/local/include/wx/string.h:738: error: candidates are: static wxString
wxString::Format(const wxChar*, ...)
DynamicPreferences.cpp: In member function `void
DynamicPreferencesCtrl::OnBrowse1(wxCommandEvent&)':
DynamicPreferences.cpp:586: error: conversion from `const char[41]' to `const
wxString' is ambiguous
/usr/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
DynamicPreferences.cpp:586: error: conversion from `const char[2]' to `const
wxString' is ambiguous
/usr/local/include/wx/string.h:306: error: candidates are:
wxString::wxString(wchar_t, unsigned int)
/usr/local/include/wx/string.h:284: error:
wxString::wxString(int)
make[1]: *** [obj/DynamicPreferences.o] Error 1
make: *** [all] Error 2
make died with exit status 2
Fri Dec 10 18:51:29 2004
----------------

I configured the xMule source with: --enable-optimise-O2, --disable-gtktest, --disable-debug-syms and --disable-nls. I really would apreciate some help here, thank you.







PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.21 Seconds