Hi!
So far I've successfully installed arts and kdelibs (or so I think) on /usr/local/kde.
Everything has been compiled.
./configure runs nice for kdebase but when I'm in the 'make' process it's stopped by an error:
It's about to compile some source code that needs -lXm and ld says it can't find '-lXm'
I've looked into /usr/x11R6/lib and there are some files like: libXm.so.1,libXm.so.2...
-lXm refers to these?
I've included this path for libraries in ./configure (using --with-extra-libraries) and ld still can't find
-lXm
-lXm refers to libXm.a?
Would it work if I made a symlink libXm.a->libXm.so.1?
Thanks