<div dir="ltr">Hi all,<br>I recently tried to compile Scilab on my Vista machine and it failed.<br>The problem was caused by a 'realloc' problem in the f2c.exe program used to convert some Fortran source to C. It only failed on certain Fortran files so the build was partially complete.<br>
<br>To fix the problem I downloaded a version of f2c.exe from:<br><a href="http://netlib.sandia.gov/master/index.html">http://netlib.sandia.gov/master/index.html</a><br><br>(untar the tar ball and you'll find the source plus a prebuilt .exe in one of the sub directories - I used the prebuilt version).<br>
<br>I copied the f2c.exe over the one in the scilab/bin directory and then after a "clean solution" and a "build solution" in MS visual studio express edition all is good.<br><br>Hope this is helpful to someone else.<br>
<br>Barry.<br></div>