On Mon, Oct 11, 2010 at 2:32 PM, Andreas Färber andreas.faerber@web.de wrote:
Am 26.09.2010 um 20:53 schrieb Andreas Färber:
- Changing some file in fs/iso9660/ and re-running `make` in obj-ppc
causes LD to fail with multiple/undefined symbols. Removing ./libfs.a first and then re-running `make` works fine.
I believe this is caused by identically named .o files in target/fs/hfs/ and target/fs/hfsplus/. It therefore doesn't affect the sparc targets. Should we rename the sources or always rm the archive first?
Rename, but does it actually make sense to enable both HFS and HFS+ support simultaneously? Is HFS+ able to read HFS volumes?