James

I think these compilers are native SCO tools. And not issued from open
source.

# CC -V
UX:CC: INFO: C++ Compilation System 3.4 06/08/05 (legend.bl14aa)
UX:CC: TO FIX: Usage: CC [
-01234A:b:B:Ccd:D:e:EgGh:HiI:K:l:L:o:OpPq:R:Q:Su:U:vVwW:X:Y:z:#Z:NFT:f ]
files ...
# cc -V
UX:cc: INFO: Optimizing C Compilation System  (CCS) 4.2  06/08/05
(legend.bl14aa)
UX:cc: TO FIX: Usage: cc [
-01234A:b:B:Ccd:D:e:EgGh:HiI:K:l:L:o:OpPq:R:Q:Su:U:vVwW:X:Y:z:#Z: ] files
... 

Note: I didn't find a gcc for SCO6.

Vincent

> -----Message d'origine-----
> De : James Weatherall [mailto:[EMAIL PROTECTED] 
> Envoyi : jeudi 15 dicembre 2005 16:54
> @ : [EMAIL PROTECTED]; vnc-list@realvnc.com
> Objet : RE: Xvnc Compilation Issue
> 
> Vincent,
> 
> The X server code doesn't use "configure".  Since it's the X 
> server that is failing to build, it's the X server code that 
> you need to check is detecting & using suitable C & C++ 
> compilers & a suitable version of make.
> 
> Which versions of C, C++ and make does your system have?
> 
> Cheers,
> 
> Wez @ RealVNC Ltd.
> 
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of vincent DEDIEU
> > Sent: 15 December 2005 14:57
> > To: 'James Weatherall'; vnc-list@realvnc.com
> > Subject: RE: Xvnc Compilation Issue
> > 
> > James
> > 
> > The 'configure' command checks my system and allows me to run the 
> > 'make'
> > command.
> > (I don't know if it's significant but I'm able to compile vncviewer 
> > and Co)
> > 
> > Configure detects CC (with uperrcase letters) as C++ 
> compiler. Please 
> > find below the output of the configure command.
> > 
> > Vincent
> > 
> > loading cache ./config.cache
> > configuring common...
> > loading cache ./config.cache
> > checking for gcc... (cached) cc
> > checking whether the C compiler (cc  ) works... yes 
> checking whether 
> > the C compiler (cc  ) is a cross-compiler... no checking whether we 
> > are using GNU C... (cached) no checking whether cc accepts -g... 
> > (cached) no checking for c++... (cached) CC checking 
> whether the C++ 
> > compiler (CC  ) works... yes checking whether the C++ 
> compiler (CC  ) 
> > is a cross-compiler... no checking whether we are using GNU C++... 
> > (cached) no checking whether CC accepts -g... (cached) no 
> checking for 
> > ranlib... (cached) :
> > checking whether make sets ${MAKE}... (cached) yes checking 
> how to run 
> > the C++ preprocessor... (cached) CC -E checking for X... (cached) 
> > libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for 
> > dnet_ntoa in -ldnet... (cached) no checking for dnet_ntoa in 
> > -ldnet_stub... (cached) no checking for gethostbyname... 
> (cached) no 
> > checking for gethostbyname in -lnsl... (cached) no checking for 
> > connect... (cached) no checking for connect in -lsocket... (cached) 
> > yes checking for remove... (cached) yes checking for 
> shmat... (cached) 
> > yes checking for IceConnectionNumber in -lICE... (cached) yes 
> > configuring zlib...
> > Checking for gcc...
> > Building static library libz.a version 1.1.4 with cc.
> > Checking for unistd.h... Yes.
> > Checking for errno.h...  Yes.
> > Checking for mmap support... Yes.
> > ...done configuring zlib
> > checking for vsnprintf... (cached) yes checking for 
> socklen_t... yes 
> > creating ./config.status creating Makefile creating rdr/Makefile 
> > creating network/Makefile creating Xregion/Makefile creating 
> > rfb/Makefile ...done configuring common checking for gcc... 
> (cached) 
> > cc checking whether the C compiler (cc  ) works... yes checking 
> > whether the C compiler (cc  ) is a cross-compiler... no checking 
> > whether we are using GNU C... (cached) no checking whether 
> cc accepts 
> > -g... (cached) no checking for c++... (cached) CC checking 
> whether the 
> > C++ compiler (CC  ) works... yes checking whether the C++ 
> compiler (CC  
> > ) is a cross-compiler... no checking whether we are using 
> GNU C++... 
> > (cached) no checking whether CC accepts -g... (cached) no 
> checking for 
> > ranlib... (cached) :
> > checking whether make sets ${MAKE}... (cached) yes checking 
> how to run 
> > the C++ preprocessor... (cached) CC -E checking for X... (cached) 
> > libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for 
> > dnet_ntoa in -ldnet... (cached) no checking for dnet_ntoa in 
> > -ldnet_stub... (cached) no checking for gethostbyname... 
> (cached) no 
> > checking for gethostbyname in -lnsl... (cached) no checking for 
> > connect... (cached) no checking for connect in -lsocket... (cached) 
> > yes checking for remove... (cached) yes checking for 
> shmat... (cached) 
> > yes checking for IceConnectionNumber in -lICE... (cached) 
> yes creating 
> > ./config.status creating Makefile creating tx/Makefile creating 
> > x0vncserver/Makefile creating vncviewer/Makefile creating 
> > vncconfig/Makefile creating vncpasswd/Makefile
> > 
> > > -----Message d'origine-----
> > > De : James Weatherall [mailto:[EMAIL PROTECTED] Envoyi : jeudi 15 
> > > dicembre 2005 15:26 @ : [EMAIL PROTECTED]; 
> vnc-list@realvnc.com Objet : 
> > > RE: Xvnc Compilation Issue
> > > 
> > > Vincent,
> > > 
> > > Are you sure that you are using the correct C/C++ compiler and 
> > > version of make for building XFree86 4.3.0 on your SCO 
> Openserver?  
> > > The programs/Xserver/vnc directory contains several C++ files, so 
> > > you must have a working C++ compiler and ensure that the X build 
> > > detects it.
> > > 
> > > Cheers,
> > > 
> > > Wez @ RealVNC Ltd.
> > > 
> > > 
> > > > -----Original Message-----
> > > > From: vincent DEDIEU [mailto:[EMAIL PROTECTED]
> > > > Sent: 15 December 2005 14:02
> > > > To: vnc-list@realvnc.com; 'James Weatherall'
> > > > Subject: RE: Xvnc Compilation Issue
> > > > 
> > > > James
> > > > 
> > > > When looking carefuly you can notice there is no 
> command (at the 
> > > > beginning of the line) and no source filename (at the end,
> > > just .cc).
> > > > 
> > > > Vincent
> > > > 
> > > > > -----Message d'origine-----
> > > > > De : James Weatherall [mailto:[EMAIL PROTECTED] Envoyi : 
> > jeudi 15
> > > > > dicembre 2005 14:59 @ : [EMAIL PROTECTED] Cc : 
> vnc-list@realvnc.com 
> > > > > Objet : RE: Xvnc Compilation Issue
> > > > > 
> > > > > Vincent,
> > > > > 
> > > > > There doesn't appear to be an error message in the
> > output you've
> > > > > supplied below.  Can you include the error message
> > > itself, from the
> > > > > make in xc/programs/Xserver/vnc/Xvnc?
> > > > > 
> > > > > Cheers,
> > > > > 
> > > > > Wez @ RealVNC Ltd.
> > > > > 
> > > > > 
> > > > > > -----Original Message-----
> > > > > > From: vincent DEDIEU [mailto:[EMAIL PROTECTED]
> > > > > > Sent: 15 December 2005 13:03
> > > > > > To: 'James Weatherall'
> > > > > > Subject: RE: Xvnc Compilation Issue
> > > > > > 
> > > > > > James
> > > > > > 
> > > > > > Thank you for your reactivity.
> > > > > > 
> > > > > > If I run "make" from  xc/programs/Xserver/vnc/Xvnc I got
> > > > > the following
> > > > > > error (because environment variables are not initialized):
> > > > > >  rm -f xvnc.o .i
> > > > > >          -c  -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC
> > > > -DXRECORD
> > > > > > -DMITSHM -DB IGREQS -DXF86VIDMODE -DXF86MISC -DDBE
> > > > -DDPMSExtension
> > > > > > -DEVI -DSCREENSAVER -DXV - DXVMC  -DFONTCACHE 
> -DVNCEXT -DRES 
> > > > > > -UXF86VIDMODE -UXFreeXDGA -UXF86MISC -fno-ope 
> rator-names .cc
> > _______________________________________________
> > VNC-List mailing list
> > VNC-List@realvnc.com
> > To remove yourself from the list visit:
> > http://www.realvnc.com/mailman/listinfo/vnc-list
_______________________________________________
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to