Zeev Suraski wrote: > I don't think we can rely on GNU grep being installed though... >
Well, we pretty much need to rely on GNU sed being installed on Solaris, so why not grep, too? The sed problem comes up when doing the final linking when building. You usually end up with a collosal libtool line, which makes Sun's sed explode, as it can only handle about 4000 characters. (You'll end up with sed reporting that the "output line [is] too long". I haven't fully investigated what Sun tools will bork a build, but Sun's sed definitely does, and probably a majority of the time. J -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php