TightVNC and Solaris 8
2007-12-25 6:07:00
Has anyone managed to get TightVNC to compile under Solaris 8?
I'm trying to compile TightVNC v1.2.9 on solaris 8 2/04, using gcc
version 3.3.2 and the linker in /usr/ccs/bin.
I get linking errors when i issue the command, make World.
Could some offer some advice to get around this thanks??
Copy of output below.
bash-2.03# make World
make Makefiles
making Makefiles in libvncauth...
mv Makefile Makefile.bak
making Makefiles in vncviewer...
mv Makefile Makefile.bak
making Makefiles in vncpasswd...
mv Makefile Makefile.bak
making Makefiles in vncconnect...
mv Makefile Makefile.bak
make depend
depending in ./libvncauth...
makedepend -- -I. -I../include -I/usr/openwin/include -Dsun -Dsparc
-DSVR4 -DSYSV -D__EXTENSIONS__ -- vncauth.c d3des.c
depending in ./vncviewer...
makedepend -- -I../include -I. -I/usr/local/include
-I/usr/local/include -I/usr/include -I/usr/openwin/include -Dsun
-Dsparc -DSVR4 -DSYSV -D__EXTENSIONS__ -- argsresources.c colour.c
cursor.c desktop.c dialogs.c fullscreen.c listen.c misc.c popup.c
rfbproto.c selection.c shm.c sockets.c tunnel.c vncviewer.c
depending in ./vncpasswd...
makedepend -- -I../include -I/usr/openwin/include -Dsun -Dsparc
-DSVR4 -DSYSV -D__EXTENSIONS__ -- vncpasswd.c
depending in ./vncconnect...
makedepend -- -I/usr/openwin/include -Dsun -Dsparc -DSVR4 -DSYSV
-D__EXTENSIONS__ --
make all
making all in ./libvncauth...
cc -O -Xc -xF -xcg92 -I. -I../include -I/usr/openwin/include -Dsun
-Dsparc -DSVR4 -DSYSV -D__EXTENSIONS__ -c vncauth.c
cc: unrecognized option `-Xc'
cc: language cg92 not recognized
cc: vncauth.c: linker input file unused because linking not done
cc -O -Xc -xF -xcg92 -I. -I../include -I/usr/openwin/include -Dsun
-Dsparc -DSVR4 -DSYSV -D__EXTENSIONS__ -c d3des.c
cc: unrecognized option `-Xc'
cc: language cg92 not recognized
cc: d3des.c: linker input file unused because linking not done
rm -f libvncauth.a
/usr/ccs/bin/ar cq libvncauth.a vncauth.o d3des.o
ar: cannot open vncauth.o
No such file or directory
ar: cannot open d3des.o
No such file or directory
ar: vncauth.o not found
ar: d3des.o not found
*** Error code 2
make: Fatal error: Command failed for target `libvncauth.a'
Current working directory /download/vnc/vnc_unixsrc/libvncauth
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /download/vnc/vnc_unixsrc
*** Error code 1
make: Fatal error: Command failed for target `World'
--
Dan
The information contained within this e-mail and any files attached to this
e-mail is private and in addition may include commercially sensitive
information. The contents of this e-mail are for the intended recipient only
and therefore if you wish to disclose the information contained within this
e-mail or attached files, please contact the sender prior to any such
disclosure.
If you are not the intended recipient, any disclosure, copying or distribution
is prohibited. Please also contact the sender and inform them of the error and
delete the e-mail, including any attached files from your system.
www.eadsdsuk.com
Comments
Got something to say?
You must be logged in to post a comment.

