Hello,
I'm trying to install gks version 4.3.1 on HP-11 with Fortran 90
and am getting the errors shown below. The Xaw messages I understand
since it doesn't appear that we have The Xaw libraries installed.
Can anyone help me with the other problems shown below?
Thanks,
Steve
f90 -O -o tdpackdemo TdpackDemo.o
-L../../../.././ncarg2d/src/libncarg -lncarg
-L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks
-L../../../.././common/src/libncarg_c -lncarg_c -L/tmp/ncarg/lib
-L/usr/lib/Motif2.1 -L/usr/lib/X11R6 -L/usr/lib/pa1.1 -lX11
/usr/ccs/bin/ld: Unsatisfied symbols:
cos (first referenced in
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(psfill.o)) (code)
fabs (first referenced in
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(psfill.o)) (code)
sin (first referenced in
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(psfill.o)) (code)
sqrt (first referenced in
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(xattribute.o))
(code)
*** Error exit code 1
Stop.
Making ./ncarg2d/src/bin/ezmapdemo
f90 -O -c EzmapDemo.f
EzmapDemo.f
program EMDEMO
external subroutine EMRDIN
external subroutine EMRDRN
external subroutine COLORA
external subroutine DRAWLA
external subroutine COLORB
external subroutine DRAWLB
external subroutine MUPPER
external subroutine ZERODA
external subroutine DRSPGD
external subroutine INNPDP
external subroutine DRPTLB
external subroutine PUTINT
external subroutine DRAWSP
external subroutine ROTATE
external subroutine CONINV
external subroutine MDRGDI
4279 Lines Compiled
f90 -O -o ezmapdemo EzmapDemo.o
-L../../../.././ncarg2d/src/libncarg -lncarg
-L../../../.././ncarg2d/src/libncarg_gks -lncarg_gks
-L../../../.././common/src/libncarg_c -lncarg_c -L/tmp/ncarg/lib
-L/usr/lib/Motif2.1 -L/usr/lib/X11R6 -L/usr/lib/pa1.1 -lX11
/usr/ccs/bin/ld: Unsatisfied symbols:
cos (first referenced in
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(psfill.o)) (code)
fabs (first referenced in
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(psfill.o)) (code)
sin (first referenced in
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(psfill.o)) (code)
sqrt (first referenced in
../../../.././ncarg2d/src/libncarg_gks/libncarg_gks.a(xattribute.o))
(code)
*** Error exit code 1
Stop.
Making ./ncarview/src/bin/ictrans
c89 -O -I../../../.././include -I/usr/lib/pa1.1 -DSYSV
-D_HPUX_SOURCE -DNeedFuncProto -c main.c
c89 -O -o ictrans main.o
../../../.././ncarview/src/lib/libictrans/libictrans.o
../../../.././ncarview/src/lib/libctrans/libctrans.o
-L../../../.././ncarview/src/lib/libcgm -lcgm
-L../../../.././ncarview/src/lib/libncarg_ras -lncarg_ras
-L../../../.././common/src/libncarg_c -lncarg_c -Wl,-a,archive
-L/tmp/ncarg/lib -L/usr/lib/Motif2.1 -L/usr/lib/X11R6 -L/usr/lib/pa1.1
-lX11 -lf -lm -Wl,-a,default
/usr/ccs/bin/ld: Can't find library: "f"
*** Error exit code 1
Stop.
c89 -O -o ncgmstat ncgmstat.o
-L../../../.././ncarview/src/lib/libcgm -lcgm
-L../../../.././common/src/libncarg_c -lncarg_c -Wl,-a,archive
-L/tmp/ncarg/lib -L/usr/lib/Motif2.1 -L/usr/lib/X11R6 -L/usr/lib/pa1.1
-Wl,-a,default
Making ./ncarview/src/bin/idt
c89 -O -I../../../.././include -I/usr/lib/pa1.1
-DXAPPDIR='"xapp"' -DTRANSLATOR='"ictrans"' -DBINDIR='"bin"'
-DVERSION='"4.3.1"' -DHPUX -DMAJOR=B -DSYSV -D_HPUX_SOURCE
-DNeedFuncProto -c w_idt.c
cpp: "w_idt.c", line 42: error 4036: Can't open include file
'X11/Xaw/AsciiText.h'.
cpp: "w_idt.c", line 43: error 4036: Can't open include file
'X11/Xaw/Command.h'.
cpp: "w_idt.c", line 44: error 4036: Can't open include file
'X11/Xaw/Dialog.h'.
cpp: "w_idt.c", line 45: error 4036: Can't open include file
'X11/Xaw/Form.h'.
cpp: "w_idt.c", line 46: error 4036: Can't open include file
'X11/Xaw/Label.h'.
cpp: "w_idt.c", line 47: error 4036: Can't open include file
'X11/Xaw/List.h'.
cpp: "w_idt.c", line 48: error 4036: Can't open include file
'X11/Xaw/MenuButton.h'.
cpp: "w_idt.c", line 49: error 4036: Can't open include file
'X11/Xaw/Scrollbar.h'.
cpp: "w_idt.c", line 50: error 4036: Can't open include file
'X11/Xaw/StripChart.h'.
cpp: "w_idt.c", line 51: error 4036: Can't open include file
'X11/Xaw/Paned.h'.
cpp: "w_idt.c", line 52: error 4036: Can't open include file
'X11/Xaw/Cardinals.h'.
*** Error exit code 1
Stop.
Making ./ncarview/src/bin/rasview
c89 -O -I../../../.././include -I/usr/lib/pa1.1 -DSYSV
-D_HPUX_SOURCE -DNeedFuncProto -c rasdraw.c
cc: "rasdraw.c", line 49: error 1713: Illegal redeclaration for
identifier "caddr_t".
*** Error exit code 1
Stop.
Installing ncargpath
installing in ./common/src/bin/ncargpath
Making install in ./common/src/fontcap
f90 -O -o fontc cfaamn.o cfrdln.o cfwrit.o ffgttk.o
ffinfo.o ffphol.o ffppkt.o ffprcf.o ffprsa.o fftbkd.o fftkin.o
sffndc.o sfgtin.o sfgtkw.o sfprcf.o sfskbk.o sftbkd.o
-L../../.././common/src/libncarg_c -lncarg_c -L/tmp/ncarg/lib
-L/usr/lib/Motif2.1 -L/usr/lib/X11R6 -L/usr/lib/pa1.1 -lf -lm
Installing fontc
Processing fontcap font1
/usr/lib/dld.sl: Unresolved symbol: _ecvt_r (plabel) from
/usr/lib/pa1.1/libcl.1
/usr/lib/dld.sl: Unresolved symbol: _ldecvt_r (plabel) from
/usr/lib/pa1.1/libcl.1
/usr/lib/dld.sl: Unresolved module for symbol: __F90_START_IO (code)
from ../../.././common/src/fontcap/fontc
*** Termination signal 134
Stop.
Making install in ./common/src/graphcap
f90 -O -o graphc capchg.o binput.o bndcls.o capast.o
capdat.o cappar.o dascls.o devcls.o devcol.o devmap.o fndchr.o grinit.o
gtflt.o gtint.o gtlog.o gtstr.o intcnv.o lincls.o marcls.o mtchit.o
plgcls.o rascls.o rdline.o skpblk.o txtcls.o
-L../../.././common/src/libncarg_c -lncarg_c -L/tmp/ncarg/lib
-L/usr/lib/Motif2.1 -L/usr/lib/X11R6 -L/usr/lib/pa1.1 -lf -lm
Installing graphc
Processing graphcap adm5
/usr/lib/dld.sl: Unresolved symbol: _ecvt_r (plabel) from
/usr/lib/pa1.1/libcl.1
/usr/lib/dld.sl: Unresolved symbol: _ldecvt_r (plabel) from
/usr/lib/pa1.1/libcl.1
/usr/lib/dld.sl: Unresolved module for symbol: __F90_START_IO (code)
from ../../.././common/src/graphcap/graphc
*** Termination signal 134
Stop.
*** Error exit code 1
_______________________________________________
ncl-talk mailing list
ncl-talk AT unknown
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
This archive was generated by hypermail 2b29 : Fri Nov 12 2004 - 10:57:38 MST