------- Comment #11 from ro at techfak dot uni-bielefeld dot de 2009-07-29 08:20 ------- Subject: Re: [4.4/4.5 Regression] tools.zip doesn't build on systems with short command lines
htl10 at users dot sourceforge dot net writes: > I have a slightly different message on alphaev68-dec-osf5.1a with gcc 4.4.1, > but possibly the same problem: (I can bootstrap 4.3.3, but no luck with > 4.4.0/4.4.1): [...] > find: bad option -path [...] > The 'find: bad option -path' message probably means the command was truncated, > I believe. It looks pretty long to me :-). No, that's a different problem: -path is a GNU find extension which Tru64 UNIX find doesn't support (nor do e.g. Solaris 10 and IRIX 6.5 find). It's simply unportable code. Rainer -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38251