Menu

#47 fix possible linking problems of frontend

None
closed
5
2017-08-15
2009-11-04
No

Depending on configure arguments libmp3lame may be built only as a shared library. But lame frntends link command using this library has -static.

Such clash may cause ugly libtool behavior.

In context of lame, linking should probably respect configure flags and link frontend dynamically if shared linking is enabled.

As a consequence of bug in libtool, this combination with --disable-static may create incorrect binary. For more see: http://lists.gnu.org/archive/html/bug-libtool/2009-11/msg00004.html

Discussion

  • Stanislav Brabec

    ldflags-qa.patch

     
  • Robert Hegemann

    Robert Hegemann - 2009-12-11
    • assigned_to: nobody --> aleidinger
     
  • Alexander Leidinger

    • status: open --> closed
    • Group: -->
     
  • Alexander Leidinger

    Fixed since a while...

     

Log in to post a comment.