For the /lib/cpp problemn (this link is often broken when updates ...),
i suggest that we replace this link by the following script :

###################################################################
 #!/bin/sh
if [ -x /usr/bin/gcc ]
then    exec gcc -print-prog-name=cpp $@
elif [ -x /usr/bin/cpp ]
then    exec /usr/bin/cpp $@
fi
###################################################################

----
www.linux-mandrake.com
somewhere between the playstation and the craystation
        Thierry

Reply via email to