Results 1 to 3 of 3

Thread: How to solve this problems?Cannot find ld.exe -lmad

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2011
    Posts
    40
    Thanks
    5
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Question How to solve this problems?Cannot find ld.exe -lmad

    when I compile a project called qmmp from the linux in the windows xp.
    it came the errors.I dont know how to solve the problem.
    Did i need to download some libraries?Such as the libmad or something else?
    Qt Code:
    1. c:/qt/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lmad
    2.  
    3. collect2: ld returned 1 exit status
    4.  
    5. mingw32-make[4]: *** [..\..\..\..\bin\plugins\Input\mad.dll] Error 1
    6.  
    7. mingw32-make[3]: *** [release] Error 2
    8.  
    9. mingw32-make[2]: *** [sub-mad-make_default] Error 2
    10.  
    11. mingw32-make[1]: *** [sub-Input-make_default] Error 2
    12.  
    13. mingw32-make: *** [sub-src-plugins-make_default-ordered] Error 2
    14.  
    15. The process "C:/QT/mingw/bin/mingw32-make.exe" exited with code %2.
    16. Error while building project qmmp (target: Desktop)
    17. When executing build step 'Make'
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Jul 2009
    Location
    Enschede, Netherlands
    Posts
    462
    Thanked 69 Times in 67 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How to solve this problems?Cannot find ld.exe -lmad

    Getting libmad would be a start.
    Horse sense is the thing that keeps horses from betting on people. --W.C. Fields

    Ask Smart Questions

  3. #3
    Join Date
    Jan 2011
    Posts
    40
    Thanks
    5
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: How to solve this problems?Cannot find ld.exe -lmad

    how to get the libmad?i download some source code to compile it into the lib.but it doesn't success.
    should i find the dll files ?

Similar Threads

  1. vary hard problem to solve
    By FS Lover in forum Newbie
    Replies: 3
    Last Post: 2nd July 2009, 09:26
  2. How can I solve this?
    By srohit24 in forum Qt Programming
    Replies: 8
    Last Post: 7th April 2009, 07:00
  3. [SOLVE]External shared lib and qt ...
    By Mandarancio in forum Qt Programming
    Replies: 2
    Last Post: 25th March 2009, 20:12
  4. How to solve simultanious equations...??
    By joseph in forum General Programming
    Replies: 2
    Last Post: 28th May 2008, 10:53
  5. why qte2.3.1 can kill tty? how to solve it?
    By gwhhwgy in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 25th July 2006, 19:59

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.