This is the mail archive of the
java-prs@sources.redhat.com
mailing list for the Java project.
re: gcj/196
- To: tromey at cygnus dot com
- Subject: re: gcj/196
- From: Anthony Green <green at cygnus dot com>
- Date: 13 Aug 2000 16:40:01 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Anthony Green <green at cygnus dot com>
The following reply was made to PR gcj/196; it has been noted by GNATS.
From: Anthony Green <green@cygnus.com>
To: "'java-gnats@sourceware.cygnus.com'"
<java-gnats@sourceware.cygnus.com>,
"'mdejong@cygnus.com'"
<mdejong@cygnus.com>,
"'tromey@cygnus.com'" <tromey@cygnus.com>,
"'bryce@albatross.co.nz'" <bryce@albatross.co.nz>
Cc:
Subject: re: gcj/196
Date: Sun, 13 Aug 2000 09:31:17 -0700
I don't think the compiler should pass the rpath flag down to the linker. My
reasons are:
- it's different than what we do for C++ and C
- do all linkers support -rpath? This sounds like the kind of hairyness
libtool was invented for.
- we can only guess where the library will be - the compiler has no way to
know.
I think this issue is really only a minor pain for us as we hack on the
tools. This will ultimately be a non-issue for end users because everything
will be installed correctly.
I will close this PR in a few days unless somebody objects.
http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%26pr=196%26database
=java