As for Binutils and GCC, they won't build with an error function added. I've had to use stuff like:
-mktemp (tmpname);
+if (mktemp (tmpname) != 0) {}
In binutils/bucomm.c
It's completely pointless, but it gets rid of the warning. Anyone have a
better idea?
robert
pgpPgKqXDEmWy.pgp
Description: PGP signature
-- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
