home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x.motif
- Path: sparky!uunet!enterpoop.mit.edu!world!lmh
- From: lmh@world.std.com (Larry M Headlund)
- Subject: Re: prob with making xrolodex
- Message-ID: <Bzzr52.Eoo@world.std.com>
- Followup-To: comp.windows.x.motif
- Summary: A setup that works for me
- Keywords: HP motif xrolodex
- Organization: The World Public Access UNIX, Brookline, MA
- Distribution: usa
- Date: Mon, 28 Dec 1992 22:43:49 GMT
- Lines: 27
-
- This was sent as a mail message but I got a bounce:
-
- In article <1992Dec28.160400.15755@ctsx.celtech.com> davidd@ctsx.celtech.com
- writes:
- >machine: HP 9000/837 HP-UX 8.02, standard cc compiler, Motif 1.1,
- >GNU make
- >
- >Hello, I pulled off xrolodex from the contrib dir on export and
- >was trying to make it this morning and I got the following:
- >
- >ctshp> gmake all
- >cc +O3 +OS -Wp,-H200000 -I/usr/include/X11R4/
- >-I/usr/include/Motif1.1 -DSYSV-DWIDGET_ACCESS -DMANUAL_CLIP
- >-c xrolo.c
-
- ...
- I had no problems compiling xrolodex on HP 9000/817 same
- release of HP-UX using HP make and HP K&R cc with the following setup:
-
- CFLAGS = -I/usr/include/X11R4 -I/usr/include/Motif1.1 \
- -I/usr/include/Motif1.1/Xm \
- -D_NO_PROTO -DWIDGET_ACCESS -DMANUAL_CLIP
-
- LDFLAGS = -L/usr/lib/X11R4 -L/usr/lib/Motif1.1
-
- --
- Larry Headlund lmh@world.std.com Eikonal Systems (617) 482-3345
-