Installing GCC 4.3

Joined
Apr 3, 2008
Messages
16
Reaction score
0
Points
1
Hello all,

I wonder if there is a way to install GCC 4.3 in Leopard, even if it has to be side-by-side to the oldie 4.0.1?
If there's no click-and-install way to do it, when configuring/compiling, where should I install it to?

Cheers,

Paulo Matos
 
D

danielb

Guest
If you execute "which gcc" it should show /usr/bin as the location. That is where I would put the new gcc. If you ls -l | grep gcc you should find out that gcc is a link to the gcc4. If you install in /usr/bin you can change this link or make a new one.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top