home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / hp / 10184 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  2.6 KB

  1. Xref: sparky comp.sys.hp:10184 comp.windows.x:16377
  2. Path: sparky!uunet!mcsun!Germany.EU.net!Informatik.Uni-Dortmund.DE!tommy!klute
  3. From: klute@tommy.informatik.uni-dortmund.de (Rainer Klute)
  4. Newsgroups: comp.sys.hp,comp.windows.x
  5. Subject: Re: Using Imake WITHOUT the mit Source Tree
  6. Date: 9 Sep 1992 07:18:11 GMT
  7. Organization: CS Department, Dortmund University, Germany
  8. Lines: 36
  9. Sender: klute@tommy (Rainer Klute)
  10. Distribution: world
  11. Message-ID: <18k8fjINNpq9@fbi-news.Informatik.Uni-Dortmund.DE>
  12. References: <3617@eastman.UUCP>
  13. NNTP-Posting-Host: tommy
  14.  
  15. In article <3617@eastman.UUCP>, gerwitz@Kodak.com (Paul Gerwitz) writes:
  16. |> I would like to take the typical program from comp.sources.X and other
  17. |> sources and be able to EASILY compile it in an HP-UX machine at 8.0 or 8.07
  18. |> without having the X11 source tree installed.  I understand that some of
  19. |> the code may require includes and libraries from R5 (HP-UX is R4 right
  20. |> now), and I am willing to work around that problem if need be.  But it sure
  21. |> would be nice if some imakefiles, templates etc could be configured to use
  22. |> the HP supplied software so that all I have to do is 'mkmf' and 'make' a
  23. |> program and voila, it's ready to go.
  24.  
  25. You don't need the X source tree in order to use Imake. When you install
  26. the X Window System with "make install", the Imake binaries and
  27. configuration files get installed, too. Look into /usr/bin/X11 resp. into
  28. the location where the X11 binaries are installed at your site! You should
  29. find imake, xmkmf, makedepend, and mkdirhier there. Imake's configuration
  30. files go into /usr/lib/X11/config. All you need to do in order to compile a
  31. program coming with a (proper) Imakefile is "xmkmf -a" and "make". (The -a
  32. option of xmkmf automatically invokes the steps "make Makefiles" (generate
  33. Makefiles in subdirectories), "make includes" (generate header files that
  34. are not already there), and "make depend" (insert make dependencies into
  35. the Makefile).)
  36.  
  37. If you are in the sad situation of having an X11 installation without a
  38. proper Imake, and you don't want or can't compile X11R5 yourself just to
  39. get Imake, you should consider to get the file
  40. /pub/X11/misc/imake/imake-pure.tar.Z (115 KBytes only) from
  41. ftp.germany.eu.net. As the name indicates, this file comprises Imake and
  42. nothing else. I ripped it out of the X11R5 source tree and tweaked the
  43. configuration files a little bit, so that Imake can be compiled and
  44. installed on its own.
  45.  
  46. -- 
  47.   Dipl.-Inform. Rainer Klute      klute@irb.informatik.uni-dortmund.de
  48.   Univ. Dortmund, IRB
  49.   Postfach 500500         |)|/    Tel.: +49 231 755-4663
  50. D-W4600 Dortmund 50       |\|\    Fax : +49 231 755-2386
  51.