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.
Search Criteria
Package Details: cygwin-toolchain 4.5.4-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2012-09-09)
| Package Base: | cygwin-toolchain |
|---|---|
| Description: | Repackaged Fedora RPMs for the Cygwin cross-compiler. |
| Upstream URL: | http://sourceforge.net/projects/fedora-cygwin/ |
| Category: | devel |
| Licenses: | |
| Submitter: | rubenvb |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 1 |
| First Submitted: | 2012-08-08 14:40 |
| Last Updated: | 2012-08-08 14:40 |
Dependencies (0)
Required by (0)
Sources
- ftp://ftp.cygwinports.org/pub/cygwinports/FC17/RPMS/x86_64/cygwin-binutils-2.22.51-2.fc17.x86_64.rpm
- ftp://ftp.cygwinports.org/pub/cygwinports/FC17/RPMS/x86_64/cygwin-cpp-4.5.3-4.fc17.x86_64.rpm
- ftp://ftp.cygwinports.org/pub/cygwinports/FC17/RPMS/x86_64/cygwin-gcc-4.5.3-4.fc17.x86_64.rpm
- ftp://ftp.cygwinports.org/pub/cygwinports/FC17/RPMS/x86_64/cygwin-gcc-c++-4.5.3-4.fc17.x86_64.rpm
- ftp://ftp.cygwinports.org/pub/cygwinports/FC17/RPMS/x86_64/cygwin-gcc-gfortran-4.5.3-4.fc17.x86_64.rpm
- ftp://ftp.cygwinports.org/pub/cygwinports/FC17/RPMS/x86_64/cygwin-gcc-java-4.5.3-4.fc17.x86_64.rpm
- ftp://ftp.cygwinports.org/pub/cygwinports/FC17/RPMS/x86_64/cygwin-gcc-objc++-4.5.3-4.fc17.x86_64.rpm
- ftp://ftp.cygwinports.org/pub/cygwinports/FC17/RPMS/x86_64/cygwin-gcc-objc-4.5.3-4.fc17.x86_64.rpm
- ftp://ftp.cygwinports.org/pub/cygwinports/fedora-cygwin/RPMS/noarch/cygwin-1.7.15-1.noarch.rpm
- ftp://ftp.cygwinports.org/pub/cygwinports/fedora-cygwin/RPMS/noarch/cygwin-w32api-3.17-3.fc14.noarch.rpm
Latest Comments
Comment by rubenvb
Comment by basinilya
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
$ 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
Tell me when you do. It'd be wonderful to have a working Cygwin cross compiler that's user-maintained.
Comment by rubenvb
@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
I could never figure out how to compile a Cygwin toolchain....