I've also tried with admb10.1<br>and the answer is the same:<br><br>LRC $ chmod 777 configure<br>LRC $ ./configure BUILD_64BIT=yes<br>bash: ./configure: Permission denied<br><br>Luis<br><br><br><div class="gmail_quote">
On Fri, May 6, 2011 at 7:45 PM, aaron <span dir="ltr"><<a href="mailto:jaguar.smart@gmail.com">jaguar.smart@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div 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<div><div></div><div class="h5"><br>
<br>
On 05/06/2011 07:36 AM, Luis Ridao wrote:
<blockquote 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 href="http://gnu.org/licenses/gpl.html" target="_blank">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 href="mailto:jaguar.smart@gmail.com" target="_blank">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>On Fri, May 6, 2011 at 5:55 AM, Luis Ridao
<span dir="ltr"><<a 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>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 href="mailto:Users@admb-project.org" target="_blank">Users@admb-project.org</a><br>
<a 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>
</div></div></div>
</blockquote></div><br>