[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Libcdio-devel] libcdio make -j4 bug
From: |
R. Bernstein |
Subject: |
[Libcdio-devel] libcdio make -j4 bug |
Date: |
Mon, 22 Nov 2004 06:47:01 -0500 |
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.
- [Libcdio-devel] libcdio make -j4 bug,
R. Bernstein <=