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

Re: Build emacs from sources fails on compiler



Hi,

But even after installing gcc, I still get a segfault during dumping.
You mentioned `setarch i386'.  How does one set that during build?

Doesn't seem to be a configure flag.

Running:
   make distclean
   ./configure
   make bootstrap

Results in a segfault when dumping at the end:

I used the following with success to build Emacs 21 from CVS:


setarch i386 ./configure <configure-options>
setarch i386 make bootstrap

Hope this will help.

David




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