Hi, ncarg-ers,
I'm the site installe of license 1044. Our Cray has been upgraded to
SV1 and I need to install 4.1 on it under UNICOS 10.0.0.5
It is not a supported machine, and I'm not able to install 4.1 on it.
I have installed gnu make on it, but that is a first step, but not
enough.
The troubles are in config/Rules where the following code
]\
Makefiles::]\
@for dir in dirs ; do \ ]\
if (test -d $$dir) then \ ]\
(cd $$dir; echo "Making Makefiles in $(CURRENT_DIR)/$$dir";\ ]\
$(NEWYMAKE) -Topdir ../$(TOP) -Curdir $(CURRENT_DIR)/$$dir;\ ]\
$(MAKE) $(MFLAGS) Makefiles);\ ]\
else echo "NOT Making Makefiles in $(CURRENT_DIR)/$$dir"; fi \ ]\
done]\
results in the following Makefile which is wrong.
You can see "$ $dir" (with a blank between the $s) is wrong !
Makefiles::
@for dir in $(SUBDIRS) ; do \
if (test -d $ $dir) then \
(cd $ $dir; echo "Making Makefiles in $(CURRENT_DIR)/$$dir";\
$(NEWYMAKE) -Topdir . ./ $(TOP) -Curdir $(CURRENT_DIR)/ $ $dir;\
$(MAKE) $(MFLAGS) Makefiles);\
else echo "NOT Making Makefiles in $(CURRENT_DIR)/$$dir"; fi \
done
Another trouble is the following:
gmake[5]: Leaving directory `/usr/home/usrlocal/src/NCARG4.1/SRC/ncarview/src/bin/rasgetpal'
Making Makefiles in ./rassplit
CC-11 cpp: ERROR File = /usr/home/usrlocal/src/NCARG4.1/SRC/ncarview/src/bin/rassplit/./ymake.tmp1075, Line = 24
The indicated directive is not a recognized preprocessing directive.
#setopt load_flags $(CFLAGS) $(CINCS)
^
CC-11 cpp: ERROR File = /usr/home/usrlocal/src/NCARG4.1/SRC/ncarview/src/bin/rassplit/./ymake.tmp1075, Line = 25
The indicated directive is not a recognized preprocessing directive.
#load $(SRCS) $(LIBS)
^
CC-11 cpp: ERROR File = /usr/home/usrlocal/src/NCARG4.1/SRC/ncarview/src/bin/rassplit/./ymake.tmp1075, Line = 28
The indicated directive is not a recognized preprocessing directive.
#setopt load_flags $(CFLAGS) $(CINCS)
^
CC-11 cpp: ERROR File = /usr/home/usrlocal/src/NCARG4.1/SRC/ncarview/src/bin/rassplit/./ymake.tmp1075, Line = 29
The indicated directive is not a recognized preprocessing directive.
#load $(OBJS) $(LIBS)
^
4 errors detected in this compilation.
Does anybody have any experience on the above machine and wishes to
help me?
Thank you very much from Italy,
Emanuele
-- Emanuele Lombardi mail: AMB-GEM-CLIM ENEA Casaccia I-00060 S.M. di Galeria (RM) ITALY mailto:lele@mantegna.casaccia.enea.it tel +39 06 30483366 fax +39 06 30483591This transmission was made possible by 100% recycled electrons.
||| \|/ ;_; What does a process need | /"\ to become a daemon ? | \v/ | | - a fork o---/!\--- | |_| | _/ \_
This archive was generated by hypermail 2b29 : Wed Jun 28 2000 - 09:45:43 MDT