This is a discussion on vnc "make" problems within the Sun Solaris Administration forums, part of the Solaris Operating System category; --> i'm trying to do the "make World" for Xvnc, and i keep running into the following error: # make ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| i'm trying to do the "make World" for Xvnc, and i keep running into the following error: # make World Building Release 6.3 of the X Window System. I hope you checked the configuration parameters in ./config/cf to see if you need to pass BOOTSTRAPCFLAGS. Tue Jan 27 00:25:44 PST 2004 cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" clean make[1]: Entering directory `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc/config/imake' rm -f ccimake imake.o imake rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#* rm -f -r Makefile.proto Makefile Makefile.dep bootstrap make[1]: Leaving directory `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc/config/imake' make Makefile.boot make[1]: Entering directory `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc' cd ./config/imake && make -w -f Makefile.ini BOOTSTRAPCFLAGS="" make[2]: Entering directory `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc/config/imake' making imake with BOOTSTRAPCFLAGS= in config/imake cc -o ccimake -O -I../../include -I../../imports/x11/include/X11 ccimake.c /usr/ucb/cc: language optional software package not installed make[2]: *** [ccimake] Error 1 make[2]: Leaving directory `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc/config/imake' make[1]: *** [imake.proto] Error 2 make[1]: Leaving directory `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc' make: *** [World] Error 2 i'm sure it has somethign to do with the "language optional software package.... blah" first of all, why is this using cc? i have gcc installed. maybe i'm totallyw rong here, but still. what gives? |
| |||
| HI, Sameer wrote: > i'm trying to do the "make World" for Xvnc, and i keep running into the > following error: > > > # make World > > Building Release 6.3 of the X Window System. > > I hope you checked the configuration parameters in ./config/cf > to see if you need to pass BOOTSTRAPCFLAGS. > > Tue Jan 27 00:25:44 PST 2004 > > cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" clean > make[1]: Entering directory > `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc/config/imake' > rm -f ccimake imake.o imake > rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#* > rm -f -r Makefile.proto Makefile Makefile.dep bootstrap > make[1]: Leaving directory > `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc/config/imake' > make Makefile.boot > make[1]: Entering directory `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc' > cd ./config/imake && make -w -f Makefile.ini BOOTSTRAPCFLAGS="" > make[2]: Entering directory > `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc/config/imake' > making imake with BOOTSTRAPCFLAGS= in config/imake > cc -o ccimake -O -I../../include -I../../imports/x11/include/X11 > ccimake.c > /usr/ucb/cc: language optional software package not installed > make[2]: *** [ccimake] Error 1 > make[2]: Leaving directory > `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc/config/imake' > make[1]: *** [imake.proto] Error 2 > make[1]: Leaving directory `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc' > make: *** [World] Error 2 > > > i'm sure it has somethign to do with the "language optional software > package.... blah" Which is SUN's C compiler package and you don't have it. > > first of all, why is this using cc? i have gcc installed. maybe i'm totallyw > rong here, but still. what gives? > > Have you read all README's and INSTALL files that come with the package? Try to edit the Makefile to use gcc as cc CC=gcc or similar. Also try gmake if you still have a problem. Otherwise get a precompiled vnc, why invent the wheel ... www.blastwave.com or www.sunfreeware.com /michael |
| |||
| >> On Wed, 28 Jan 2004 00:25:58 -0800, >> "Sameer" <ssnewsgroups@hotmail.com> said: > i'm trying to do the "make World" for Xvnc, and i keep > running into the following error: > /usr/ucb/cc: language optional software package > not installed[/b] See also Michael's follow-up, and: http://www.science.uva.nl/pub/solari...is2.html#q5.37 http://www.science.uva.nl/pub/solari...ris2.html#q6.1 hth t |
| |||
| well shit... i never knew about blastwave.com, so thanks for that post. as for the README, i did read it, but it didn't have anything i found useful to troubleshoot this problem. i really would have liked to use a package, but sunfreeware only has a vnc package for solaris8. tony, thanks for those links. i'm gonna give fixing the make world issue before i use the package. |
| |||
| HI, Sameer wrote: > well shit... i never knew about blastwave.com, so thanks for that post. as > for the README, i did read it, but it didn't have anything i found useful to > troubleshoot this problem. > > i really would have liked to use a package, but sunfreeware only has a vnc > package for solaris8. > > tony, thanks for those links. i'm gonna give fixing the make world issue > before i use the package. > > If you are on S9, then vnc S8 should be fine otherwise S9 might have a bug. /michael |
| ||||
| "Sameer" <ssnewsgroups@hotmail.com> wrote in message news:<2PmdnR5CjtQo7Yrd4p2dnA@adelphia.com>... > i'm trying to do the "make World" for Xvnc, and i keep running into the > following error: > > > # make World > > Building Release 6.3 of the X Window System. > > I hope you checked the configuration parameters in ./config/cf > to see if you need to pass BOOTSTRAPCFLAGS. > > Tue Jan 27 00:25:44 PST 2004 > > cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" clean > make[1]: Entering directory > `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc/config/imake' > rm -f ccimake imake.o imake > rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#* > rm -f -r Makefile.proto Makefile Makefile.dep bootstrap > make[1]: Leaving directory > `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc/config/imake' > make Makefile.boot > make[1]: Entering directory `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc' > cd ./config/imake && make -w -f Makefile.ini BOOTSTRAPCFLAGS="" > make[2]: Entering directory > `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc/config/imake' > making imake with BOOTSTRAPCFLAGS= in config/imake > cc -o ccimake -O -I../../include -I../../imports/x11/include/X11 > ccimake.c > /usr/ucb/cc: language optional software package not installed > make[2]: *** [ccimake] Error 1 > make[2]: Leaving directory > `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc/config/imake' > make[1]: *** [imake.proto] Error 2 > make[1]: Leaving directory `/usr/home/austin/vnc-3.3.7-unixsrc/Xvnc' > make: *** [World] Error 2 > > > i'm sure it has somethign to do with the "language optional software > package.... blah" > > first of all, why is this using cc? i have gcc installed. maybe i'm totallyw > rong here, but still. what gives? I was having the same problem. I changed Xvnc/config/imake/Makefile.ini so "CC = gcc" and that gets me farther. It's still compiling as I write this. Steve |