[ADMB Users] Fwd: bash: ./configure: No such file or directory

Luis Ridao luridao at gmail.com
Tue May 10 05:23:31 PDT 2011


---------- Forwarded message ----------
From: Luis Ridao <luridao at gmail.com>
Date: Tue, May 10, 2011 at 2:21 PM
Subject: Re: [ADMB Users] bash: ./configure: No such file or directory
To: Johnoel Ancheta <johnoel at hawaii.edu>



Having experienced so many technical problems since I upgraded to Ubuntu
11.04
I decided to give openSUSE a chance. The installation went well (the make
verify also fine)

But when running the "simple.tpl" program  I get the following error:

ridao at linux-kw78:/usr/local/admb/examples/admb/simple> admb simple

*** tpl2cpp simple
Error trying to open file xxhtop.tmp
Error trying to open file xxglobal.tmp
Error trying to open file simple.htp
Error trying to open file xxalloc.tmp
/usr/local/admb/bin/admb: line 49:  5893 Segmentation fault      tpl2cpp
simple

Error: could not create simple.cpp

Has anyone experienced this kind of message before?

Below are my system specifications:

---------------------------------------------------------------------------------------
ridao at linux-kw78:/usr/local/admb/examples/admb/simple> lsb_release -a
LSB Version:    n/a
Distributor ID:    SUSE LINUX
Description:    openSUSE 11.4 (i586)
Release:    11.4
Codename:    Celadon
---------------------------------------------------------------------------------------
c++ compiler:
ridao at linux-kw78:/usr/local/admb/examples/admb/simple>  gcc --version
gcc (SUSE Linux) 4.5.1 20101208 [gcc-4_5-branch revision 167585]

---------------------------------------------------------------------------------------

Best,
Luis


On Tue, May 10, 2011 at 12:21 AM, Johnoel Ancheta <johnoel at hawaii.edu>wrote:

