[Prev][Next][Index]
Problem installing pc++-1.3.1
- From: <vasilis@arc.unm.edu>
- Date: Tue, 6 Sep 1994 11:06:50 -0600 (MDT)
- Subject: Problem installing pc++-1.3.1
- To: sage-bugs@cica.indiana.edu
- Cc: vasilis@LOCAL.D
I am trying to install the pc++ version number 1.3.1 into our system.
The steps that I followed are :
I runed the executable ./configure and it seems that it works.
After I runed the command "make install". It seems that it works up to
the point that tries to compile the directory "TestSuite". It goes into
the directory "Grid" to compile the files there and rather then compile
the files it gaves the following message :
-------------------------ERROR MESSAGE----------------------------------
*** COMPILING TestSuite DIRECTORY
*** COMPILING Grid DIRECTORY
sh: MAKE: not found
The error code from the last failed command is 1.
Make Quitting.
The error code from the last failed command is 2.
Make Quitting.
TestSuite
-------------------------END OF ERROR MESSAGE----------------------------
Then I went into that directory. I found the file 'MAKE' I tried to
executed as follows :
"sh MAKE"
got the message: "MAKE: syntax error at line 27: `else' unexpected"
"csh MAKE" or "./MAKE"
got the message: "You must specify the extension to a Makefile, e.g.
uniproc"
"./MAKE all"
got the message: "No such file: ../../TestSuite/MAKE-files/Makefile.all"
"./MAKE sp1eui"
got the message: "Make: Do not know how to make sp1eui.
Check that the target is defined in the description file
and that the dependency files exist.
Quitting."
"./MAKE sp1euih"
got the message: "../../bin/rs6000/pc++ -D__SP1__ -w -o temp.C -I.
-I../../target/sp1/include -I../../target/include
grid_block.pc xlC -I. -I/usr/lpp/euih/eui -I.
-I../../target/sp1/include -I../../target/include
-O2 -c temp.C
Make: Do not know how to make
../../target/sp1/lib/KernelCom.o.
Check that the target is defined in the description file
and that the dependency files exist.
Quitting."
I looked to find the file "../../target/sp1/lib/KernelCom.o" but it does
not excist. In the directory "../../target/sp1" are two subdirectories,
"include", and "src" and the directory "lib" does not excist.
The above messages are not only for the directory "TestSuite/Grid" but
for all the subdirectories in the directory "TestSuite".
If you have any suggestions of how to solve that problem could you please
let me know.
Thanks in advance,
#########################################################################
# Research Assistant at the MAUI SuperComputer Project at UNM. #
# Major : Master in Computer Engineering #
# Expected graduation date : 5-20-96 #
# #
# Thesis Topic : I/O characteristic patterns of MPP. #
# Advisor : Dr. John Sobolewski, Associate Vice President of CIRT. #
# #
# HOME PHONE : ( 505 ) 843-8087 PHONE: (505) 277-8331 #
# FAX : (505) 277-8235 #
# E-MAIL: vasilis@arc.unm.edu #
# vgeor@argo.unm.edu #
#########################################################################