Jeff,

that command looks very suspicious.

What is the current working directory when the command executes?
Does ../../exports/lib really point to a valid directory?
Why are the library files being linked directly rather than using the -l option?

I haven't made vnc in years and I don't even have a developement
environment at hand right now, let alone one for HP.

I find it hard to believe that the configure script generated that mess.

-L../../exports/lib tells the loader to look in ../../exports/lib
for libraries.  So rather than link ../../exports/lib/libXau.a the
option -lXau could be used to tell the loader to look for libXau.a
in the directories specified with the -L options.

I just downloaded the vnc-4.0b4-unixsrc and there is a lot missing in the
Xserver branch.

# l ../vnc-3.3.7-unixsrc/Xvnc/programs/Xserver/
total 296
drwxrwxr-x  14 sut      staff        512 Mar 26 10:01 .
drwxrwxr-x   4 sut      staff        512 Mar 26 10:01 hw
-rw-rw-r--   1 sut      staff       6548 Feb 28 2003  Xvnc.man
drwxrwxr-x   3 sut      staff        512 Feb  7 2003  ..
drwxrwxr-x   2 sut      staff        512 Feb  7 2003  Xext
drwxrwxr-x   2 sut      staff        512 Feb  7 2003  Xprint
drwxrwxr-x   2 sut      staff       1536 Feb  7 2003  cfb
drwxrwxr-x   2 sut      staff        512 Feb  7 2003  cfb16
drwxrwxr-x   2 sut      staff        512 Feb  7 2003  cfb24
drwxrwxr-x   2 sut      staff        512 Feb  7 2003  cfb32
drwxrwxr-x   2 sut      staff       1024 Feb  7 2003  dix
drwxrwxr-x   2 sut      staff       1024 Feb  7 2003  include
drwxrwxr-x   2 sut      staff       1024 Feb  7 2003  mfb
drwxrwxr-x   2 sut      staff       1536 Feb  7 2003  mi
drwxrwxr-x   2 sut      staff        512 Feb  7 2003  os
-rw-rw-r--   1 sut      staff      55896 Aug 31 2002  Imakefile
-rw-rw-r--   1 sut      staff      26057 May 11 2002  Xserver.man

# l ../vnc-4.0b4-unixsrc/xc/programs/Xserver/
total 48
drwxrwxr-x   4 sut      staff        512 Mar 26 09:01 vnc
drwxrwxr-x   3 sut      staff        512 Sep  4 2003  .
-rw-rw-r--   1 sut      staff      11465 Sep  4 2003  Xvnc.man
drwxrwxr-x   3 sut      staff        512 Aug 11 2003  ..

Maybe that's the problem?

Maybe it would be possible to copy the missing directories from
the 3.3.7 package? Not likely. There are too many differences.

# l ../vnc-3.3.7-unixsrc/Xvnc/programs/Xserver/hw/vnc
total 720
drwxrwxr-x   4 sut      staff        512 Mar 26 10:01 ..
drwxrwxr-x   2 sut      staff       1024 Feb 28 2003  .
-rw-rw-r--   1 sut      staff      54100 Feb 28 2003  draw.c
-rw-rw-r--   1 sut      staff      23889 Feb 28 2003  init.c
-rw-rw-r--   1 sut      staff      15511 Feb 28 2003  kbdptr.c
-rw-rw-r--   1 sut      staff      14385 Feb 28 2003  rfb.h
-rw-rw-r--   1 sut      staff      29872 Feb 28 2003  rfbserver.c
-rw-rw-r--   1 sut      staff      51526 Feb 28 2003  sprite.c
-rw-rw-r--   1 sut      staff      10044 Nov 21 2002  sockets.c
-rw-rw-r--   1 sut      staff        890 Nov 11 2002  Imakefile
-rw-rw-r--   1 sut      staff       4641 Sep  1 2002  auth.c
-rw-rw-r--   1 sut      staff      10289 Sep  1 2002  corre.c
-rw-rw-r--   1 sut      staff       2529 Sep  1 2002  cutpaste.c
-rw-rw-r--   1 sut      staff        908 Sep  1 2002  dispcur.h
-rw-rw-r--   1 sut      staff      11097 Sep  1 2002  hextile.c
-rw-rw-r--   1 sut      staff       9141 Sep  1 2002  httpd.c
-rw-rw-r--   1 sut      staff       2676 Sep  1 2002  stats.c
-rw-rw-r--   1 sut      staff      11141 Sep  1 2002  translate.c
-rw-rw-r--   1 sut      staff       4965 Sep  1 2002  zrle.cc
-rw-rw-r--   1 sut      staff         42 Jun 21 2002  buildtime.c
-rw-rw-r--   1 sut      staff        150 May 11 2002  README
-rw-rw-r--   1 sut      staff       3926 May 11 2002  cmap.c
-rw-rw-r--   1 sut      staff      12001 May 11 2002  dispcur.c
-rw-rw-r--   1 sut      staff       9368 May 11 2002  rre.c
-rw-rw-r--   1 sut      staff       3217 May 11 2002  sprite.h
-rw-rw-r--   1 sut      staff       4229 May 11 2002  spritest.h
-rw-rw-r--   1 sut      staff       2596 May 11 2002  tableinitcmtemplate.c
-rw-rw-r--   1 sut      staff       4415 May 11 2002  tableinittctemplate.c
-rw-rw-r--   1 sut      staff       3497 May 11 2002  tabletranstemplate.c

# l ./xc/programs/Xserver/vnc
total 288
drwxrwxr-x   4 sut      staff        512 Mar 26 09:01 .
drwxrwxr-x   3 sut      staff        512 Sep  4 2003  ..
drwxrwxr-x   2 sut      staff        512 Sep  4 2003  Xvnc
-rw-rw-r--   1 sut      staff      33834 Sep  4 2003  XserverDesktop.cc
-rw-rw-r--   1 sut      staff       3292 Sep  4 2003  XserverDesktop.h
-rw-rw-r--   1 sut      staff      20369 Sep  4 2003  vncExtInit.cc
drwxrwxr-x   2 sut      staff        512 Aug 11 2003  module
-rw-rw-r--   1 sut      staff       1079 Jul 25 2003  vncExtInit.h
-rw-rw-r--   1 sut      staff       1048 Jun 12 2003  Imakefile
-rw-rw-r--   1 sut      staff       2298 May 30 2003  RegionHelper.h
-rw-rw-r--   1 sut      staff      47137 May 30 2003  vncHooks.cc
-rw-rw-r--   1 sut      staff        952 May 30 2003  vncHooks.h
-rw-rw-r--   1 sut      staff       2421 May 30 2003  xf86vncModule.cc

#  l ../vnc-3.3.7-unixsrc/Xvnc/programs/Xserver/hw
total 32
drwxrwxr-x  14 sut      staff        512 Mar 26 10:01 ..
drwxrwxr-x   4 sut      staff        512 Mar 26 10:01 .
drwxrwxr-x   2 sut      staff       1024 Feb 28 2003  vnc
drwxrwxr-x   3 sut      staff        512 Feb  7 2003  xfree86

I hope somebody can illuminate this a bit.

Carlyle


--

Diese E-Mail enthdlt vertrauliche und/oder rechtlich gesch|tzte Informationen. Wenn 
Sie nicht der richtige Adressat sind oder diese E-Mail irrt|mlich erhalten haben, 
informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das 
unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to