This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
mkcheck and rpath
- To: libstdc++ at gcc dot gnu dot org
- Subject: mkcheck and rpath
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Tue, 22 May 2001 01:11:15 -0400
mkcheck now uses --rpath in SH_FLAG. AIX linker does not have a
--rpath option. SH_FLAG used to be empty. Is mkcheck suppose to be
portable any more?
The reason I ask is that when I try runnin the testsuite via
dejagnu, I get TCL errors and the test bails.
David