Hello Brad, > 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: snipped...
Well, it's looking for cc, not gcc. You have to do some changes in some files: First, to get the imake-system work in your system, edit /usr/openwin/lib/config/site.def (maybe you must be root to do that): there is a section /* #ifndef HasGcc2 #define HasGcc2 YES #endif */ Remove the commentmarkers, so that it reads: #ifndef HasGcc2 #define HasGcc2 YES #endif Now go to your sourcetree of vnc, to ...vnc_unixsrc/Xvnc/config/cf/site.def: Do the same changes like before. Now do xmkmf make World as descibed in the instructions. Go to ...vnc_unixsrc/Xvnc/config/imake/Makefile.ini and change cc=cc to cc=gcc Go to ...vnc_unixsrc/Xvnc/config/imake/vnc.def and set Project Root from X11R6 to openwin. Now it should "make" it. Good luck. Best regards, Andreas Andreas Schmidt Web: http://www.dus-spot.de http://www.zauberwald-fans.de E-MAIL: [EMAIL PROTECTED] S-Mail: Am Wehrgraben 8 D - 58339 Breckerfeld _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
