Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 55860 invoked from network); 22 Sep 2006 06:41:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2006 06:41:21 -0000 Received: (qmail 11292 invoked by uid 500); 22 Sep 2006 06:41:21 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 11235 invoked by uid 500); 22 Sep 2006 06:41:20 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 11224 invoked by uid 99); 22 Sep 2006 06:41:20 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2006 23:41:20 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=Markus.Duft@salomon.at; spf=permerror X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=DNS_FROM_RFC_BOGUSMX Received-SPF: error (idunn.apache.osuosl.org: domain salomon.at from 193.186.16.13 cause and error) Received: from [193.186.16.13] ([193.186.16.13:55575] helo=smtp.salomon.at) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 61/0E-06791-68583154 for ; Thu, 21 Sep 2006 23:41:17 -0700 Received: from servex01.wamas.com (servex01.salomon.at [172.28.2.2]) by smtp.salomon.at (8.12.10/8.12.10) with ESMTP id k8M6eJNT015000; Fri, 22 Sep 2006 08:40:29 +0200 (METDST) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Wgcc 2.0 RC2 released. Date: Fri, 22 Sep 2006 08:40:21 +0200 Message-ID: <18597F2B47F1394A9B309945EC724112864B9B@servex01.wamas.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Wgcc 2.0 RC2 released. Thread-Index: AcbeEfoQwJeeGPPtS7+SFa/1PhYodQ== From: "Duft Markus" To: Cc: , , "David Abrahams" X-Spam-Info: -2.138 () ALL_TRUSTED,AWL,BAYES_40,DNS_FROM_RFC_BOGUSMX X-Scanned-By: MIMEDefang 2.54 on 172.28.2.13 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N wgcc is a cross-compiler tool primarily written for Microsoft's Interix. Its primary purpose is to produce native Windows binaries (internally using the Microsoft Tool chain), and to mimic the behaviour of the GNU compiler collection. This means that wgcc understands many of GCC's command line arguments, and in most cases delivers the same results as expected, sometimes manipulating the underlying tool's input and output. Even though wgcc was written for Interix only, it can be used on native Windows (without Interix), and other Systems, like Cygwin. The only restriction is that on Platforms other than Interix, only Windows style paths are understood. This will change in the future for Cygwin, and/or others. On Interix wgcc automatically converts UNIX style paths to Windows style ones (i.e. /wgcc to C:\SFU\wgcc). wgcc abstracts away lots of inconveniences that are introduced by building static libraries, shared libraries (DLL's) and executables with any possible combination of those three. When using wgcc both static and shared libraries behave exactly the same on Windows, and this makes tons of defines unnecessary. The only thing that still has to be done is to give all Data symbols (i.e. Variables) an import attribute (__declspec(dllimport)) when using them (i.e. in the library header files) in an executable. For a simple example take a look at the file tests/shared.test inside the wgcc distribution. The Release Candidate 2 of wgcc is more or less a bug fix release compared to RC1. There is not too much new. Bug fixes include a nearly complete rewrite of the Import Trampoline gererator and the Export Definition generator, since those two worked very bad for C, but only for C++. pxwc has been reviewed and changed a little, to not include that many defines, where inlined static functions are possible. Still pxwc currently includes only a small set of functions, so your help is needed to find out which others to include. Just open a Feature Request at http://sourceforge.net/tracker/?group_id=3D158081&atid=3D806407 and we = will try to add functionality as soon as possible. To continue improving wgcc and pxwc packages, we now need your help in testing them. Please download wgcc and try to compile your software using it. If something goes wrong please contact mduft or open an issue using the Sourceforge Tracker at http://sourceforge.net/tracker/?group_id=3D158081&atid=3D806404, or ask = your questions at the forums at http://sourceforge.net/forum/?group_id=3D158081. You can browse the Subversion Repository here: http://svn.sourceforge.net/viewvc/interix-wgcc/trunks/ Documentation can be found here: http://sourceforge.net/project/showfiles.php?group_id=3D158081&package_id= =3D 203917&release_id=3D446943 Source Packages can be found here: http://sourceforge.net/project/showfiles.php?group_id=3D158081&package_id= =3D 177049&release_id=3D445894 The Patch for Libtool can be found here: http://sourceforge.net/project/showfiles.php?group_id=3D158081&package_id= =3D 196163&release_id=3D446510 Cheers, Markus