public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* New packages: Cygwin 32-to-64bit cross-compiler
@ 2013-05-10 22:31 Yaakov (Cygwin/X)
  2013-05-10 23:42 ` Yaakov (Cygwin/X)
  2013-05-13 22:13 ` Warren Young
  0 siblings, 2 replies; 4+ messages in thread
From: Yaakov (Cygwin/X) @ 2013-05-10 22:31 UTC (permalink / raw)
  To: cygwin-apps

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New packages: Cygwin 32-to-64bit cross-compiler
  2013-05-10 22:31 New packages: Cygwin 32-to-64bit cross-compiler Yaakov (Cygwin/X)
@ 2013-05-10 23:42 ` Yaakov (Cygwin/X)
  2013-05-13 22:13 ` Warren Young
  1 sibling, 0 replies; 4+ messages in thread
From: Yaakov (Cygwin/X) @ 2013-05-10 23:42 UTC (permalink / raw)
  To: cygwin-apps

On 2013-05-10 17:31, Yaakov (Cygwin/X) wrote:
> 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.

I just added jbigkit, libjpeg-turbo, libpng, libXrandr, and tiff.


Yaakov

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New packages: Cygwin 32-to-64bit cross-compiler
  2013-05-10 22:31 New packages: Cygwin 32-to-64bit cross-compiler Yaakov (Cygwin/X)
  2013-05-10 23:42 ` Yaakov (Cygwin/X)
@ 2013-05-13 22:13 ` Warren Young
  2013-05-13 23:28   ` Yaakov (Cygwin/X)
  1 sibling, 1 reply; 4+ messages in thread
From: Warren Young @ 2013-05-13 22:13 UTC (permalink / raw)
  To: Cygwin Apps List

On 5/10/2013 16:31, Yaakov (Cygwin/X) wrote:
> I just uploaded a x86_64-pc-cygwin target cross-toolchain for the i686
> distro together with ~70 sysrooted libraries.

Spiffy.

Is there work underway to make cygport understand how to generate 32- 
and 64-bit packages at the same time?  Or even a feature to do this already?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New packages: Cygwin 32-to-64bit cross-compiler
  2013-05-13 22:13 ` Warren Young
@ 2013-05-13 23:28   ` Yaakov (Cygwin/X)
  0 siblings, 0 replies; 4+ messages in thread
From: Yaakov (Cygwin/X) @ 2013-05-13 23:28 UTC (permalink / raw)
  To: cygwin-apps

On 2013-05-13 17:13, Warren Young wrote:
> Is there work underway to make cygport understand how to generate 32-
> and 64-bit packages at the same time?  Or even a feature to do this
> already?

Not yet.


Yaakov


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-13 23:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-10 22:31 New packages: Cygwin 32-to-64bit cross-compiler Yaakov (Cygwin/X)
2013-05-10 23:42 ` Yaakov (Cygwin/X)
2013-05-13 22:13 ` Warren Young
2013-05-13 23:28   ` Yaakov (Cygwin/X)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).