From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22375 invoked by alias); 8 Dec 2007 19:27:10 -0000 Received: (qmail 22361 invoked by uid 22791); 8 Dec 2007 19:27:10 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 08 Dec 2007 19:27:06 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1J15KK-0000bZ-0I; Sat, 08 Dec 2007 19:27:04 +0000 Message-ID: <475AF007.1249AA2B@dessent.net> Date: Sat, 08 Dec 2007 19:27:00 -0000 From: Brian Dessent Reply-To: gcc-help@gcc.gnu.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Martin Krischik CC: gcc-help@gcc.gnu.org Subject: Re: GMP and MPFR (Was: GCC does not build gfortran !!) References: <765852.6744.qm@web51303.mail.re2.yahoo.com> <200712080902.41508.krischik@users.sourceforge.net> <475A519F.34C2FD07@dessent.net> <200712081350.28405.krischik@users.sourceforge.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00179.txt.bz2 Martin Krischik wrote: > So Cross compiling on Windows/Linux for VMS won't be the optional extra in > future but the only possibility. Or does GMP and MPFR compile on VMS? In addition to the machine-specific optimized versions, the libraries include a generic pure C implementation for portability. Brian