Hi, On Thu, Mar 23, 2006 at 11:11:12AM +0000, Krisztian Kohary wrote: > Hi, > configure: error: The Motif library '-lXm' could not be found. > Please use the configure options '--with-motif-includes=DIR' > and '--with-motif-libraries=DIR' to specify the Xm location. > See the 'config.log' file for further diagnostics. > ============================================================ > > > b) Executing the command 'ls -l /usr/X11R6/lib/libXm*' gives: > > ============================================================ > lrwxrwxrwx 1 root root 12 2006-02-28 14:57 /usr/X11R6/lib/libXm.so.2 -> > libXm.so.2.1 > -rwxr-xr-x 1 root root 2029892 2004-12-18 00:24 /usr/X11R6/lib/libXm.so.2.1 > lrwxrwxrwx 1 root root 14 2006-02-28 11:37 /usr/X11R6/lib/libXm.so.3 -> > libXm.so.3.0.2 > -rwxr-xr-x 1 root root 2394104 2005-09-13 01:00 /usr/X11R6/lib/libXm.so.3.0.2 > -rw-r--r-- 1 root root 130530 2005-09-13 00:23 /usr/X11R6/lib/libXmu.a > lrwxrwxrwx 1 root root 13 2006-02-28 11:53 /usr/X11R6/lib/libXmu.so -> > libXmu.so.6.2 > lrwxrwxrwx 1 root root 13 2006-02-28 11:37 /usr/X11R6/lib/libXmu.so.6 > -> libXmu.so.6.2 > -rwxr-xr-x 1 root root 92180 2005-09-13 00:26 /usr/X11R6/lib/libXmu.so.6.2 > -rw-r--r-- 1 root root 12088 2005-09-13 00:23 /usr/X11R6/lib/libXmuu.a > lrwxrwxrwx 1 root root 14 2006-02-28 11:53 /usr/X11R6/lib/libXmuu.so -> > libXmuu.so.1.0 > lrwxrwxrwx 1 root root 14 2006-02-28 11:37 /usr/X11R6/lib/libXmuu.so.1 > -> libXmuu.so.1.0 > -rwxr-xr-x 1 root root 11036 2005-09-13 00:26 /usr/X11R6/lib/libXmuu.so.1.0 > ============================================================
This looks as if there is a link missing which indicates which of the two versions should be used. Try to cd /usr/X11R6/lib/ ln -s libXm.so.3 libXm.so May an update failed? HTH, Wolfi
signature.asc
Description: Digital signature
_______________________________________________ XMakemol-bugs mailing list [EMAIL PROTECTED] http://lists.nongnu.org/mailman/listinfo/xmakemol-bugs
