On Thu, Oct 10, 2013 at 8:46 AM, Johannes Ring <[email protected]> wrote: > On Wed, Oct 9, 2013 at 2:49 PM, Johan Hake <[email protected]> wrote: >> I am not sure. What compiler has been used to compile the mac packages >> Johannes? > > The GCC compilers. > > The problem could be that the binary package was generated with Xcode > 4.6, while Achim has Xcode 5.0. Unfortunately, I cannot upgrade to > Xcode 5.0 since it requires OS X 10.8.4 and I only have 10.7. Maybe it > is time to invest in a new Mac...
I decided to upgrade one of our Mac mini's from OS X 10.6 to 10.8 instead. I installed Xcode 5.0 and I could then reproduce the problem that was reported by Achim. The problem is that clang is the only compiler in Xcode 5: $ gcc clang: error: no input files $ gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn) Target: x86_64-apple-darwin12.5.0 Thread model: posix I will regenerate the binary package with this compiler and let you know when it is ready. Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
