GNU bug report logs -
#18552
Possible bug building emacs trunk with Fedora 19-x86_64
Previous Next
Reported by: George R Goffe <grgoffe <at> yahoo.com>
Date: Wed, 24 Sep 2014 21:49:01 UTC
Severity: normal
Tags: notabug
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 09/25/2014 01:42 AM, George R Goffe wrote:
> input to configure:
>
> 156 ./configure --prefix=/usr/lsd/$osname --verbose \
> 157 --x-includes=/usr/include \
> 158 --x-libraries=/usr/lib \
^^^^^^^^
This is wrong because 64-bit libraries should be installed under
/usr/lib64 and /lib64 on your system.
> 159 --enable-asserts \
^^^^^^^^^^^^^^^^
There is no such option, use --enable-checking instead.
> 160 --enable-autodepend \
> 161 --enable-dependency-tracking \
> 162 --with-x-toolkit=gtk3 \
> 163 --with-wide-int \
^^^^^^^^^^^^^^^
This makes no sense on a 64-bit system if you're building 64-bit
executable (which is by default).
Try to run ./configure without extra arguments and compare results.
Dmitry
This bug report was last modified 10 years and 289 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.