From mboxrd@z Thu Jan 1 00:00:00 1970 From: Craig Burley To: law@cygnus.com Cc: pfeifer@dbai.tuwien.ac.at, sichen@studbox.uni-stuttgart.de, egcs@cygnus.com Subject: Re: egcs-1.0.2 installation Date: Fri, 17 Apr 1998 23:53:00 -0000 Message-id: <199804180653.CAA29316@melange.gnu.org> References: <12592.892876203@hurl.cygnus.com> X-SW-Source: 1998-04/msg00715.html >While I *personally* think it's a great idea, there are some drawbacks: > > * For years folks have been striving to make the gnu tools easier > to build/install and have been preacing the "tar xzf blah.tar.gz; cd blah; > configure; make" as all they need to do for most installations. Oops, I think I misspoke about "my" idea. I didn't mean to reject that kind of configuration; I meant to reject the kind where, after "cd blah", people do "mkdir obj; ../configure; make". Indeed I don't want to disallow something that people have used, and that has worked, for a long time. Just the one thing that we've been discussing that doesn't work, but fails in a way that is hard for people to understand: building in a separate objdir that also is a subdirectory of the srcdir. I think the pseudo-sh code I posted earlier is probably easily edited to accommodate that (e.g. "rm -f ${srcdir}/${INOBJ}" just before the "find" command, or similar). But I still assume my code is a slow, default way to do things. Sorry for the confusion. tq vm, (burley)