home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 201 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: zib-berlin.de!uniol!news
  2. From: Frank.Neumann@Informatik.Uni-Oldenburg.DE (Frank Neumann)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: Compiling X Programs Under Amiga Linux?
  5. Date: 22 Jan 96 17:42:34 GMT
  6. Organization: C. v. Ossietzky Universitaet Oldenburg - Fachbereich Informatik
  7. Message-ID: <4e0ihk$10h@news.Informatik.Uni-Oldenburg.DE>
  8. References: <4dvqi0$4r2i@news-s01.ny.us.ibm.net>
  9. NNTP-Posting-Host: onyx.informatik.uni-oldenburg.de
  10. Keywords: X, libraries, Amiga, Linux
  11. X-Newsreader: NN version 6.5.0 #2 (NOV)
  12.  
  13. Hi,
  14. heitkamp@ibm.net (Frederick V. Heitkamp) writes:
  15.  
  16. >I tried to compile a couple of short demo programs for X under
  17. >Amiga Linux.  I appears that I have no libX11.a, LibXt.a etc..
  18.  
  19. Are you sure you really need the static (.a) libraries? All X11R6
  20. distributions so far only come with shared libraries (at least for the
  21. large libraries - libX11, libXt, libXaw etc..). Do you have specific
  22. reasons for wanting to link against the static libraries? (Ok, debugging
  23. X11 might be a reason, but I think that's not what you want to do).
  24.  
  25. >Are these available somewhere?  My Amiga Linux is ELF.
  26.  
  27. Not to my knowledge. If you really need them, you'll have to compile them
  28. yourself (something like "#define ForceNormalLib YES" in 
  29. .../config/lnxLib.rules). Linking against static libraries will
  30. create huge binaries.
  31.  
  32. I guess it's rather a problem of incorrect compiler invocation.
  33.  
  34. Frank
  35.