This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
patch for PR/17684
- From: "Jan Beulich" <JBeulich at novell dot com>
- To: <hongjiu dot lu at intel dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Tue, 14 Dec 2004 18:05:04 +0100
- Subject: patch for PR/17684
H.J.,
you appearantly applied the change to all target make file fragments
that have SHLIB_LINK. For NetWare (and its NLMs) this is inappropriate,
however, because the filename specified as output filename is also
embedded in the generated image; the OS (under certain circumstances)
checks that filename and embedded name match, which they can't with the
change you applied.
Thanks, Jan