Hi all
I've tried to compile aMule 2.0.3 on a Linux Mandrake 9 system (updated with required libs) and ./configure went all fine. The compilation went fine as well.
However, the linking failed with a message saying that the linker could not find "-liberty".
Not knowing what this "iberty" library should be, I opened src/Makefile and simply removed -liberty from the BFD_LIB definition (I left -lbfd)
It then linked all fine and I'm using aMule right now.
So what is the purpose of adding -liberty in there when it's not apparently needed?
Thanks for any answer.