Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29375 Discussions

Setting up an Intel Fortran variables in MAC

max_mac
Beginner
696 Views
Hi,


Target:

CPU Core 2 Duo
OS MAC OSX Tiger
Xcode 2.4.1
Intel Fortran 10.1.017

Problem:

All projects with Xcode and Intel Fortran works fine, exclude openMP projects. When i'm trying to run an OpenMP application(All compiling and linking processes was OK) the following message is occur:

[Session started at 2008-09-03 14:17:42 +0400.]
dyld: Library not loaded: libguide.dylib
Referenced from: /Users/mmax/Documents/Projects/omp_try/build/Debug/omp_try
Reason: image not found

omp_try has exited due to signal 5 (SIGTRAP).

The Intel's readme file says, that i must include ifortvars.sh variables to the ".login" MAC-file. Where is this login file?
HOW TO SET INTEL VARIABLES TO THE MAC-ENVIROMENT VARIABLES ???

Thanks.

Max.
0 Kudos
2 Replies
Ron_Green
Moderator
696 Views
Max,

We've seen this in the past. Review the answer here:

http://software.intel.com/en-us/forums//topic/58169

ron
0 Kudos
max_mac
Beginner
696 Views
Thank you Ron,

It's a really strange. I say about Chuck.
When I'm double clicking on the exec file in the FINDER,
it runs successfully! OK, I will be waiting for the "more clear solution" from Intel for Xcode. Currently, the Finder is more useful for me!

P.S. I have made the ".profile"(instead the Intel's recommended ".login" file) in my home directory: it is a simply renamed Intel's ifortvars.sh file.

Max
0 Kudos
Reply