home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / windows / x / motif / 8236 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.3 KB  |  41 lines

  1. Newsgroups: comp.windows.x.motif
  2. Path: sparky!uunet!enterpoop.mit.edu!world!lmh
  3. From: lmh@world.std.com (Larry M Headlund)
  4. Subject: Re: prob with making xrolodex
  5. Message-ID: <Bzzr52.Eoo@world.std.com>
  6. Followup-To: comp.windows.x.motif
  7. Summary: A setup that works for me 
  8. Keywords: HP motif xrolodex 
  9. Organization: The World Public Access UNIX, Brookline, MA
  10. Distribution: usa
  11. Date: Mon, 28 Dec 1992 22:43:49 GMT
  12. Lines: 27
  13.  
  14. This was sent as a mail message but I got a bounce:
  15.  
  16. In article <1992Dec28.160400.15755@ctsx.celtech.com> davidd@ctsx.celtech.com
  17. writes:
  18. >machine: HP 9000/837 HP-UX 8.02, standard cc compiler, Motif 1.1,
  19. >GNU make
  20. >
  21. >Hello, I pulled off xrolodex from the contrib dir on export and
  22. >was trying to make it this morning and I got the following: 
  23. >
  24. >ctshp> gmake all
  25. >cc +O3 +OS -Wp,-H200000    -I/usr/include/X11R4/
  26. >-I/usr/include/Motif1.1 -DSYSV-DWIDGET_ACCESS -DMANUAL_CLIP
  27. >-c xrolo.c
  28.  
  29. ...
  30.         I had no problems compiling xrolodex on HP 9000/817 same
  31. release of HP-UX using HP make and HP K&R cc with the following setup:
  32.  
  33. CFLAGS = -I/usr/include/X11R4 -I/usr/include/Motif1.1 \
  34.      -I/usr/include/Motif1.1/Xm \
  35.          -D_NO_PROTO -DWIDGET_ACCESS -DMANUAL_CLIP
  36.  
  37. LDFLAGS = -L/usr/lib/X11R4 -L/usr/lib/Motif1.1
  38.  
  39. -- 
  40. Larry Headlund  lmh@world.std.com    Eikonal Systems (617) 482-3345 
  41.