<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Saang-Yoon,<br>
Some of the information Arni sent is on a slightly out of date and
somewhat hard to find page about using ADMB on linux on the ADMB
Project website:
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<a
 href="http://admb-project.org/community/tutorials-and-examples/using-admb-on-linux">http://admb-project.org/community/tutorials-and-examples/using-admb-on-linux</a><br>
<br>
The planned future website reorganization and new FAQ might make it
easier to find this information. Let us know if you have further
problems so we can add more help to the site as needed.<br>
<br>
Had you been using the Visual C++<span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span
 class="Apple-style-span"
 style="border-collapse: collapse; font-family: 'Lucida Grande',Verdana,Lucida,Helvetica,Arial,sans-serif; font-size: 12px; line-height: 18px;"></span></span>
version on Windows, I would also suggest you watch out for any
non-standard C++ code which Microsoft supports, but which wouldn't
compile with GCC on either platform.<br>
<br>
Perhaps in the future, the tpl2cpp could just convert (or be more
robust to) the line endings (and maybe even watch for missing
indentations as well)?<br>
-Ian<br>
<br>
Arni Magnusson wrote:
<blockquote
 cite="mid:alpine.LFD.2.00.1005141251590.31069@hafstormur.hafro.is"
 type="cite">Hi Saang-Yoon,
  <br>
  <br>
The problem you're running into is that ADMB in Linux doesn't like
Windows line endings (see
<a class="moz-txt-link-freetext" href="http://en.wikipedia.org/wiki/Newline#Common_problems">http://en.wikipedia.org/wiki/Newline#Common_problems</a>).
  <br>
  <br>
You can convert between Linux and Windows line endings using a text
editor, or command line tools like 'dos2unix' and 'unix2dos':
  <br>
  <br>
$ dos2unix mark_recap13.tpl
  <br>
$ admb mark_recap13.tpl
  <br>
$ mark_recap13 -ind mr_v13.dat
  <br>
  <br>
Arni
  <br>
  <br>
  <br>
  <br>
On Thu, 13 May 2010, Saang-Yoon Hyun wrote:
  <br>
  <br>
  <blockquote type="cite">A programmer at my agency and I run into a
few errors in compling a TPL file in a Linux machine.  We believe this
problem is about a mis-match between a complier and the TPL codes,
because the TPL file was perfectly run in a MS Window machine.  I
wonder about whether you had some experience in compling and linking a
TPL file in a Linux machine.  If not, would you introduce someone else
we can inquire? For information, I attach TPL and DAT files to this
email.
    <br>
    <br>
Thank you very much,
    <br>
    <br>
Saang-Yoon
    <br>
    <br>
  </blockquote>
  <pre wrap=""><pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@admb-project.org">Users@admb-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.admb-project.org/mailman/listinfo/users">http://lists.admb-project.org/mailman/listinfo/users</a>
</pre></pre>
</blockquote>
</body>
</html>