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>  &quot;_lzmadec_init&quot;, referenced from:<br>      _lzma_bidder_init in libcmlibarchive.a(archive_read_support_compression_xz.c.o)<br>

  &quot;_lzmadec_decode&quot;, referenced from:<br>      _lzma_filter_read in libcmlibarchive.a(archive_read_support_compression_xz.c.o)<br>  &quot;_lzmadec_end&quot;, 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 &#39;cvs update -dAP&#39; which I believe should do the right thing.  I even deleted the build directory and reconfigured (only changing the install location).<br><br>I&#39;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>