J
Jack
Guest
dear anonymous
Let me discribe & share my installation problem of installing SIS-1.2
into Linunx.
What I did was
First, I downloaded the 'sis-1.2.tar.Z'
Second, I uncompressed and extracted it.
Third, I modified the Makefile into below, ie.
------------------------------------------------
#After "uname -m"
MACHINE = i686
#SRCDIR = /projects/sis/sis-1.2/common/src
SRCDIR = <Parent directory of SIS>
# To make sure there is no problem of graphic
#X11 = /usr/sww/X11
#X11 = /usr/X11R6
SIS = $(SRCDIR)/sis
CAD = $(SRCDIR)/cad
BIN = $(SRCDIR)/bin
CC = gcc
--------------------------------------------------
Fourth, 'make -i'
Then it compiled (during compilation, I found some suspectful messages like
make[1]: [do_repack] Error 1 (ignored)
cp: cannot stat `sred/sred': No such file or directory
Then when I try to invoke '> sis' ===> Permission denied
Anyway, I could not find 'sis' executable.
Another thing I did was the 'patch < sis-1.2.patch1'
The response is "File to patch: "
Then i do not know what to do....
If someone has experience like this, let us share....
Thankyou in advance
Let me discribe & share my installation problem of installing SIS-1.2
into Linunx.
What I did was
First, I downloaded the 'sis-1.2.tar.Z'
Second, I uncompressed and extracted it.
Third, I modified the Makefile into below, ie.
------------------------------------------------
#After "uname -m"
MACHINE = i686
#SRCDIR = /projects/sis/sis-1.2/common/src
SRCDIR = <Parent directory of SIS>
# To make sure there is no problem of graphic
#X11 = /usr/sww/X11
#X11 = /usr/X11R6
SIS = $(SRCDIR)/sis
CAD = $(SRCDIR)/cad
BIN = $(SRCDIR)/bin
CC = gcc
--------------------------------------------------
Fourth, 'make -i'
Then it compiled (during compilation, I found some suspectful messages like
make[1]: [do_repack] Error 1 (ignored)
cp: cannot stat `sred/sred': No such file or directory
Then when I try to invoke '> sis' ===> Permission denied
Anyway, I could not find 'sis' executable.
Another thing I did was the 'patch < sis-1.2.patch1'
The response is "File to patch: "
Then i do not know what to do....
If someone has experience like this, let us share....
Thankyou in advance