Hi,
I'm trying to compile aMule on my WL500gx router, which runs debian sarge for mipsel.
I successfully compiled and installed wxGTK-2.6.3 with support for large files, fixed /etc/ld.so.conf to point to /usr/local/lib as well, then set off to compile aMule with the following config:
./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon --disable-nls --enable-static --enable-optimize
I get the following error while making from folder aMule-2.1.1/src/webserver/src:
/usr/bin/ld: cannot find -lwx_base_net-2.6
collect2: ld returned 1 exit status
...
my /usr/local/lib contains:
libwx_base-2.6.so -> libwx_base-2.6.so.0
libwx_base-2.6.so.0 -> libwx_base-2.6.so.0.3.1
libwx_base-2.6.so.0.3.1
libwx_base_net-2.6.so -> libwx_base_net-2.6.so.0
libwx_base_net-2.6.so.0 -> libwx_base_net-2.6.so.0.3.1
libwx_base_net-2.6.so.0.3.1
libwx_base_xml-2.6.so -> libwx_base_xml-2.6.so.0
libwx_base_xml-2.6.so.0 -> libwx_base_xml-2.6.so.0.3.1
libwx_base_xml-2.6.so.0.3.1
Also:
ls: /usr/bin/wx*: No such file or directory
ls -l /usr/local/bin/wx*
lrwxrwxrwx 1 root root 46 Mar 28 00:16 /usr/local/bin/wx-config -> /usr/local/lib/wx/config/base-ansi-release-2.6
I also attach the config.log, hope it can help.
Thanks in advance,
MatB