problems with make check on linux in MCSim v 5.5.0

"Setzer, Woodrow" <[email protected]> Mon, 18 Mar 2013 17:27:03 +0000
Newsgroups gmane.comp.gnu.mcsim.bugs
Message-ID <0014238BB4E3C343B385D87123F86E2E0A13FAF0@BL2PRD0910MB350.namprd09.prod.outlook.com>
--_000_0014238BB4E3C343B385D87123F86E2E0A13FAF0BL2PRD0910MB350_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I've run into a couple of problems with 'make check'.
1) $(MCSIMHOME)/samples/perc/Makefile needs to have the 'executable' attrib=
ute set (chmod +x $(MCSIMHOME)/samples/perc/Makefile).
2) On line 35 of $(MCSIMHOME)/samples/perc/Makefile (below, with line numbe=
rs and extra lines for context)

31 # perc.lsodes.in
32 echo
33 echo Testing Lsodes with perc.lsodes.in ...
34 TEST3=3D0
35 (mcsim.perc perc.lsodes.in sim.out &> mcsim.log) || TEST3=3D1
36 if test $TEST3 -eq 1;
37  then echo '-FAILED-'
38  else echo '-PASSED-'
39 fi;

(mcsim.perc needs to be (./mcsim.perc

Otherwise, great work!

Woody

--_000_0014238BB4E3C343B385D87123F86E2E0A13FAF0BL2PRD0910MB350_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-=
1">
<style id=3D"owaParaStyle" type=3D"text/css"><!--P {margin-top:0;margin-bot=
tom:0;}--></style>
</head>
<body ocsi=3D"0" fpstyle=3D"1">
<div style=3D"direction: ltr;font-family: Tahoma;color: #000000;font-size: =
10pt;">I've run into a couple of problems with 'make check'.<br>
1) $(MCSIMHOME)/samples/perc/Makefile needs to have the 'executable' attrib=
ute set (chmod &#43;x $(MCSIMHOME)/samples/perc/Makefile).<br>
2) On line 35 of $(MCSIMHOME)/samples/perc/Makefile (below, with line numbe=
rs and extra lines for context)<br>
<br>
31 # perc.lsodes.in&nbsp;&nbsp;&nbsp; <br>
32 echo<br>
33 echo Testing Lsodes with perc.lsodes.in ...<br>
34 TEST3=3D0<br>
35 (mcsim.perc perc.lsodes.in sim.out &amp;&gt; mcsim.log) || TEST3=3D1<br>
36 if test $TEST3 -eq 1;<br>
37&nbsp; then echo '-FAILED-'<br>
38&nbsp; else echo '-PASSED-'<br>
39 fi;<br>
<br>
(mcsim.perc needs to be (./mcsim.perc<br>
<br>
Otherwise, great work! <br>
<br>
Woody<br>
</div>
</body>
</html>

--_000_0014238BB4E3C343B385D87123F86E2E0A13FAF0BL2PRD0910MB350_--