public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Dejagnu is so scrwed up
@ 1998-03-11  9:04 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 1998-03-11  9:04 UTC (permalink / raw)
  To: egcs

Hi,

I am trying to figure out why dejagnu cannot find libstc++ during
"make check" in egcs. It turned out libgloss.exp is too screwed up
to really do anything useful.

My egcs build directory is is /usr/src/gcc/egcs-1.0 and I
configured/installed egcs as i586-unknown-linux. So egcs installed
something under /usr/i586-unknown-linux. Now the "lookfor_file" proc
in libgloss.exp will return /usr/i586-unknown-linux for

set multitop [lookfor_file "/usr/src/gcc/egcs-1.0" "i586-unknown-linux"]

It is because lookfor_file searches ".. ../.. ../../.. ../../../..".
From then on, almost everything is screwed up.

I believe that also causes failures for other people. Is there a fix
for it? I will try to write one if there is none.

Thanks.

-- 
H.J. Lu (hjl@gnu.org)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-03-11  9:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-03-11  9:04 Dejagnu is so scrwed up H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).