Communication problem between MARK and gfortran (OS X)

Hello all,
I have been trying to get the MARK executable to run on Mac OS Yosemite at my new working place.
I followed the steps outlined on the webpage, and installed the newest versions of XCode and gfortran. Upon trying to call mark from the command line, I kept getting the same error:
dyld: Library not loaded: /usr/local/lib/libquadmath.0.dylib
Referenced from: /Users/chloern/Downloads/mark
Reason: image not found
I checked within gfortran, and the specified library was present, and gfortran was running without a problem for a dummy program.
When I installed and ran my colleague's (older, and likely 32-bit) MARK executable, the error did not appear and I was able to run MARK using the RMark interface with no issues.
It looks like there may be some communication problem between the newer versions of the MARK executable and gfortran. Any ideas what could be causing this, and how it could be solved?
I have been trying to get the MARK executable to run on Mac OS Yosemite at my new working place.
I followed the steps outlined on the webpage, and installed the newest versions of XCode and gfortran. Upon trying to call mark from the command line, I kept getting the same error:
dyld: Library not loaded: /usr/local/lib/libquadmath.0.dylib
Referenced from: /Users/chloern/Downloads/mark
Reason: image not found
I checked within gfortran, and the specified library was present, and gfortran was running without a problem for a dummy program.
When I installed and ran my colleague's (older, and likely 32-bit) MARK executable, the error did not appear and I was able to run MARK using the RMark interface with no issues.
It looks like there may be some communication problem between the newer versions of the MARK executable and gfortran. Any ideas what could be causing this, and how it could be solved?