VNC on HP-UX 10.20

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • diSangro
    New Member
    • Jan 2007
    • 69

    #1

    VNC on HP-UX 10.20

    Hello everybody !

    I need to use an HP workstation (with HPUX 10.20) from a remote pc (XP)

    I was thinkin about installing VNC 3.3.7 server on this workstation and the client on the PC.

    My question is: how can I install VNC srv on HP-UX 10.20 ?


    Thanks in advance , bye !!!
  • diSangro
    New Member
    • Jan 2007
    • 69

    #2
    I downloaded the vnc source code ... i tried to compile ion HP 10.20

    I had the following error

    Code:
    i4hp_user[79] ./configure
    loading cache ./config.cache
    configuring common...
    ./configure[531]: ./configure: Execute permission denied.
    ...done configuring common
    checking for gcc... no
    checking for cc... 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... no
    checking whether cc accepts -g... (cached) no
    checking for c++... no
    checking for g++... no
    checking for gcc... no
    checking for CC... no
    checking for cxx... no
    checking for cc++... no
    checking for cl... no
    checking whether the C++ compiler (gcc  ) works... no
    configure: error: installation or configuration problem: C++ compiler cannot cre
    ate executables.
    Any suggestion ?

    Thanks anyway!



    Originally posted by diSangro
    Hello everybody !

    I need to use an HP workstation (with HPUX 10.20) from a remote pc (XP)

    .......
    Thanks in advance , bye !!!

    Comment

    • Laharl
      Recognized Expert Contributor
      • Sep 2007
      • 849

      #3
      Well...it looks like you need to install a supported C/C++ compiler, one of the ones in the list.

      Comment

      • diSangro
        New Member
        • Jan 2007
        • 69

        #4
        Only the cc compiler is working :

        Code:
        checking for cc... cc
        checking whether the C compiler (cc  ) works... yes
        Which compiler has to be installed CC, gcc, g++...?

        Thanks !

        Originally posted by Laharl
        Well...it looks like you need to install a supported C/C++ compiler, one of the ones in the list.

        Comment

        • Laharl
          Recognized Expert Contributor
          • Sep 2007
          • 849

          #5
          Since g++ is part of gcc, install gcc and I'd think most of your problems would be solved.

          Comment

          Working...