You may have gcc installed, but your makefile appears to be trying to use the Sun compiler. Try pointing the makefile to the gcc compiler. I suspect some of the options show are not valid on the Sun compiler.
Carson Carson R. Wilcox Senior Systems Architect Fujitsu Consulting Tampa, FL ---------- Original Message ---------------------------------- From: "Witherspoon, Brad" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Tue, 29 Oct 2002 11:15:40 -0500 >I'm trying to compile Xvnc on Solaris 8. I've got gcc installed but I'm still >getting the following errors, could someone out there help me please? I'm >confused...... > >Here's the error message for configure: > >mv -f Makefile Makefile.bak >imake -I../..//config/cf -DTOPDIR=../../ -DCURDIR=. >/opt/SUNWspro/bin/cc -xO3 -Xa -I../..//include - I../..//exports/include/X11 >-I../../ -I../..//exports/include -Dsun -DSVR4 >-DCPP_PROGRAM="\"/usr/ccs/lib/cpp\"" -c -o imake.o imake.c >cc: unrecognized option `-Xa' >cc: language O3 not recognized >cc: imake.c: linker input file unused since linking not done >rm -f imake >LD_RUN_PATH=/usr/openwin/lib /opt/SUNWspro/bin/cc -o imake -xO3 - Xa >imake.o -lsocket -lnsl >cc: imake.o: No such file or directory >cc: unrecognized option `-Xa' >make: *** [imake] Error 1 >mv -f Makefile Makefile.bak >imake -I.//config/cf -DTOPDIR=./ -DCURDIR=. >make Makefiles >making Makefiles in include... >make[1]: Entering directory `/opt/tvnc/vnc_unixsrc/Xvnc' >/bin/sh: .././/config/imake/imake: not found >make[1]: *** [include/Makefile] Error 1 >make[1]: Leaving directory `/opt/tvnc/vnc_unixsrc/Xvnc' >make[1]: Entering directory `/opt/tvnc/vnc_unixsrc/Xvnc/include' >make[1]: *** No rule to make target `Makefiles'. Stop. >make[1]: Leaving directory `/opt/tvnc/vnc_unixsrc/Xvnc/include' >making Makefiles in config... >make[1]: Entering directory `/opt/tvnc/vnc_unixsrc/Xvnc' >/bin/sh: .././/config/imake/imake: not found >make[1]: *** [config/Makefile] Error 1 >make[1]: Leaving directory `/opt/tvnc/vnc_unixsrc/Xvnc' >make[1]: Entering directory `/opt/tvnc/vnc_unixsrc/Xvnc/config' >make[1]: *** No rule to make target `Makefiles'. Stop. >make[1]: Leaving directory `/opt/tvnc/vnc_unixsrc/Xvnc/config' >making Makefiles in lib... >make[1]: Entering directory `/opt/tvnc/vnc_unixsrc/Xvnc' >/bin/sh: .././/config/imake/imake: not found >make[1]: *** [lib/Makefile] Error 1 >make[1]: Leaving directory `/opt/tvnc/vnc_unixsrc/Xvnc' >make[1]: Entering directory `/opt/tvnc/vnc_unixsrc/Xvnc/lib' >make[1]: *** No rule to make target `Makefiles'. Stop. >make[1]: Leaving directory `/opt/tvnc/vnc_unixsrc/Xvnc/lib' >making Makefiles in programs... >make[1]: Entering directory `/opt/tvnc/vnc_unixsrc/Xvnc' >/bin/sh: .././/config/imake/imake: not found >make[1]: *** [programs/Makefile] Error 1 >make[1]: Leaving directory `/opt/tvnc/vnc_unixsrc/Xvnc' >make[1]: Entering directory `/opt/tvnc/vnc_unixsrc/Xvnc/programs' >make[1]: *** No rule to make target `Makefiles'. Stop. >make[1]: Leaving directory `/opt/tvnc/vnc_unixsrc/Xvnc/programs' >make includes >+ mkdir -p .//exports/include >+ mkdir -p .//exports/bin >including in ./include... >make[1]: Entering directory `/opt/tvnc/vnc_unixsrc/Xvnc/include' >make[1]: *** No rule to make target `includes'. Stop. >make[1]: Leaving directory `/opt/tvnc/vnc_unixsrc/Xvnc/include' >including in ./config... >make[1]: Entering directory `/opt/tvnc/vnc_unixsrc/Xvnc/config' >make[1]: *** No rule to make target `includes'. Stop. >make[1]: Leaving directory `/opt/tvnc/vnc_unixsrc/Xvnc/config' >including in ./lib... >make[1]: Entering directory `/opt/tvnc/vnc_unixsrc/Xvnc/lib' >make[1]: *** No rule to make target `includes'. Stop. >make[1]: Leaving directory `/opt/tvnc/vnc_unixsrc/Xvnc/lib' >including in ./programs... >make[1]: Entering directory `/opt/tvnc/vnc_unixsrc/Xvnc/programs' >make[1]: *** No rule to make target `includes'. Stop. >make[1]: Leaving directory `/opt/tvnc/vnc_unixsrc/Xvnc/programs' >make: *** [includes] Error 2 > >Brad Witherspoon > > > >This communication is confidential, intended only for the named recipient(s) >above and may contain trade secrets or other information that is exempt from >disclosure under applicable law. Any use, dissemination, distribution or >copying of this communication by anyone other than the named recipient(s) is >strictly prohibited. If you have received this communication in error, please >immediately notify us by calling. Thank you. >_______________________________________________ >VNC-List mailing list >[EMAIL PROTECTED] >http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
