Hi there!
I've a very very trivial problem cross compiling amule...
This is what i've done the first time (i know...i'm quite stupid tell all the steps,maybe there's someting wrong...)
1) Installed ubuntu, full updates...
2) installed my cross compiler with all the tools needed (arm9)
3) downloaded in a folder (let's call it "amulenew") all the libraries and amule via svn
4) cross compiled the libraries (everythings ok!)
5) set the variables, ./autogen.sh inside amule's folder
6) ./configure with the required variables
7) make && make install

copied the executables to my embedded board
everything is ok at this moment...
but if i update amule's svn i get no errors, but the executables are not valid anymore.. (exceptions and/or invalid executable,blablablabla)
This is what i do when i want to update to the latest svn
1) Go inside amule's folder
2) svn up
3) make clean
4) set variables
5) ./configure blablablablabla
6) make && make install
at this point i get non working executable anymore.
Any idea on what it's wrong?
Today i've done a new installation of ubuntu repeating the steps, and i get working executable, but i'm 101% sure that when i'll "svn up" i'll get non working executables (this has happened 4 times in the last month,each time i've to reinstall everything from scratch!).
I'm going mad...
