http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51498

--- Comment #2 from gee <jojelino at gmail dot com> 2011-12-12 10:41:04 UTC ---
(In reply to comment #1)
> What's the issue you are fixing?
i experienced the dejagnu error that gcj is not found in path. this is because
of gnu make doesn't export its variable to environment implicitly. as you can
see. in  makefile, the EXPECT variable is exported explicitly. so, other
variable that dejagnu exp file uses also need to be exported so.
in my observation, GCJ SUN_JAVAC LD_LIBRARY_PATH CLASSPATH MAUVEDIR is needed
to proper use of dejagnu testsuite. so i exported it.

Reply via email to