From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27674 invoked by alias); 10 May 2013 22:31:24 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 27656 invoked by uid 89); 10 May 2013 22:31:23 -0000 X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_XC,TW_YG autolearn=ham version=3.3.1 Received: from mail-ie0-f177.google.com (HELO mail-ie0-f177.google.com) (209.85.223.177) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 10 May 2013 22:31:22 +0000 Received: by mail-ie0-f177.google.com with SMTP id 9so8562576iec.8 for ; Fri, 10 May 2013 15:31:21 -0700 (PDT) X-Received: by 10.50.16.202 with SMTP id i10mr3664739igd.33.1368225081341; Fri, 10 May 2013 15:31:21 -0700 (PDT) Received: from [192.168.0.101] (S0106000cf16f58b1.wp.shawcable.net. [24.79.212.134]) by mx.google.com with ESMTPSA id w8sm715855igl.9.2013.05.10.15.31.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 10 May 2013 15:31:20 -0700 (PDT) Message-ID: <518D753C.5050200@users.sourceforge.net> Date: Fri, 10 May 2013 22:31:00 -0000 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: New packages: Cygwin 32-to-64bit cross-compiler Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-05/txt/msg00032.txt.bz2 I just uploaded a x86_64-pc-cygwin target cross-toolchain for the i686 distro together with ~70 sysrooted libraries. All packages are named with a cygwin64- prefix and are under the Devel category. In order to use this toolchain, install at least cygwin64-gcc-{core,g++}, as well as the *TEST* versions of the following libraries: libcloog-isl4, libgmp10, libisl10, libmpc3, libmpfr4, plus all indicated dependencies. Then, you can use cygport --64 to (try to) cross-compile your package. Note that not all source packages can be cross-compiled, and some may require changes to your cygport(3), the build system, and/or the code in order to (cross-)compile correctly for x86_64-cygwin. The following libraries are also available for the toolchain: bzip2, catgets, cloog-isl, cloog-ppl, crypt, db, e2fsprogs (libcom_err/libss/etc.), expat, fontconfig, freetype2, gdbm, gettext, gmp, gnutls, isl, libarchive, libbfd, libblkid, libedit, libffi, libfontenc, libgcrypt, libgpg-error, libICE, libiconv, libmagic, libmpc, libSM, libssh2, libtasn1, libtool, libuuid, libX11, libXau, libXaw, libxcb, libXcomposite, libXdamage, libXdmcp, libXext, libXfixes, libXft, libXi, libxml2, libXmu, libXpm, libXrender, libxslt, libXss, libXt, lzo2, mpfr, ncurses, nettle, openssl, pcre, pixman, popt, ppl, python, readline, sqlite3, tcl, tk, xcb-util, xcb-util-image, xcb-util-wm, zlib. If you encounter any issues with this toolchain, or need particular libraries to be added, please let me know here. Also, if any "native" library maintainers want to take over their corresponding cross-libraries as well, just let me know; sources, as always, are in Ports git. Yaakov