On Apr 28, 2010, at 4:58 PM, Mathieu Suen wrote: > In fact I am installing git from the website source the one at > http://kernel.org/pub/software/scm/git/git-1.7.0.6.tar.bz2.
Ok, this is your problem; you are using 32 bit fink libraries but when building things yourself from source, gcc always builds 64 bit by default. You could try 'export CC="gcc -m32"' before building by hand to force it to use 32 bit. Or there is a simpler solution... > This is because I was enable to find it with fink > > $ fink install git > Information about 3606 packages read in 0 seconds. > Failed: no package found for specification 'git'! You are using the stable fink tree and git is only available in unstable. Check out http://www.finkproject.org/faq/usage-fink.php?phpLang=en#unstable to turn on unstable, and git should be available to install. > > > But then is it safe to use 64b ? > And how do I uninstall fink? > > Thanks > Mth ------------------------------------------------------------------------------ _______________________________________________ Fink-beginners mailing list Fink-beginners@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.beginners