Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
GCC Version Selection
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="anthonyqkiernan" data-source="post: 17393"><p>I am currently trying to install Python on my eMac (OS X 10.2.8).</p><p></p><p>At the current point I am getting the following error:</p><p>"Failed: </p><p>This package must be compiled with GCC 3.3, but you currently have 3.1 selected.</p><p>To correct this problem, run the command:</p><p></p><p> sudo gcc_select 3.3</p><p></p><p>You may need to install a more recent version of the Developer Tools to be able</p><p>to do so."</p><p></p><p>When I type in this command it tells me that "3.3" is an invalid arguement. When I call up the help file, it says:</p><p>"2 Select gcc 2.x as the default compiler.</p><p>3 Select gcc 3.x as the default compiler."</p><p></p><p>this works i can switch between 2 & 3 but not 3.1 and 3.3 (which I have) . Any suggestions?</p></blockquote><p></p>
[QUOTE="anthonyqkiernan, post: 17393"] I am currently trying to install Python on my eMac (OS X 10.2.8). At the current point I am getting the following error: "Failed: This package must be compiled with GCC 3.3, but you currently have 3.1 selected. To correct this problem, run the command: sudo gcc_select 3.3 You may need to install a more recent version of the Developer Tools to be able to do so." When I type in this command it tells me that "3.3" is an invalid arguement. When I call up the help file, it says: "2 Select gcc 2.x as the default compiler. 3 Select gcc 3.x as the default compiler." this works i can switch between 2 & 3 but not 3.1 and 3.3 (which I have) . Any suggestions? [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
GCC Version Selection
Top