I updated to CVS top of tree and tried to compile on my Mac. I got the following error:<br><br>Linking CXX executable ../bin/ccmake<br>Undefined symbols:<br> "_lzmadec_init", referenced from:<br> _lzma_bidder_init in libcmlibarchive.a(archive_read_support_compression_xz.c.o)<br>
"_lzmadec_decode", referenced from:<br> _lzma_filter_read in libcmlibarchive.a(archive_read_support_compression_xz.c.o)<br> "_lzmadec_end", referenced from:<br> _lzma_filter_close in libcmlibarchive.a(archive_read_support_compression_xz.c.o)<br>
ld: symbol(s) not found<br><br><br>I did a 'cvs update -dAP' which I believe should do the right thing. I even deleted the build directory and reconfigured (only changing the install location).<br><br>I'm using Mac 10.5.8 and GCC 4.0.1. I compiled using the makefile generator.<br>
<br>Is anyone else seeing this issue?<br><br>Thanks,<br>James<br>