On 3/13/06, Ingo Weiss <[EMAIL PROTECTED]> wrote: > > Fink doesn't really have a built in option to do that. I've got a > > script that will do this, but it's not here with me right now. :-( > > Any packages that fink absolutely needs are marked Essential, and > > won't be removed without your permission. > > > > I ended up de-installing fink itself using the procedure described in > the FAQ (basically removing /sw), and then re-installing it. > > Alas, this didn't solve the problem since installing svn-ssl still > fails, this time with this error: > > > Failed: This package must be compiled with GCC 4.0.0, but you > currently have > > GCC 4.0.1 selected. To correct this problem, run the command: > > > > sudo gcc_select 4.0 > > > > (You may need to install a more recent version of the Developer Tools > to be > > able to do so.) > > > I have the XCode tools 2.2.1 intalled on Mac OS X 10.4.5 > so I ran the above mentioned command: > > > sudo gcc_select 4.0 > > Password: > > You are already using gcc version 4.0 as the default compiler. > > Hmm, I guess I'm stuck again... > I. > >
If you installed Fink from the installer package then this is to be expected--it was made before XCode 2.2, and doesn't recognize gcc 4.0.1. Running a "fink selfupdate" with rsync or cvs updating enabled will get you a current fink version (the former requiring you to install fink's rsync package or some other third-party option to get around Apple's having broken the --delete option in the system's rsync). -- Alexander K. Hansen Fink Documenter [Day Job] Levitated Dipole Experiment http://psfcwww2.psfc.mit.edu/ldx/ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
