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).
fix for libtool
btw, this is on an uptodate Arch Linux. Mac OS X and others have their own shares of problems, it seems.
Log in to post a comment.
fix for libtool
btw, this is on an uptodate Arch Linux. Mac OS X and others have their own shares of problems, it seems.