On 11/22/05, <b class="gmail_sendername">D. Kevin McGrath</b> <<a href="mailto:dmcgrath@cs.indiana.edu">dmcgrath@cs.indiana.edu</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> I can do that...I think. Which files need to be preprocessed, and<br>who should I send them to? Sorry for all the questions, I'm<br>relatively knew to all of this.</blockquote><div><br>Given this error message:<br><br><pre> CC -c -DNDEBUG -DNDEBUG -DBOOST_FILESYSTEM_STATIC_LINK -fast -O4 -xtarget=generic -features=rtti -features=except -I"../../../bin/boost/libs/filesystem/build" -I"/export/home/boost/boost" -I"." -I"/export/home/boost/boost" -o "../../../bin/boost/libs/filesystem/build/libboost_filesystem.a/sunpro/release/exception.o" "/export/home/boost/boost/libs/filesystem/build/../src/exception.cpp" <br><br>...failed sunpro-C++-action ../../../bin/boost/libs/filesystem/build/libboost_filesystem.a/sunpro/release/exception.o...<br>sunpro-C++-action ../../../bin/boost/libs/filesystem/build/libboost_filesystem.a/sunpro/release/operations_posix_windows.o <br> >> Assertion: (../lnk/init.cc, line 1032)<br> while processing /export/home/boost/boost/boost/filesystem/path.hpp at line 66.</pre><br>I'd take the output of this command:<br><br><blockquote>CC -E -DNDEBUG -DNDEBUG -DBOOST_FILESYSTEM_STATIC_LINK -fast -O4 -xtarget=generic -features=rtti -features=except -I"../../../bin/boost/libs/filesystem/build" -I"/export/home/boost/boost" -I"." -I"/export/home/boost/boost" "/export/home/boost/boost/libs/filesystem/build/../src/exception.cpp" </blockquote> </div>And include that with the internal compiler error message above (-E runs the preprocessor only).<br><br>In case that this is an optimizer bug (-O4 thats aggressive!) you might try running the command(s) that crash the compiler with -g or a lower optimization level. <br></div><br>-- <br>Caleb Epstein<br>caleb dot epstein at gmail dot com