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]

egcs-980302, alphaev5-dec-osf4.0b "make check" fails to run (strange)


	I'm having a strange problem with alphaev5-dec-osf4.0b when
running "make check".  Basically, libio/config.shared does not have
execute permissions so it doesn't insert the appropriate Makefile
fragments when "make check" attempts to run it.  You get an error in
the Makefile.

 > make[1]: Entering directory
 > 	`/usr/var/tmp/gcc-testing/egcs-980302/libraries/libstdc++'
 > Makefile:66: *** target pattern contains no `%'.  Stop.
 > make[1]: Leaving directory
 > 	`/usr/var/tmp/gcc-testing/egcs-980302/libraries/libstdc++'
 > make: *** [all-target-libstdc++] Error 2



	This is what the problem Makefile looks like around line 66.

 > #### package, host, target, and site dependent Makefile fragments come in here.
 > # Warning: this fragment is automatically generated
 > /usr/var/tmp/gcc-testing/egcs-980302/configure:
 > 	./../libio/config.shared: not found
 > ##



	If I do these commands:

chmod +x libio/config.shared
libraries/libstdc++/tests/config.status
libraries/libstdc++/testsuite/config.status
libraries/libstdc++/config.status

the "make check" completes fine.  The odd thing is that it only
happens on the alpha.  This has been going on for several weeks and I
just want to know if its something in my platform or anyone else has
seen this.

		Thanks,
		--Kaveh

PS: I'm running dejagnu-971222

--
Kaveh R. Ghazi			Project Manager / Custom Development
ghazi@caip.rutgers.edu		ICon CMT Corp.


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