On 11/8/11 12:09 PM, Misha Veldhoen wrote: > Dear all, > > I have a problem with compiling both gcc44. It tells me that GMP is installed > in /usr/local, which causes problems. I'm not exactly sure how to resolve > this though, since I just used fink to install GMP. > > Thanks for your help! > > Misha > > -----WARNING-----WARNING-----WARNING----- > You seem to have GMP installed in /usr/local. > This is known to cause gcc44 to fail to build. > Please move aside /usr/local and try again. > -----WARNING-----WARNING-----WARNING-----
<snip> This error is to warn you that your gcc44 build won't use the gmp from Fink that you just installed, but instead will find the one in /usr/local; it's essentially impossible to prevent that. Do what the message says: rename /usr/local while you build gcc44. -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
