<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FAQ</title><link>https://sourceforge.net/p/toastpp/wiki/FAQ/</link><description>Recent changes to FAQ</description><atom:link href="https://sourceforge.net/p/toastpp/wiki/FAQ/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 25 Apr 2014 09:41:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/toastpp/wiki/FAQ/feed" rel="self" type="application/rss+xml"/><item><title>FAQ modified by Martin Schweiger</title><link>https://sourceforge.net/p/toastpp/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="toast-frequently-asked-questions"&gt;Toast++: Frequently Asked Questions&lt;/h1&gt;
&lt;h2 id="compilation-problems"&gt;Compilation problems:&lt;/h2&gt;
&lt;h3 id="linux"&gt;Linux:&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt; Q: &lt;/strong&gt; When compiling Toast++, I get an error message like "undefined symbol: toast_ctrsv__" (or some similar undefined toast_xxx symbol).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt; A: &lt;/strong&gt; You probably used an incompatible Fortran compiler to generate the BLAS and LAPACK libraries. If you are compiling these libararies yourself as part of the Toast++ package, make sure that you are using gfortran, and not the old g77 compiler (check the "F77" entry in Makefile.incl). To enforce the use of gfortran, type&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;setenv&lt;/span&gt; &lt;span class="n"&gt;F77&lt;/span&gt; &lt;span class="n"&gt;gfortran&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;for csh, or&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;export&lt;/span&gt; &lt;span class="n"&gt;F77&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;gfortran&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;for bash, &lt;em&gt;before&lt;/em&gt; running configure.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Schweiger</dc:creator><pubDate>Fri, 25 Apr 2014 09:41:26 -0000</pubDate><guid>https://sourceforge.net3f99dfc61e1bde708399d7341852ea3a149ebedf</guid></item></channel></rss>