[9229] in Athena Bugs
motif libraries
daemon@ATHENA.MIT.EDU (mpquin@Athena.MIT.EDU)
Sat Apr 25 14:42:52 1992
From: mpquin@Athena.MIT.EDU
To: bugs@Athena.MIT.EDU
Date: Sat, 25 Apr 92 14:42:41 EDT
this is a CRITICAL (according to the standards in /mit/motif/BUGREPORT) error.
I am trying to compile (using cc) an Xwindow program on a decstation3100
and it tells me that :
ld:
Archive: /mit/motif/vaxlib/libXm.a has no table of contents (not searched)
add one with 'ar ts'
Archive: /mit/motif/vaxlib/libXt.a has no table of contents (not searched)
add one with 'ar ts'
I tried to do this and I get a list of the object files and __.SYMDEF
for both. So I try to compile again and I get the same error.
here is my compile line:
cc -I/mit/motif/include -c MPQ.c
cc -L/mit/motif/vaxlib -L. -o /mit/mpquin/MPQ MPQ.o -lXm -lXt -lX11 -lm
The file I am trying to compile is left open so you can read it if you want
Thank you very much
mpquin