Re: cannot open -lXm

1999-08-29 Thread J.H.M. Dassen \(Ray\)
On Sat, Aug 28, 1999 at 18:38:05 -0700, Jeremy C. Reed wrote: > Ted required statically linked versions of the libraries... You may want to use the source package from unstable then; it produces a dynamically linked Ted package. HTH, Ray -- Obsig: developing a new sig

Re: cannot open -lXm

1999-08-29 Thread Jeremy C. Reed
On Sat, 28 Aug 1999, Jeremy C. Reed wrote: > I can't compile Ted (richtext word processor) > > I keep getting the error > > ld: cannot open -lXm: No such file or directory > > Usually this means that the -L is set wrong but it says: > > (beginning clipped) > -L/usr/X11R6/lib -L/usr/X11R6/lib

Re: cannot open -lXm

1999-08-28 Thread J.H.M. Dassen \(Ray\)
On Sat, Aug 28, 1999 at 10:04:25 -0700, Jeremy C. Reed wrote: > antelope:/usr/X11R6/lib# ls libXm* > libXm.so libXm.so.1 libXmu.so libXmu.so.6.0 > libXm.so.0 libXm.so.1.2 libXmu.so.6 Try ls -l /usr/X11R6/lib/libXm.so and check that it points to an existing file. HTH, Ray --