[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libcdio-devel] libcdio make -j4 bug
From: |
Nicolas Boullis |
Subject: |
Re: [Libcdio-devel] libcdio make -j4 bug |
Date: |
Tue, 23 Nov 2004 02:40:46 +0100 |
User-agent: |
Mutt/1.5.6+20040722i |
Hi,
On Mon, Nov 22, 2004 at 06:47:01AM -0500, R. Bernstein wrote:
> Goetz Waschk noted a that "make -j4" was failing because of a missing
> dependency from
> libiso9660 on libcdio.
>
> make -j4 was failing because the Makefile variable
> "libcdio_la_dependencies" was not getting set even though it is set in
> Makefile.am. I don't know why this happens.
>
> I've worked around the problem (currently in CVS) by removing
> libcdio_la_dependencies and adding the value of it (libcdio.la) in the
> two places that variable was used.
After trying to reproduce the bug myself, I figured out that it was
failing because of a stupid typo: we were using
libcdio9660_la_dependencies instead of libiso9660_la_dependencies...
Nicolas