home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.windows.x.motif
- Path: sparky!uunet!psinntp!ctsx!davidd
- From: davidd@ctsx.celtech.com
- Subject: prob with making xrolodex
- Date: Mon, 28 Dec 1992 16:04:00 GMT
- Organization: Cellular Technical Services, Seattle
- Message-ID: <1992Dec28.160400.15755@ctsx.celtech.com>
- Lines: 69
-
- 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
- cc: Optdriver: Bad optimizer option; ignored. (6055)
- cc: Optdriver: Bad optimizer option; ignored. (6055)
- ...many of the warnings...
- cc +O3 +OS -Wp,-H200000 -I/usr/include/X11R4/
- -I/usr/include/Motif1.1 -DSYSV-DWIDGET_ACCESS -DMANUAL_CLIP
- -c xrolo.index.c
- ...many of the warnings...
- cc +O3 +OS -Wp,-H200000 -I/usr/include/X11R4/
- -I/usr/include/Motif1.1 -DSYSV-DWIDGET_ACCESS -DMANUAL_CLIP
- -c help.c
- cc: Optdriver: Bad optimizer option; ignored. (6055)
- cc: Optdriver: Bad optimizer option; ignored. (6055)
- cc +O3 +OS -Wp,-H200000 -I/usr/include/X11R4/
- -I/usr/include/Motif1.1 -DSYSV-DWIDGET_ACCESS -DMANUAL_CLIP
- -c ctrlpanel.c
- cc: Optdriver: Bad optimizer option; ignored. (6055)
- cc +O3 +OS -Wp,-H200000 -I/usr/include/X11R4/
- -I/usr/include/Motif1.1 -DSYSV-DWIDGET_ACCESS -DMANUAL_CLIP
- -c editor.c
- cc: Optdriver: Bad optimizer option; ignored. (6055)
- cc +O3 +OS -Wp,-H200000 -I/usr/include/X11R4/
- -I/usr/include/Motif1.1 -DSYSV-DWIDGET_ACCESS -DMANUAL_CLIP
- -c listshell.c
- cc: Optdriver: Bad optimizer option; ignored. (6055)
- cc +O3 +OS -Wp,-H200000 -I/usr/include/X11R4/
- -I/usr/include/Motif1.1 -DSYSV-DWIDGET_ACCESS -DMANUAL_CLIP
- -c dialog.c
- cc: Optdriver: Bad optimizer option; ignored. (6055)
- cc: Optdriver: Bad optimizer option; ignored. (6055)
- cc +O3 +OS -Wp,-H200000 -I/usr/include/X11R4/
- -I/usr/include/Motif1.1 -DSYSV-DWIDGET_ACCESS -DMANUAL_CLIP
- -c motif.c
- cc: Optdriver: Bad optimizer option; ignored. (6055)
- if [ -f xrolodex ]; then rm -f xrolodex~; mv -f xrolodex
- xrolodex~; fi
- cc -o xrolodex xrolo.o xrolo.db.o xrolo.index.o help.o streamdb.o
- ctrlpanel.o editor.o listshell.o dialog.o strstr.o motif.o +O3
- +OS -Wp,-H200000 -L/usr/lib/X11R4 -L/usr/lib/Motif1.1 -lXt
- -lXext -lX11 -lPW
- /bin/ld: Unsatisfied symbols:
- _XmSadjustLast (data)
- ...many listings...
- XmTextReplace (code)
- XmStringCreateSimple (code)
- XmStringCreateLtoR (code)
- gmake: *** [xrolodex] Error 1
- 40.70u 5.80s 1:50.15 42.2%
- ctshp>
-
- I'm sure I'm missing something right in front of my nose...could
- kind person point that out? :-) Thanks much.
-
- David
-
- --
- ============================================================================
- David Doll UUNET: ..uunet!ctsx.celtech.com!davidd
- Cellular Technical Services Seattle, WA 98121
- 2401 4th Ave., Suite 808 (206) 727-6372
-