bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13908: Unable to compile Emacs 23.3 Release Candidate 2


From: Wolfgang Jenkner
Subject: bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
Date: Mon, 11 Mar 2013 19:50:40 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (berkeley-unix)

On Mon, Mar 11 2013, James Jong wrote:

> Below you can find the output of my config.log after running $ ./configure
> --without-gif --prefix=/home/james/raid/opt/emacs/releases/emacs-24.3.

It seems that you are not using the system compiler

configure:4724: checking for gcc
configure:4740: found /opt/gcc-4.7.2-x86_64_with_fortran/bin//gcc
configure:4751: result: gcc

So, a basic test would be to compile emacs with the system compiler
instead.

Please try something like

$ ./configure CC=/usr/bin/gcc

Wolfgang





reply via email to

[Prev in Thread] Current Thread [Next in Thread]