Search Criteria
Package Details: djgpp-gcc 14.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/djgpp-gcc.git (read-only, click to copy) |
---|---|
Package Base: | djgpp-gcc |
Description: | GCC for the djgpp cross-compiler |
Upstream URL: | http://gcc.gnu.org |
Keywords: | build compiler cross djgpp DOS gcc |
Licenses: | GPL3, LGPL3 |
Groups: | djgpp |
Submitter: | felix.s |
Maintainer: | andris |
Last Packager: | andris |
Votes: | 8 |
Popularity: | 0.001546 |
First Submitted: | 2015-09-05 19:34 (UTC) |
Last Updated: | 2024-08-17 14:35 (UTC) |
Dependencies (9)
- djgpp-binutilsAUR
- djgpp-djcrxAUR (djgpp-djcrx-cvsAUR, djgpp-djcrx-bootstrapAUR)
- gcc-ada (gcc-ada-gitAUR, gcc-ada-debugAUR, gcc-ada-snapshotAUR)
- libisl (libisl-gitAUR)
- libmpc (libmpc-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- djgpp-djcrxAUR (djgpp-djcrx-cvsAUR, djgpp-djcrx-bootstrapAUR) (optional) – headers and utilities
- djgpp-djcrx-bootstrapAUR (optional) – first build of djgpp-gcc before djgpp-djcrx is built
Required by (6)
- comcom-common-git (make)
- comcom32-git (make)
- comcom64-git (make)
- djgpp-allegro4 (make)
- djgpp-djcrx (make)
- djgpp-djcrx-cvs (make)
Latest Comments
1 2 3 Next › Last »
andris commented on 2024-05-09 17:31 (UTC)
Note: makepkg from core/pacman 6.1.0-3 fails to use -j option from MAKEFLAGS in /etc/makepkg.conf. I downloaded pacman-6.0.2-9-x86_64.pkg.tar.zst from https://archive.archlinux.org/packages/p/pacman/ and downgraded. That workarounded the problem of running build with without parallel processes (like -j1)
severach commented on 2023-01-23 23:05 (UTC) (edited on 2023-01-23 23:06 (UTC) by severach)
That's only a cycle because your AUR helper doesn't know how to build it. For an AUR helper, build in order:
djgpp-djcrx-bootstrap,(djgpp-binutils),djgpp-gcc,djgpp-djcrx
. An AUR helper should builddjgpp-binutils
automatically bydjgpp-gcc
.epoch32 commented on 2023-01-23 07:38 (UTC)
it's been a while and this dependency cycle still exists.
alex.shpilkin commented on 2022-01-06 15:34 (UTC)
Gforge isn’t just down, it’s gone, summarily killed by INRIA with no official archive available: https://groups.google.com/g/isl-development/c/JGaMo2VUu_8. For now the official source archives for ISL seem to be hosted on Sourceforge, so a minimal fix would be
(don’t forget to also bump pkgrel and update
.SRCINFO
if applying this as a maintainer!).severach commented on 2021-11-20 20:52 (UTC) (edited on 2021-11-20 20:52 (UTC) by severach)
options+=('!buildflags')
patlefort commented on 2021-11-17 04:06 (UTC)
I managed to make it compile with the following patch:
This make it dependent on the existing isl AUR package.
patlefort commented on 2021-11-17 01:30 (UTC)
URL isl.gforge.inria.fr is still broken, I tried from other locations and clients.
ghderty commented on 2021-11-14 16:58 (UTC)
patlefort commented on 2021-11-12 19:22 (UTC)
Problem downloading sources:
curl: (28) Failed to connect to isl.gforge.inria.fr port 80 after 129355 ms: Connection timed out
andris commented on 2021-11-11 16:50 (UTC)
Had to disable Ada cross-compiler for gcc-11. libada does not build and I do not know language well enough to try to fix it. I guess one can have alignment related runtime problems with DJGPP programs written also in other languages if program tries to use SSE or AVX
1 2 3 Next › Last »