This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Problems rebuilding libffi/Makefile.in
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: Problems rebuilding libffi/Makefile.in
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Tue, 27 Mar 2001 18:14:36 -0500 (EST)
- cc: Bryce McKinlay <bryce at albatross dot co dot nz>, java at gcc dot gnu dot org
On 27 Mar 2001, Alexandre Oliva wrote:
> 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?
Not really. But it'd be nice to understand why libffi builds on one
OS and not another. My wild guess was that "mkdir -p" was used
somewhere... I could be completely wrong on that.
In this particular case it'd be best to create the object dirs in
Makefile.am, I think.
Jeff