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 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


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