public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* More on 971031 libio failures
@ 1997-11-01  6:53 neal
  1997-11-02 19:06 ` Jeffrey A Law
  0 siblings, 1 reply; 2+ messages in thread
From: neal @ 1997-11-01  6:53 UTC (permalink / raw)
  To: egcs

egcs971031 i586-linux-glibc2.
There are 3 failures in libio.  They are due to -lio.  There is no
such library.

libio.log says:
FAIL: tfformat.c compilation 
XFAIL: tfformat.c execution 
testcase ./libio.tests/tfformat.exp completed in 20 seconds
Running ./libio.tests/tiformat.exp ...
Executing on host: /usr/local/src/egcs-971031/gcc/xgcc -B/usr/local/src/egcs-971031/gcc/ ./../tests/tiformat.c  -O3 -I.. -I./..  -DTEST_LIBIO  -L/usr/local/src/egcs-971031/libraries/libiberty -g -lio -liberty   -lm  -o /usr/local/src/egcs-971031/libraries/libio/testsuite/tiformat   
compiler exited with status 1
output is:
/usr/i586-pc-linux-gnu/bin/ld: cannot open -lio: No such file or directory
collect2: ld returned 1 exit status

What's this -lio?

Executing on host: /usr/local/src/egcs-971031/gcc/xgcc -B/usr/local/src/egcs-971031/gcc/ ./../tests/tstdiomisc.c  -O3 -I.. -I./..   -L/usr/local/src/egcs-971031/libraries/libiberty -g -lio -liberty   -lm  -o /usr/local/src/egcs-971031/libraries/libio/testsuite/tstdiomisc   
compiler exited with status 1
output is:
/usr/i586-pc-linux-gnu/bin/ld: cannot open -lio: No such file or directory
collect2: ld returned 1 exit status

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: More on 971031 libio failures
  1997-11-01  6:53 More on 971031 libio failures neal
@ 1997-11-02 19:06 ` Jeffrey A Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeffrey A Law @ 1997-11-02 19:06 UTC (permalink / raw)
  To: neal; +Cc: egcs

  In message < E0xRevH-0002oK-00@neal.fred.net >you write:
  > egcs971031 i586-linux-glibc2.
  > There are 3 failures in libio.  They are due to -lio.  There is no
  > such library.
-lio is the standalone variant of the libio library; it's used by
the testsuite to pick up the libio libraries without libstdc++.

What dejagnu snapshot are you using?  We fixed some problems with
the code to search for the libio/libstdc++ libraries back in mid
Sept.

The other possibility is libio didn't configure & build on your
system.  Do you have the directory <objdir>/libraries/libio?  What
are its contents?

jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-11-02 19:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-11-01  6:53 More on 971031 libio failures neal
1997-11-02 19:06 ` Jeffrey A Law

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).