egcs-980328 on i586-pc-linux-gnu test results

Jim Wilson wilson@cygnus.com
Fri Apr 3 21:52:00 GMT 1998


	/usr/local/src/BUILD/egcs-980328/configure: ./../libio/config.shared: No such file or directory

configure invokes the config.shared script, which echoes stuff into the
Makefile.  If there is an error while invoking this script, then the error
goes into the Makefile.  You probably want to check and try to figure out
why the error happened.  Is the pathname correct?  Do you actually have the
file?

Search for config.shared in $srcdir/libstdc++/configure.in to see where this
script is executed.

Did you perhaps configure in the source directory?  We have a lot of trouble
keeping that working.  Configuring in a different directory generally is much
more likely to work.  E.g.
	mkdir objdir
	cd objdir
	../configure

Jim






More information about the Gcc mailing list