Re: libgomp on 32-bit darwin

2016-05-03 Thread FX
>No problem here x86_64-apple-darwin15 with a build using… True, I didn’t realize libgomp is built… but the Fortran module files are not installed in the right place. $ ls /usr/local/gfortran/lib/**/libgomp.dylib /usr/local/gfortran/lib/i386/libgomp.dylib /usr/local/gfortran/lib/libgomp.dyli

Re: libgomp on 32-bit darwin

2016-05-03 Thread Jack Howarth
FX, No problem here x86_64-apple-darwin15 with a build using... $ gcc-fsf-6 -v Using built-in specs. COLLECT_GCC=gcc-fsf-6 COLLECT_LTO_WRAPPER=/sw/lib/gcc6/libexec/gcc/x86_64-apple-darwin15.5.0/6.1.0/lto-wrapper Target: x86_64-apple-darwin15.5.0 Configured with: ../gcc-6.1.0/configure --prefix

libgomp on 32-bit darwin

2016-05-03 Thread FX
Hi all, It seems that, by default, a build of GCC on x86_64-apple-darwin15 will build 64-bit libgomp but not 32-bit libgomp. Is that intended? What should one do to explicitly enable libgomp on 64-bit? my configure is simply: ../gcc-6.1.0/configure --prefix=/usr/local/gfortran --with-gmp=/User