Roman Poeschl wrote:
[]
which cc
/sw/bin/cc

cc -v
???? (Nothing happens)

Looks like a broken ccache installation. ccache-default installs /sw/bin/cc as a symlink to /sw/bin/ccache from the ccache package, which in turn calls your real compilers. I don't know why it doesn't give you a decent error message and just sits there, but I would try (after having looked at "ls -ls /sw/bin/cc*" and "fink list ccache") to
- first remove /sw/bin/cc (it's only a symlink, after all), and
- then fink rebuild ccache ccache-default (or remove it altogether)


--
Martin




------------------------------------------------------- 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

Reply via email to