On 11/22/05, <b class="gmail_sendername">D. Kevin McGrath</b> &lt;<a href="mailto:dmcgrath@cs.indiana.edu">dmcgrath@cs.indiana.edu</a>&gt; 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.&nbsp;&nbsp;Which files need to be preprocessed, and<br>who should I send them to?&nbsp;&nbsp;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&quot;../../../bin/boost/libs/filesystem/build&quot; -I&quot;/export/home/boost/boost&quot; -I&quot;.&quot; -I&quot;/export/home/boost/boost&quot; -o &quot;../../../bin/boost/libs/filesystem/build/libboost_filesystem.a/sunpro/release/exception.o&quot; &quot;/export/home/boost/boost/libs/filesystem/build/../src/exception.cpp&quot;
<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> &gt;&gt; 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&quot;../../../bin/boost/libs/filesystem/build&quot; -I&quot;/export/home/boost/boost&quot; -I&quot;.&quot; -I&quot;/export/home/boost/boost&quot; &quot;/export/home/boost/boost/libs/filesystem/build/../src/exception.cpp&quot;
</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