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

Compiled files do not run with Snow Leopard/i7

d_flocco
Beginner
628 Views
dear all,
I have compiled my program with program with the ifort 11.1 088.
I have compiled the program with these options

FFLAGS := -r8 -O3 -m64 -assume byterecl -warn all -heap-arrays -Xlinker -stack_size -Xlinker 0x10000000 -parallel -opt-mem-bandwidth1

or

#FFLAGS := -r8 -O0 -m64 -assume byterecl -warn all -heap-arrays -debug full -g -save-temps -traceback -Xlinker -stack_size -Xlinker 0x10000000 -fpe0 #-check all

when I run the program i get this error straight away:

dyld: unknown required load command 0x80000022
Trace/BPT trap

I have run the same program on my old mac with the same compiling options and with leopard / i5 and it worked.

Anyone who has the same issue and any idea about how to solve it?

thanks

d
0 Kudos
2 Replies
mecej4
Honored Contributor III
628 Views
Have you read the sticky post in this forum regarding Xcode?

Can you compile and run a C-program on your new machine? I don't use Macintosh, but the message suggests that you may not have a functioning development set-up yet.
0 Kudos
d_flocco
Beginner
628 Views
this line needs to be added if servers are older than compiler

-mmacosx-version-min=10.5

0 Kudos
Reply