Package Details: gcc49 4.9.4-3

Git Clone URL: https://aur.archlinux.org/gcc49.git (read-only, click to copy)
Package Base: gcc49
Description: The GNU Compiler Collection (4.9.x)
Upstream URL: http://gcc.gnu.org
Licenses: GPL, custom, LGPL, FDL
Submitter: rubenvb
Maintainer: severach
Last Packager: severach
Votes: 21
Popularity: 0.000000
First Submitted: 2015-07-01 12:48 (UTC)
Last Updated: 2023-02-22 04:47 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

severach commented on 2017-07-17 22:06 (UTC)

I just built this and gcc49-multilib using gcc-multilib 7.1.1-4 without any problems.

sinanmut commented on 2017-07-17 18:37 (UTC)

There are error messages in the config file as: gcc version 5.4.0 (GCC) configure:4249: $? = 0 configure:4238: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:4249: $? = 1 configure:4238: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated.

sinanmut commented on 2017-07-17 15:45 (UTC)

Does anybody know the reason for this error: checking for C compiler default output file name... configure: error: in `/tmp/yaourt-tmp-sinanmut/aur-gcc49/src/gcc-build': configure: error: C compiler cannot create executables See `config.log' for more details. ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build gcc49.

KgOfHedgehogs commented on 2017-03-16 11:03 (UTC)

severach, thanks!

severach commented on 2017-03-12 19:04 (UTC)

Type gcc and press TAB, once in zsh, twice in bash. It will show you all the gcc executables. See the gcc43-multilib PKGBUILD for the most common way to specify an alternate compiler.

KgOfHedgehogs commented on 2017-03-12 11:46 (UTC) (edited on 2017-03-12 11:48 (UTC) by KgOfHedgehogs)

I installed this package when another version (6.3.1) of gcc was installed on my computer. Where I can find binary of this version (4.9.3)? Some info about current situation: http://pastebin.com/raw/zgnCrbdm

bartus commented on 2017-01-06 19:32 (UTC)

When building this package against gcc6 i got this error. /usr/include/bits/stdio2.h:124:1: error: inlining failed in call to always_inline ‘int vfprintf(FILE*, const char*, __va_list_tag*)’: function body can be overwritten at link time vfprintf (FILE *__restrict __stream, ^ /tmp/yaourt-tmp-bartus/aur-gcc49/src/gcc-4.9.4/libitm/util.cc:35:31: error: called from here vfprintf (stderr, fmt, list);

FMorel commented on 2016-10-31 12:29 (UTC)

For me, the package built fine (provided there were enough free space for compilation (I had to play with TMPDIR variable in /etc/yaourtrc)) and installed as well. Gcc-4.9 work properly with Matlab/Simulink 2016b with accelerator mode just by editing ${MATLAB}/bin/mexopts.sh as indicated in the Archlinux's wiki page about Matlab. I had to change folders in Simulink preferences in order to have the same folder (/tmp for me) for both "Simulation cache folder" and "code generation folder". Thanks to the maintainer !

GordonGR commented on 2016-07-17 11:39 (UTC)

Hello. The package builds fine, but when I try to compile a specific piece of software with it, it errors out [0]. I was wondering if you have any ideas, since the software creator hasn't. [0] http://sldev.free.fr/forum/viewtopic.php?f=6&t=1644&p=7740#p7739

rubenvb commented on 2016-06-25 11:26 (UTC)

Sorry for the delay, I added the --build=${CHOST} option in the PKGBUILD now.