installing tables/stsdas
shinigami wrote on Sep 17, 2010
Hi,
I try to install tables/stsdas on my laptop but i have some problems at the first steps. I have ubuntu 10.04 on 64bit machine. my csh.cshrc looks like:
setenv iraf ~/iraf/
setenv IRAFARCH linux
source $iraf/unix/hlib/irafuser.csh
and my extern.pkg looks like:
reset noao = /iraf$noao/
task noao.pkg = noao$noao.cl
reset tables = /iraf/extern/tables/
task tables.pkg = tables$tables.cl
reset stsdas = /iraf/extern/stsdas/
task stsdas.pkg = stsdas$stsdas.cl
task apropos = stsdas$apropos.cl
reset helpdb = "lib$helpdb.mip \
,noao$lib/helpdb.mip \
,tables$lib/helpdb.mip \
,stsdas$lib/helpdb.mip \
"
when I type
>mkpkg linux
I get
Warning, hlib$mkpkg.inc line 5: macro `IRAFARCH' not found
host/home/burcu/iraf/unix/hlib///mkfloat.csh: Command not found.
Where do I make the mistake, could you help me?
I try to install tables/stsdas on my laptop but i have some problems at the first steps. I have ubuntu 10.04 on 64bit machine. my csh.cshrc looks like:
setenv iraf ~/iraf/
setenv IRAFARCH linux
source $iraf/unix/hlib/irafuser.csh
and my extern.pkg looks like:
reset noao = /iraf$noao/
task noao.pkg = noao$noao.cl
reset tables = /iraf/extern/tables/
task tables.pkg = tables$tables.cl
reset stsdas = /iraf/extern/stsdas/
task stsdas.pkg = stsdas$stsdas.cl
task apropos = stsdas$apropos.cl
reset helpdb = "lib$helpdb.mip \
,noao$lib/helpdb.mip \
,tables$lib/helpdb.mip \
,stsdas$lib/helpdb.mip \
"
when I type
>mkpkg linux
I get
Warning, hlib$mkpkg.inc line 5: macro `IRAFARCH' not found
host/home/burcu/iraf/unix/hlib///mkfloat.csh: Command not found.
Where do I make the mistake, could you help me?
Mike Fitzpatrick wrote on Sep 17, 2010
Did you do a "source ~/.cshrc" to pick up the changes? Does "echo $IRAFARCH" show that the value is defined? Are you actually using a Bash shell and not a C-shell (in which case you need to put definitions in the .bashrc file).
Last post on Sep 17, 2010