Hi all,
the aMule Developers Team would probably be glad to know that aMule r9694 :
- cross-compile (almost) perfectly on --build=i686-pc-cygwin --host=mips-sgi-irix6.5
- runs with no problems on my IRIX box (up to now, I mean...)
and thanks god the amuleGUI-r9600 (formerly compiled on mingw ) connects nicely
with the remote server.
"Almost" perfectly, 'cause "cas" won't compile. I'm trying to dig out why. Otherwise this
"configure" gives me a workin' suite of aMule programs:
#!/bin/sh
export PKG_CONFIG_LIBDIR=/usr/mips-sgi-irix6.5/usr/local/lib/pkgconfig
export PATH=$PATH:/usr/local/mips-sgi-irix6.5/bin
export LDFLAGS='-L/usr/mips-sgi-irix6.5/usr/lib32 -L/usr/mips-sgi-irix6.5/usr/local/lib -L/usr/mips-sgi-irix6.5/usr/lib -L/usr/mips-sgi-irix6.5/lib'
export CPPFLAGS='-I/usr/mips-sgi-irix6.5/usr/include -I/usr/mips-sgi-irix6.5/usr/local/include'
export CFLAGS='-Wl,--rpath -Wl,/usr/local/lib:/usr/freeware/lib:/usr/freeware/lib32'
export CXXFLAGS=$CFLAGS
./configure --host=mips-sgi-irix6.5 --prefix=/usr/mips-sgi-irix6.5/usr/local \
--enable-webserver \
--enable-amule-daemon \
--enable-amule-gui \
--enable-amulecmd \
--disable-cas \
--enable-wxcas \
--enable-xas \
--enable-geoip \
--enable-ed2k \
--enable-alc \
--enable-alcc \
--enable-monolithic \
--disable-upnp \
--with-zlib=/usr/mips-sgi-irix6.5/usr/local/lib \
--with-gdlib-config=/usr/mips-sgi-irix6.5/usr/local/bin/gdlib-config \
--with-gdlib-prefix=/usr/mips-sgi-irix6.5/usr/local \
--with-libpng-config=/usr/mips-sgi-irix6.5/usr/local/bin/libpng-config \
--with-libpng-prefix=/usr/mips-sgi-irix6.5/usr/local \
--with-wx-config=/usr/mips-sgi-irix6.5/usr/local/bin/wx-config \
--with-wx-prefix=/usr/mips-sgi-irix6.5/usr/local \
--with-wx-exec-prefix=/usr/mips-sgi-irix6.5/usr/local \
--with-libiconv-prefix=/usr/mips-sgi-irix6.5/usr/local \
--with-crypto-prefix=/usr/mips-sgi-irix6.5/usr/local \
--with-geoip-headers=/usr/mips-sgi-irix6.5/usr/local/include \
--with-geoip-lib=/usr/mips-sgi-irix6.5/usr/local/lib \
--with-libintl-prefix=/usr/mips-sgi-irix6.5/usr/local \
--with-denoise-level=0 \
--with-language=en_GB,it
make install
Made it the hard way: starting from Toolchain (a real pain, you have to add stanzas
for c++ in the .m4 files and reconfigure all the stuff)
and cross-compiling from source all the needed libraries. Honestly, I feel myself
satisfied
But the best thing is a compilation time of 21'49'', that is to say about one hundred
faster than the required time on my O2.
Time to get a beer

Cheers,
--
Gaznevada