Menu

#2 libnoise won't build with recent libtool + fix

open
nobody
None
5
2009-09-26
2009-09-26
No

the final link step will fail with libtool-2.2.6a, because the `-shared' flag is not passed to g++.

the fix is to explicitly pass said flag with `-Xcompiler -shared' instead of only `shared' in
noise/src/Makefile, line 20. (see attached patch).

Discussion

  • Vincent Cappe

    Vincent Cappe - 2009-09-26

    fix for libtool

     
  • Vincent Cappe

    Vincent Cappe - 2009-09-26

    btw, this is on an uptodate Arch Linux. Mac OS X and others have their own shares of problems, it seems.

     
  • Vincent Cappe

    Vincent Cappe - 2009-09-26
    • summary: libnoise won't build with recent libtool --> libnoise won't build with recent libtool + fix
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.