aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: link error: -liberty not found  (Read 2490 times)

obones

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
  • JVCL developer
link error: -liberty not found
« on: August 20, 2005, 04:16:04 PM »

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.
Logged