- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
this line needs to be added if servers are older than compiler
-mmacosx-version-min=10.5
-mmacosx-version-min=10.5

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page