Re: [phenixbb] phenixbb Digest, Vol 52, Issue 12
Am 11.03.2010 23:51, schrieb [email protected]:
Message: 4 Date: Wed, 10 Mar 2010 16:52:35 -0500 From: Nathaniel Echols
To: PHENIX user mailing list Subject: Re: [phenixbb] autosol interface bug? selinux conflict? Message-ID:<[email protected]> Content-Type: text/plain; charset=us-ascii On Mar 10, 2010, at 4:37 PM, Kay Diederichs wrote:
I wonder - why do Fortran binaries give a SElinux problem, and C++ binaries don't? Because we bundle the Intel Fortran shared libraries (which are required by SOLVE) with the binary installers.
if you simply link with -static-intel then you don't have to distribute those libraries. HTH, Kay
if you simply link with -static-intel then you don't have to distribute those libraries.
A while ago, I couldn't figure out the commands for linking g++-compiled objects with ifort (and get all the required C++ runtime libraries). Eventually I succeeded the other way around, linking ifort-compiled objects with g++. But only with shared libraries; g++ doesn't know -static-intel. I think if you spend enough time there must be a way to figure out the correct g++, ifort and link commands, but it will keep coming back as a problem as ifort, g++ and OS versions change. Then I decided it is time to get rid of Fortran for good... Ralf
participants (2)
-
Kay Diederichs
-
Ralf W. Grosse-Kunstleve