[daip] AIPS installation
Eric Greisen
egreisen at nrao.edu
Thu Aug 4 10:29:52 EDT 2005
thyagarajan at astro.rug.nl writes:
> which LDOPTS.SH and FDEFAULT.SH are you talking about? i could atleast
> find 3 versions of them residing in different directories. they are:
>
> 1. /home/software/AIPS/AIPS_ROOT/31DEC05/LINUX/SYSTEM/NITHYA_AIPS
> 2. /home/software/AIPS/AIPS_ROOT/31DEC05/LINUX/SYSTEM/
> 3. /home/software/AIPS/AIPS_ROOT/31DEC05/SYSTEM/UNIX
I had said earlier $SYSLOCAL which should be #1 above. Your
absence of environment variables is because you have not set yourself
up as a full aips manager:
cd $AIPS_ROOT
source LOGIN.CSH (or . LOGIN.SH if using bash)
$CDTST
Then all logicals are known.
>
> they contain the following respectively:
>
> 1. in LDOPTS.SH : COMPILER=/usr/local/bin/g77
> in FDEFAULT.SH: COMPILER="fort77"
> # Changed by install.pl on Wed Aug 3 17:20:29 2005
> COMPILER=/usr/local/bin/g77
This looks right.
> 2. in LDOPTS.SH: COMPILER="/usr/bin/g77"
> in FDEFAULT.SH: COMPILER="fort77"
> COMPILER=/usr/bin/g77
> 3. in LDOPTS.SH: COMPILER="fc"
> in FDEFAULT.SH: COMPILER="fort77"
> COMPILER="/usr/convex/fc"
> ... and some more for different architectures.
>
> I checked the way you told me to check for the variable $LD_LIBRARY_PATH
> Here I post what I did and what i saw:
Sorry to double check - as I said some people do not know unix
all that well and mis-interpret words like echo and type
>
> [root at guest8 ~]# echo $LD_LIBRARY_PATH
> [root at guest8 ~]#
>
> so it just displayed a blank line and showed the bash prompt again. i
> hope it doesn't matter in which directory i try this or does it?
>
> and i searched for libg2c.a in
> /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.3
> but i couldn't find it and the following is what i foun in the directory:
>
> cc1 cc1plus crtbegin.o crtendS.o jc1 specs
> cc1chill collect2 crtbeginS.o f771 jvgenmain SYSCALLS.c.X
> cc1obj cpp0 crtend.o include libgcc.a
This is the problem and suggests that 2.95.3 did not install properly.
>
> i still haven't tried setting the environment vairable. should i or
> should i fix what is going on as mentioned above first?
No it is a compiler issue.
Are you running on a Pentium IV? If so, the binary installation path
may be desirable. We are going to convert it to use the Intel
compiler especially for PIVs and it will run faster than the GNU
compiler. To do a binary install,
perl install.pl -n
where the -n tells it to do a binary installation. You must have the
rsync port open in your firewall.
Maybe Wes will be around today to help on this -lg2c issue.
Eric Greisen
More information about the Daip
mailing list