Hi,
Is it possible to install GCC 4.5 in macos 10.6.4?If possible how can i install it and is it possible to use GCC4.5 in xcode 3.2.2?
How can i build the application using GCC4.5 in OSX 10.6.4 ?
The problem is our mac application crashes,while enabling openMp.The crash is observed in gomp_resolve_num_threads.
(GOMP_parallel_start at parallel.c:70
----> gomp_resolve_num_threads at parallel.c:48)
We are using MacOS 10.6.4 ,GCC 4.2 and xcode 3.2.2 .
Is there any solution for this?
-Thanks.