> try
>
> $ bash ./configure
>
>
> ----- Original Message -----
> From: Luis Ridao <luridao at gmail.com>
> Date: Monday, May 9, 2011 12:09 am
> Subject: Re: [ADMB Users] bash: ./configure: No such file or directory
> To: aaron <jaguar.smart at gmail.com>
> Cc: users at admb-project.org
>
> > I've also tried with admb10.1
> > and the answer is the same:
> >
> > LRC $ chmod 777 configure
> > LRC $ ./configure BUILD_64BIT=yes
> > bash: ./configure: Permission denied
> >
> > Luis
> >
> >
> > On Fri, May 6, 2011 at 7:45 PM, aaron <jaguar.smart at gmail.com> wrote:
>
>> > Hum... it is interesting that configure is just read write and it seems
>> that would explain the problem.
>> > Check man chmod I think the option you are looking for is -R.
>> > 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.
>> > I am not sure what is going on, but it seems more likely a permission
>> issue than an admb issue?
>> > I hope that this helps.
>> > Aaron
>> >
>> >
>> > On 05/06/2011 07:36 AM, Luis Ridao wrote:
>>
>> This is the result of the commands:
>> >
>> > LRC $ bash -version
>> > GNU bash, version 4.2.8(1)-release (x86_64-pc-linux-gnu)
>> > Copyright (C) 2011 Free Software Foundation, Inc.
>> > License GPLv3+: GNU GPL version 3 or later <
>> http://gnu.org/licenses/gpl.html>
>> >
>> > This is free software; you are free to change and redistribute it.
>> > There is NO WARRANTY, to the extent permitted by law.
>> > LRC $ ls -l
>> > total 173
>> > -rw------- 1 luisridaocruz luisridaocruz 145899 2011-01-18 20:41
>> configure
>> > drwx------ 1 luisridaocruz luisridaocruz   4096 2011-01-18 20:41 docs
>> > drwx------ 1 luisridaocruz luisridaocruz      0 2011-01-18 20:41
>> examples
>> > -rw------- 1 luisridaocruz luisridaocruz   1680 2010-12-23 16:43
>> LICENSE
>> > -rw------- 1 luisridaocruz luisridaocruz    767 2010-12-25 21:33
>> Makefile
>> > -rw------- 1 luisridaocruz luisridaocruz   6847 2011-01-15 01:01
>> README.txt
>> > drwx------ 1 luisridaocruz luisridaocruz   4096 2011-01-18
>> 20:40sc-ripts
>> > drwx------ 1 luisridaocruz luisridaocruz   4096 2011-01-18 20:41 src
>> > -rw------- 1 luisridaocruz luisridaocruz      0 2011-05-06 15:33
>> typesc-ript
>>
>> > -rw------- 1 luisridaocruz luisridaocruz      5 2010-12-03 17:46
>> VERSION
>> > LRC $ ./configure BUILD_64BIT=yes
>> > bash: ./configure: Permission denied
>> >
>> > I'm trying to change the permission mode for all th files in the folder
>> but it does not seem to work:
>> >
>> > LRC $ chmod 777 configure
>> > LRC $ ls -l
>> > total 173
>> > -rw------- 1 luisridaocruz luisridaocruz 145899 2011-01-18 20:41
>> configure
>> > drwx------ 1 luisridaocruz luisridaocruz   4096 2011-01-18 20:41 docs
>> > drwx------ 1 luisridaocruz luisridaocruz      0 2011-01-18 20:41
>> examples
>> > -rw------- 1 luisridaocruz luisridaocruz   1680 2010-12-23 16:43
>> LICENSE
>> > -rw------- 1 luisridaocruz luisridaocruz    767 2010-12-25 21:33
>> Makefile
>> > -rw------- 1 luisridaocruz luisridaocruz   6847 2011-01-15 01:01
>> README.txt
>> > drwx------ 1 luisridaocruz luisridaocruz   4096 2011-01-18
>> 20:40sc-ripts
>> > drwx------ 1 luisridaocruz luisridaocruz   4096 2011-01-18 20:41 src
>> > -rw------- 1 luisridaocruz luisridaocruz      0 2011-05-06 15:33
>> typesc-ript
>>
>> > -rw------- 1 luisridaocruz luisridaocruz      5 2010-12-03 17:46
>> VERSION
>> > LRC $
>> >
>> > So I don't really know what it is going on on my system.
>> >
>> > Best,
>> > Luis
>> >
>> >
>> > On Fri, May 6, 2011 at 2:49 PM, bigA <jaguar.smart at gmail.com> wrote:
>>
>>> > Just to make sure is configure executable? Type ls -l  configure?
>>> > Also just to make sure you are using bash right? I don't think >> is
>>> the default prompt...
>>> > It almost looks like R, but the error message is weird.
>>> > Do you havesc-ript? If so could you type the following into bash?
>>> > If so could you send us the typesc-ript file from the following
>>> session?
>>>
>>> > It would be good to see what is happening.
>>> >
>>> > sc-ript
>>>
>>> > bash -version
>>> > ls -l
>>> > ./configure BUILD_64BIT=yes
>>> > exit
>>> >
>>>  > On Fri, May 6, 2011 at 5:55 AM, Luis Ridao <luridao at gmail.com> wrote:
>>>
>>>>  > ADMB -help,
>>>> >
>>>> > Trying to install ADMB10.0 from source.
>>>> >
>>>> > >> ./configure BUILD_64BIT=yes
>>>> > bash: ./configure: No such file or directory
>>>> >
>>>> > The configuration file exists and I run it from the distribution
>>>> directory.
>>>> > (UBUNTU 11.04)
>>>> >
>>>> > Thanks in advance
>>>> >
>>>>  > _______________________________________________
>>>> > Users mailing list
>>>> > Users at admb-project.org
>>>> > http://lists.admb-project.org/mailman/listinfo/users<http://lists.admb-project.org/mailman/listinfo/users>
>>>> >
>>>>
>>>  >
>>>
>>  >
>>
>> >
>>
> >
> > _______________________________________________
> > Users mailing list
> > Users at admb-project.org
> > http://lists.admb-project.org/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.admb-project.org/pipermail/users/attachments/20110510/3d983f63/attachment.html>


More information about the Users mailing list