From: Alexander Klimov <alserkli@inbox.ru>
To: Thien-Thi Nguyen <ttn@gnuvola.org>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: preprocessing Makefile
Date: Mon, 23 Jul 2007 11:36:41 +0300 (IDT) [thread overview]
Message-ID: <TheMailAgent.3f867b84426e8a@34889c723e11cc2707822> (raw)
In-Reply-To: <878x9au2g3.fsf@ambire.localdomain>
On Sat, 21 Jul 2007, Thien-Thi Nguyen wrote:
> to see if this diagnosis is correct, OP can change "$top_srcdir"
> on the line that begins undefs=... to be "$ac_top_srcdir" in the
> configure script directly (skipping the configure.in to configure
> generation step), then rerun the configuration. then let us know
> what results.
I changed the line to be
undefs="`echo $ac_top_srcdir $configuration ...
and get exactly the same error with soft-1 as before.
As a next attempt I put
undefs=-undef
instead of that and the soft-1 problem gone, but a strange new problem
emerge:
make[2]: Entering directory `.../emacs-cvs/src
gcc -c ... pre-crt0.c
make[2]: *** No rule to make target `/usr/lib/crt0.o', needed by `temacs'. Stop.
make[2]: Leaving directory `.../emacs-cvs/src'
It is true, I don't have `/usr/lib/crt0.o', although there are
/usr/lib/crt{1,i,n}.o
I suspect that all this problems relate to GTK: I used .../soft-linux
as prefix for emacs for a long time and the only recent change was
that I installed new GTK into that directory. If I run configure with
--with-x-toolkit=lucid, the c-compilation runs smoothly, and I am
stuck while the autoloads are generated:
Generating autoloads for progmodes/ps-mode.el...done
Generating autoloads for ps-mule.el...
End of file during parsing
make[2]: *** [autoloads] Error 255
make[2]: Leaving directory `.../emacs-cvs/lisp'
--
Regards,
ASK
next prev parent reply other threads:[~2007-07-23 8:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-19 9:41 preprocessing Makefile Alexander Klimov
2007-07-19 10:02 ` Thien-Thi Nguyen
2007-07-19 21:21 ` Richard Stallman
2007-07-20 22:37 ` Thien-Thi Nguyen
2007-07-20 23:30 ` Thien-Thi Nguyen
2007-07-23 8:36 ` Alexander Klimov [this message]
2007-07-23 13:54 ` Alexander Klimov
2008-03-11 13:48 ` Alexander Klimov
2008-07-01 3:16 ` Glenn Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=TheMailAgent.3f867b84426e8a@34889c723e11cc2707822 \
--to=alserkli@inbox.ru \
--cc=emacs-devel@gnu.org \
--cc=rms@gnu.org \
--cc=ttn@gnuvola.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).