This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
U/WIN host
- From: Momchil Velikov <velco at fadata dot bg>
- To: gcc at gcc dot gnu dot org
- Date: 21 May 2002 16:17:11 +0300
- Subject: U/WIN host
Out of curiosity, why is the following excerpt from gcc/confgiure.in.
What is the difference to using, e.g., Solaris or any other
proprietary OS as a host platform ?
case "${host}" in
*-*-uwin*)
AC_MSG_ERROR([
*** UWIN may not be used as a host platform because
*** linking with posix.dll is not allowed by the GNU GPL])
;;
Regards,
-velco