[10375] in Athena Bugs
Can't get motif to compile on the RSAIX under 7.5B
daemon@ATHENA.MIT.EDU (ereidell@Athena.MIT.EDU)
Sat Mar 20 19:03:26 1993
From: ereidell@Athena.MIT.EDU
Date: Sat, 20 Mar 1993 19:02:07 -0500
To: bugs@Athena.MIT.EDU
Not that I ever could, I just started, but here's the dilemma:
attach x11r5 and it's on /mit/x11
attach motif1.1 and it's on /mit/motif
cc -g -D_NO_PROTO -I/mit/motif/include -I/mit/x11/include -c hello.c
cc -g -D_NO_PROTO -L/mit/motif/rsaixlib -L/mit/x11/rsaixlib \
-o hello hello.o -lXm -lXt -lX11
Then upon running hello (which compiles fine with vaxlib etc. on a 3100)
we get:
athena% hello
Warning: Widget class VendorShell version mismatch (recompilation needed):
widget 537262768 vs. intrinsics 11005.
Segmentation fault
???
- Evan A. Reidell