Hi,
I'm trying to install a window manager called CTWM it can be seen at:
But when I run 'make' I get stuck with this message:
[0]root@slicer:/usr/local/ctwm-3.6#make
/usr/ccs/bin/yacc -d gram.y
conflicts: 8 shift/reduce
mv y.tab.c gram.c
mv y.tab.h gram.h
cc -O -Xc -xF -xcg92 -I/usr/openwin/include -Dsun -Dsparc -DSVR4 -DSYSV -DUSEM4 -DXPM -c -o gram.o gram.c
ucbcc: unrecognized option `-Xs'
ucbcc: unrecognized option `-Xc'
ucbcc: language cg92 not recognized
ucbcc: gram.c: linker input file unused because linking not done
ucbcc: -lucb: linker input file unused because linking not done
ucbcc: -lsocket: linker input file unused because linking not done
ucbcc: -lnsl: linker input file unused because linking not done
ucbcc: -lelf: linker input file unused because linking not done
ucbcc: -laio: linker input file unused because linking not done
/usr/ccs/bin/lex -t lex.l > lex.c
cc -O -Xc -xF -xcg92 -I/usr/openwin/include -Dsun -Dsparc -DSVR4 -DSYSV -DUSEM4 -DXPM -c -o lex.o lex.c
And it goes on and on...
Does any one know what are those flags '-Xc' and '-Xs' that aren't recognized, and how do I get around the problem?
I'm trying to install a window manager called CTWM it can be seen at:
But when I run 'make' I get stuck with this message:
[0]root@slicer:/usr/local/ctwm-3.6#make
/usr/ccs/bin/yacc -d gram.y
conflicts: 8 shift/reduce
mv y.tab.c gram.c
mv y.tab.h gram.h
cc -O -Xc -xF -xcg92 -I/usr/openwin/include -Dsun -Dsparc -DSVR4 -DSYSV -DUSEM4 -DXPM -c -o gram.o gram.c
ucbcc: unrecognized option `-Xs'
ucbcc: unrecognized option `-Xc'
ucbcc: language cg92 not recognized
ucbcc: gram.c: linker input file unused because linking not done
ucbcc: -lucb: linker input file unused because linking not done
ucbcc: -lsocket: linker input file unused because linking not done
ucbcc: -lnsl: linker input file unused because linking not done
ucbcc: -lelf: linker input file unused because linking not done
ucbcc: -laio: linker input file unused because linking not done
/usr/ccs/bin/lex -t lex.l > lex.c
cc -O -Xc -xF -xcg92 -I/usr/openwin/include -Dsun -Dsparc -DSVR4 -DSYSV -DUSEM4 -DXPM -c -o lex.o lex.c
And it goes on and on...
Does any one know what are those flags '-Xc' and '-Xs' that aren't recognized, and how do I get around the problem?