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

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

Emacs 21.2 uses ld instead of gcc for linking


From: Paul Jarc
Subject: Emacs 21.2 uses ld instead of gcc for linking
Date: Thu, 11 Apr 2002 14:31:58 -0400
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7 (i386-redhat-linux-gnu)

I'm using gcc 3.0.4, binutils 2.12, and RedHat's glibc 2.2.4-19.3.

Emacs 21.2's build process uses ld for linking in some cases and gcc
for others.  This limits the usefulness of user-specified LDFLAGS: ld
does not understand -Wl, options, and gcc does not understand most ld
options.

There are also some things that ld does wrong when invoked directly
instead of via gcc: my gcc is installed with its own unusual prefix,
so ld cannot find libgcc unless I specify the path with -L in LDFLAGS.

ld also seems to use the wrong path for the dynamic linker; the
symptom was:
LC_ALL=C ./temacs -batch -l loadup dump
/bin/sh: ./temacs: No such file or directory
temacs did exist, but the dynamic linker path compiled into it was
/usr/lib/libc.so.1, which does not exist on my system.  I had to
create it as a symlink to /lib/ld-linux.so.2.

It seems to me gcc should be used for linking in all cases.


paul



reply via email to

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