https://bugzilla.novell.com/show_bug.cgi?id=347170
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=347170#c6 --- Comment #6 from Andreas Färber <[EMAIL PROTECTED]> 2007-12-17 07:30:28 MST --- The apparent difference between Solaris and Mac OS X was that on OS X /usr/bin/install was used, while on Solaris "../mono/install-sh -c" was used due to /usr/ucb/ not being in the $PATH because some tools in there like BSD make cause trouble with Mono. Using INSTALL=/usr/ucb/install it works on Solaris. This means that Mono's workaround (the one removed above) breaks building with VPATH where in the absence of an install program "../mono/install-sh -c" is detected. It would thus not be a Solaris-specific problem, only a rarely noticed one. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
