sorry, for replying so late. I was absent and hadn't access to my mail (Or better to the computer on which the problem is).
Thanks for getting back to me, now I am pretty sure I know the problem :)
printenv PATH
/sw/bin:/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/teTeX/bin/powerpc-apple-darwin-current:/usr/local/bin:/usr/X11R6/bin:/usr/local/bin
That's cool.
which cc /sw/bin/cc
that's questionable.
Now it is not only questionable, it is obviously the cause of your problems. Whoopee! Quick check to see where it came from:cc -v ???? (Nothing happens)
% dpkg -S /sw/bin/cc
% ls -asl /sw/bin/cc
then:
% sudo mv /sw/bin/cc /sw/bin/cc.bad
Now you ought to be able to do:
% fink selfupdate
that should get you fink-0.14.2, and then I'd like you to do me the favor of checking that my changes work by putting /sw/bin/cc back
% sudo mv /sw/bin/cc.bad /sw/bin/cc
% fink list
Should work.
which what
/sw/bin/what (after copying from /usr/bin/what before there was no 'what' in /sw/bin/what)
You really didn't need to do that, you had what in /usr/bin which was in your path, you can rm /sw/bin/what, you don't need 2 whats on your system.
I'm now crossing my fingers :)
Peter -- Peter O'Gorman - http://www.pogma.com
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
