Activity log for bug #1150009

Date Who What changed Old value New value Message
2013-03-06 17:45:00 Ryan Lester bug added bug
2013-03-06 17:49:07 Ryan Lester description While attempting to compile, I got the error: clang: error: invalid argument '-bundle' not allowed with '-dynamiclib' After a bit of searching, I fixed this by removing the '-shared' flag from the LinkArgs. I don't know if this solution has any unpleasant side-effects, however. While attempting to compile on MacOSX from both pip and source, I got the error: clang: error: invalid argument '-bundle' not allowed with '-dynamiclib' After a bit of searching, I fixed this by removing the '-shared' flag from the LinkArgs. I don't know if this solution has any unpleasant side-effects, however.