On Fri, 16 Nov 2007 21:03, [EMAIL PROTECTED] said: > /bin/sh: cc: command not found
cc needs to be installed on any POSIX development systems (Not sure whether this is really in the spec, but it has a 30+ years tradition). It is used here to create a binary on the build host and not on the the we are building for. For our pusposes it should be at least a K&R C compiler which undertstands prototypes (all CC compilers do to this since about the mid-80ies.) Shalom-Salam, Werner -- Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz. _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
