This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libiert/testsuite


> 	make[1]: Entering directory `/s/tools/egcsobj/libiberty'
> 	/bin/sh: testsuite: does not exist
> 
> The makefile is trying to cd in to a directory ../libiberty/testsuite
> which doesn't exist.

I solved this by:
	cd egcsobj/libiberty
	head config.status
	cut-paste the 'configure' line from the top, removing the leading
		comment character
	cd egcsobj/i686*/libiberty
	head config
	cut-paste the 'configure' line from the top, removing the leading
		comment character
	

No, I don't know why this didn't happen automatically.
No, I wasn't terribly proud of this approach. :-)

RJL


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]