Unix Technical Forum

vnc "make" problems

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 ...


Go Back   Unix Technical Forum > Unix Operating Systems > Solaris Operating System > Sun Solaris Administration

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-12-2008, 07:15 AM
Sameer
 
Posts: n/a
Default vnc "make" problems

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?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-12-2008, 07:15 AM
Michael Laajanen
 
Posts: n/a
Default Re: vnc "make" problems

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-12-2008, 07:15 AM
Tony Curtis
 
Posts: n/a
Default Re: vnc "make" problems

>> 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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-12-2008, 07:16 AM
Sameer
 
Posts: n/a
Default Re: vnc "make" problems

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.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-12-2008, 07:16 AM
Michael Laajanen
 
Posts: n/a
Default Re: vnc "make" problems

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-12-2008, 07:21 AM
Steve Carey
 
Posts: n/a
Default Re: vnc "make" problems

"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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:28 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com