This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

Re: Problems rebuilding libffi/Makefile.in


On Mar 27, 2001, Jeff Sturm <jsturm@one-point.com> wrote:

> It is libtool's job to
> create the obj dir?

It hasn't been, but it certainly wouldn't be too hard to arrange for
libtool to do it.  I just don't think it's the right place for it.
Libtool implicitly creates directories it needs for its internal state
(.libs, etc).

Just for an example: do you think it's a compiler's job to create
/tmp/foo and /tmp/foo/bar, so that you can type gcc -c baz.c -o
/tmp/foo/bar/baz.o without having created /tmp/foo?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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