--prefix option does not work correctly on the Mac

Issue #3 new
BarryFSmith created an issue

otool -L arch-simp/lib/libSAWs.so arch-simp/lib/libSAWs.so: /Users/barrysmith/Src/petsc/arch-simp/externalpackages/git.saws/build/lib/libSAWs.so (compatibility version 0.0.0, current version 0.0.0)

Comments (3)

  1. Jed Brown

    As far as I know, the SAWs build system doesn't even know about -install_name nor does it even know that the suffix is .dylib. How do you want to determine this? The quick and dirty way is to check uname -s. I can add that, but I'm working in 30-second increments this week while Joule has whooping cough and my backlog is piling up.

  2. Log in to comment