<div>Hi,</div><div><br></div><div>Thanks a lot for responding.</div><div><br></div><div>I tried with vtkHybrid, there is now a lot less "undefined reference" errors. The only two left are </div><div><br></div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">lib/libslu.a(dsp_blas2.o): In function `sp_dtrsv':</blockquote>
<blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">dsp_blas2.c:(.text+0x591): undefined reference to `dtrsv_'</blockquote>
<blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">dsp_blas2.c:(.text+0x76e): undefined reference to `dtrsv_'</blockquote>
<div><br></div></blockquote><div><br></div><div>However, this generate some more error code at the begining of the "make" process like : </div><div><br></div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
</blockquote><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
trunk/src/super_lu_4/sreadrb.c:186:15: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]</blockquote>
<div><br></div><div>and </div><div><br></div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">trunk/src/Meth_Projection_Barriere.cpp:56:30: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]</blockquote>
<div><br></div></blockquote><div><br></div><div> Is there a way to remove these new errors ? If not, will them affect the program ?</div><div><br></div><div>Thank you very much !</div><div><br></div><div><br></div><div><div class="gmail_quote">
On Fri, Mar 9, 2012 at 7:45 PM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Then try this:<br>
SET(VTK_LIBRARIES vtkRendering vtkHybrid)<br>
<div><div><br><br></div></div></blockquote></div></div>