gcc 4.2 and OpenMP, targeting 10.4u SDK from 10.5.1
gcc 4.2 and OpenMP, targeting 10.4u SDK from 10.5.1
- Subject: gcc 4.2 and OpenMP, targeting 10.4u SDK from 10.5.1
- From: Aaron Darling <email@hidden>
- Date: Tue, 24 Jun 2008 15:32:22 +1000
Sorry if this is a FAQ, I googled it without success. I have installed
the gcc-4.2 preview 1 from the ADC site. My gcc complains that it
cannot open omp.h when I use the 10.4u framework. Is there a way around
this, or is openmp only supported on 10.5+ with apple compilers?
My test program looks like:
#include <omp.h>
int main(void){ return 0; }
and my build command is:
gcc-4.2 -fopenmp -isysroot /Developer/SDKs/MacOSX10.4u.sdk test.c
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden