| View previous topic :: View next topic |
| Author |
Message |
Yinghai Lu
Joined: 11 Aug 2012 Posts: 2
|
Posted: Sat Aug 11, 2012 12:29 am Post subject: Cannot install 12.8 on Mac OS X |
|
|
Hi,
I downloaded PGI workstation 12.8 for Mac. But when I was trying to install it, the installer popped an error:
| Quote: | PGI Compilers and Tools 12.8 for MacOS X can’t be installed on this computer.
XCode Version is too old! Xcode Version 3.2 or higher is required for this installation.
|
I'm actually using Xcode 4.3.3 with Lion so suppose it should be fine. Is there any way to resolve this issue? Thank you very much. |
|
| Back to top |
|
 |
mkcolg
Joined: 30 Jun 2004 Posts: 4996 Location: The Portland Group Inc.
|
Posted: Tue Aug 14, 2012 10:43 am Post subject: |
|
|
Hi Yinghai Lu,
Our customer service folks ask:
1. do you have gcc installed? If not, do you have the Xcode command line
tool installed?
2.run the following
% sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
% /usr/bin/xcode-select -print-path
#make sure that it prints /Applications/Xcode.app/Contents/Developer
- Mat |
|
| Back to top |
|
 |
Yinghai Lu
Joined: 11 Aug 2012 Posts: 2
|
Posted: Thu Aug 23, 2012 3:15 am Post subject: |
|
|
Hi, Mat,
The following line helped resolve the problem. Thanks.
[quote
% sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
% /usr/bin/xcode-select -print-path
#make sure that it prints /Applications/Xcode.app/Contents/Developer
[/quote] |
|
| Back to top |
|
 |
|