[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GEMPAK #GOL-966360]: Compiling error...



> Disk definitely not full.
> 
> I ran make all and make install.
> 
> Hmm, maybe I should have been root?  

Nope, you don't need to be root to install, everything installs to $OS_BIN.

> Still size zero exe's now:
>
> -rwxr-xr-x 1 gempak gempak    59214 Feb 19 21:32 ncdump
> -rwxr-xr-x 1 gempak gempak    34902 Feb 19 21:32 nccopy
> -rwxr-xr-x 1 gempak gempak     5039 Feb 19 21:32 nc-config
> -rwxr-xr-x 1 gempak gempak        0 Feb 19 21:38 sncross2
> -rwxr-xr-x 1 gempak gempak        0 Feb 19 21:38 sncross
> -rwxr-xr-x 1 gempak gempak        0 Feb 19 21:38 sntser
> -rwxr-xr-x 1 gempak gempak  5220616 Feb 19 21:38 gdprof


The zero size files are still from February 19, so it seems the programs like 
sncross and sntser are not being built.  If you cd $GEMPAK/source/programs/sn/ 
and run "make all" again you'll see whatever error messages there are.  It's 
probably going to be the same undefined reference to `pc_sstn_' error, but you 
should confirm.

If it is, you need to check that the pc_sstn_ object exists in $OS_LIB/gemlib.a 
with the command:


nm -o $OS_LIB/gemlib.a | grep pc_sst

which should return

gemlib.a:pcsstn.o:0000000000000000 T pc_sstn_
gemlib.a:snghgt.o:                 U pc_sstn_


Ticket Details
===================
Ticket ID: GOL-966360
Department: Support GEMPAK
Priority: High
Status: Open