From: Andrew Cagney <ac131313@redhat.com>
To: dj@redhat.com, gdb-patches@sources.redhat.com
Subject: Use TCL_CC_SEARCH_FLAGS, not TCL_LD_SEARCH_FLAGS
Date: Wed, 29 Jan 2003 23:52:00 -0000 [thread overview]
Message-ID: <3E38692B.1020700@redhat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 420 bytes --]
This sets the tcl library flag based on CC search flags and not the LD
search flags. The problem was with rpath vis:
CC_SEARCH_PATH -Wl,-rpath,/non/existant/directory
LD_SEARCH_PATH -rpath /non/existant/directory
it was trying to pass `-rpath /...' to $(CC) and GCC didn't like that.
DJ,
According to ../MAINTAINERS, I send these to you? It's checked in.
What next? It relates to `cygnus local' stuff.
Andrew
[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 1041 bytes --]
Index: ChangeLog
2003-01-29 Andrew Cagney <ac131313@redhat.com>
* configure.in (EXP_AND_TCL_LIBS): Set to TCL_CC_SEARCH_FLAGS
instead of TCL_LD_SEARCH_FLAGS.
(EXP_AND_TK_LIBS): Ditto.
* configure: Regneerate.
Index: configure.in
===================================================================
RCS file: /cvs/src/src/expect/configure.in,v
retrieving revision 1.6
diff -u -r1.6 configure.in
--- configure.in 11 Apr 2002 23:13:38 -0000 1.6
+++ configure.in 29 Jan 2003 23:43:26 -0000
@@ -1193,8 +1193,8 @@
# now broken out into EXP_AND_TCL_LIBS and EXP_AND_TK_LIBS. Had to do this
# in order to avoid repeating lib specs to which some systems object.
-EXP_AND_TCL_LIBS="$EXP_AND_TCL_LIBS $TCL_LD_SEARCH_FLAGS"
-EXP_AND_TK_LIBS="$EXP_AND_TK_LIBS $TCL_LD_SEARCH_FLAGS"
+EXP_AND_TCL_LIBS="$EXP_AND_TCL_LIBS $TCL_CC_SEARCH_FLAGS"
+EXP_AND_TK_LIBS="$EXP_AND_TK_LIBS $TCL_CC_SEARCH_FLAGS"
# Sigh - Tcl defines SHLIB_LD_LIBS to be either empty or ${LIBS} and
# LIBS is intended to be expanded by Make. But since we're too close
next reply other threads:[~2003-01-29 23:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-29 23:52 Andrew Cagney [this message]
2003-01-30 0:08 ` DJ Delorie
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E38692B.1020700@redhat.com \
--to=ac131313@redhat.com \
--cc=dj@redhat.com \
--cc=gdb-patches@sources.redhat.com \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox