This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: (toplevel) Fix dramatic breakage for ordinary crosses (related to program_transform_name)


On Dec 28, 2002, DJ Delorie <dj@delorie.com> wrote:

>> > But it would be nice if autoconf managed this problem for us.
>> 
>> It can't.  Consider that the config.cache file specified in the
>> command line may be in a directory that is not writable,

> That's a different type of problem.  Does autoconf allow for failure
> to write to config.cache?

It checks whether the file is writable, and then it overwrites the
file.  Whether the directory is writable doesn't matter.  It just
makes it harder to choose the location of the lock file.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]