<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hum... it is interesting that configure is just read write and it
    seems that would explain the problem. <br>
    Check man chmod I think the option you are looking for is -R.  <br>
    Have you tried chmod =rwx configure?  I think what you did should
    work.. but I am using Ubuntu 10 something and you have a newer
    version of bash.<br>
    I am not sure what is going on, but it seems more likely a
    permission issue than an admb issue? <br>
    I hope that this helps. <br>
    Aaron<br>
    <br>
    On 05/06/2011 07:36 AM, Luis Ridao wrote:
    <blockquote
      cite="mid:BANLkTinxXTZ4AeFWdRjGzrGEwCXvENgQRQ@mail.gmail.com"
      type="cite">This is the result of the commands:<br>
      <br>
      LRC $ bash -version<br>
      GNU bash, version 4.2.8(1)-release (x86_64-pc-linux-gnu)<br>
      Copyright (C) 2011 Free Software Foundation, Inc.<br>
      License GPLv3+: GNU GPL version 3 or later <<a
        moz-do-not-send="true" href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>><br>
      <br>
      This is free software; you are free to change and redistribute it.<br>
      There is NO WARRANTY, to the extent permitted by law.<br>
      LRC $ ls -l<br>
      total 173<br>
      -rw------- 1 luisridaocruz luisridaocruz 145899 2011-01-18 20:41
      configure<br>
      drwx------ 1 luisridaocruz luisridaocruz   4096 2011-01-18 20:41
      docs<br>
      drwx------ 1 luisridaocruz luisridaocruz      0 2011-01-18 20:41
      examples<br>
      -rw------- 1 luisridaocruz luisridaocruz   1680 2010-12-23 16:43
      LICENSE<br>
      -rw------- 1 luisridaocruz luisridaocruz    767 2010-12-25 21:33
      Makefile<br>
      -rw------- 1 luisridaocruz luisridaocruz   6847 2011-01-15 01:01
      README.txt<br>
      drwx------ 1 luisridaocruz luisridaocruz   4096 2011-01-18 20:40
      scripts<br>
      drwx------ 1 luisridaocruz luisridaocruz   4096 2011-01-18 20:41
      src<br>
      -rw------- 1 luisridaocruz luisridaocruz      0 2011-05-06 15:33
      typescript<br>
      -rw------- 1 luisridaocruz luisridaocruz      5 2010-12-03 17:46
      VERSION<br>
      LRC $ ./configure BUILD_64BIT=yes<br>
      bash: ./configure: Permission denied<br>
      <br>
      I'm trying to change the permission mode for all th files in the
      folder but it does not seem to work:<br>
      <br>
      LRC $ chmod 777 configure<br>
      LRC $ ls -l<br>
      total 173<br>
      -rw------- 1 luisridaocruz luisridaocruz 145899 2011-01-18 20:41
      configure<br>
      drwx------ 1 luisridaocruz luisridaocruz   4096 2011-01-18 20:41
      docs<br>
      drwx------ 1 luisridaocruz luisridaocruz      0 2011-01-18 20:41
      examples<br>
      -rw------- 1 luisridaocruz luisridaocruz   1680 2010-12-23 16:43
      LICENSE<br>
      -rw------- 1 luisridaocruz luisridaocruz    767 2010-12-25 21:33
      Makefile<br>
      -rw------- 1 luisridaocruz luisridaocruz   6847 2011-01-15 01:01
      README.txt<br>
      drwx------ 1 luisridaocruz luisridaocruz   4096 2011-01-18 20:40
      scripts<br>
      drwx------ 1 luisridaocruz luisridaocruz   4096 2011-01-18 20:41
      src<br>
      -rw------- 1 luisridaocruz luisridaocruz      0 2011-05-06 15:33
      typescript<br>
      -rw------- 1 luisridaocruz luisridaocruz      5 2010-12-03 17:46
      VERSION<br>
      LRC $ <br>
      <br>
      So I don't really know what it is going on on my system.<br>
      <br>
      Best,<br>
      Luis<br>
      <br>
      <br>
      <div class="gmail_quote">On Fri, May 6, 2011 at 2:49 PM, bigA <span
          dir="ltr"><<a moz-do-not-send="true"
            href="mailto:jaguar.smart@gmail.com">jaguar.smart@gmail.com</a>></span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">Just to make sure is configure executable?
          Type ls -l  configure? <br>
          Also just to make sure you are using bash right? I don't think
          >> is the default prompt...<br>
          It almost looks like R, but the error message is weird. <br>
          Do you have script? If so could you type the following into
          bash?<br>
          If so could you send us the typescript file from the following
          session?<br>
          It would be good to see what is happening.<br>
          <br>
          script<br>
          bash -version<br>
          ls -l  <br>
          ./configure BUILD_64BIT=yes<br>
          exit <br>
          <br>
          <div class="gmail_quote">
            <div>
              <div class="h5">On Fri, May 6, 2011 at 5:55 AM, Luis Ridao
                <span dir="ltr"><<a moz-do-not-send="true"
                    href="mailto:luridao@gmail.com" target="_blank">luridao@gmail.com</a>></span>
                wrote:<br>
              </div>
            </div>
            <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
              0.8ex; border-left: 1px solid rgb(204, 204, 204);
              padding-left: 1ex;">
              <div>
                <div class="h5">ADMB -help,<br>
                  <br>
                  Trying to install ADMB10.0 from source.<br>
                  <br>
                  >> ./configure BUILD_64BIT=yes<br>
                  bash: ./configure: No such file or directory<br>
                  <br>
                  The configuration file exists and I run it from the
                  distribution directory.<br>
                  (UBUNTU 11.04)<br>
                  <br>
                  Thanks in advance<br>
                  <br>
                </div>
              </div>
              _______________________________________________<br>
              Users mailing list<br>
              <a moz-do-not-send="true"
                href="mailto:Users@admb-project.org" target="_blank">Users@admb-project.org</a><br>
              <a moz-do-not-send="true"
                href="http://lists.admb-project.org/mailman/listinfo/users"
                target="_blank">http://lists.admb-project.org/mailman/listinfo/users</a><br>
              <br>
            </blockquote>
          </div>
          <br>
        </blockquote>
      </div>
      <br>
    </blockquote>
    <br>
  </body>
</html>