Package Details: cygwin-toolchain 4.5.4-1

Package Base: cygwin-toolchain
Description: Repackaged Fedora RPMs for the Cygwin cross-compiler.
Upstream URL: http://sourceforge.net/projects/fedora-cygwin/
Category: devel
Licenses: GPL LGPL FDL custom
Submitter: rubenvb
Maintainer: None
Last Packager: None
Votes: 1
First Submitted: 2012-08-08 14:40
Last Updated: 2012-08-08 14:40

Latest Comments

Comment by rubenvb

2014-08-08 18:56

I have disowned this package. Note that the MinGW-w64 cross-compilers are a requirement and not a replacement to a source-built Cygwin cross-compiler.

I never got around to figuring out what that took, so decided to start with this, then lost interest. Sorry about that. Feel free to attempt a full from-source Cygwin cross-compiler that can replace this package. Or updating this package in the meantime.

Comment by basinilya

2012-09-09 12:13

Created package libmpc09 https://aur.archlinux.org/packages.php?ID=62635
The missing .so file problem vanishes.

Add either "depends=( 'libmpc<1.0' )" or depends=( 'libmpc09' ) to your package.
The former is more flexible, but requires manually installing libmpc09, because yaourt can't resolve libmpc09 in AUR as libmpc<1.0.

Comment by basinilya

2012-09-09 10:48

$ i686-pc-cygwin-gcc -c test.c
/usr/libexec/gcc/i686-pc-cygwin/4.5.3/cc1: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory

Comment by Schala

2012-08-08 16:39

Tell me when you do. It'd be wonderful to have a working Cygwin cross compiler that's user-maintained.

Comment by rubenvb

2012-08-08 16:27

@Schala: I'm trying, but not succeeding, so this is an in-between solution until I get the proper build from source working

Comment by Schala

2012-08-08 15:58

I could never figure out how to compile a Cygwin toolchain....