Sabine Reffert wrote: > Dear Martin, > > thanks for looking into that! > >>> However, when I look in /sw/lib, I find the following library versions and >>> links: >>> >>> libXm.2.0.1.dylib >>> libXm.2.dylib -> libXm.2.0.1.dylib >>> libXm.3.0.1.dylib >> Where did you get this libXm.3.0.1.dylib from? >> >> dpkg -S libXm.3.0.1.dylib > > answer: > openmotif3-shlibs: /sw/lib/libXm.3.0.1.dylib
I don't understand. How can you have openmotif3-shlibs installed when you are not able to build it? And what is more, a later version than what exists in Fink? Where did you get this from? > >>> output of compilation process: >>> >>> In file included from wmldbcreate.c:90: >>> UilLexPars.h:66:1: warning: "VERSION" redefined >>> In file included from wmldbcreate.c:46: >>> ../../include/config.h:278:1: warning: this is the location of the >>> previous definition >>> /bin/sh ../../libtool --mode=link gcc -DXNO_MTSAFE_STRINGAPI >>> -DXNO_MTSAFE_PWDAPI -DXNO_MTSAFE_TIMEAPI -Wall -g -Wno-unused -Wno-comment >>> -L/sw/lib - >>> o wmldbcreate wmldbcreate.o ../../lib/Xm/libXm.la -L/usr/X11R6/lib -lXt >>> gcc -DXNO_MTSAFE_STRINGAPI -DXNO_MTSAFE_PWDAPI -DXNO_MTSAFE_TIMEAPI -Wall >>> -g -Wno-unused -Wno-comment -o .libs/wmldbcreate wmldbcreate.o -L/sw/lib >>> . >>> ./../lib/Xm/.libs/libXm.dylib -L/usr/X11R6/lib -lXmu -lSM -lICE -lXext >>> -lXp -lX11 -lXt >>> gcc: ../../lib/Xm/.libs/libXm.dylib: No such file or directory >> This looks like a different problem. There is probably an earlier error. >> Look for the first appearance of libXm.dylib in the output. > > I did a search for the *.dylib library in the whole output, and it only > found the above instance with the reported error, plus the two lines where > the links to those library versions are set: > > (cd .libs && rm -f libXm.3.dylib && ln -s libXm.3.0.0.dylib libXm.3.dylib) > (cd .libs && rm -f libXm.dylib && ln -s libXm.3.0.0.dylib libXm.dylib) This, together with the error message that .libs/libXm.dylib does not exist, would mean that the file the symlink points to, namely .libs/libXm.3.0.0.dylib, does not exist. It should have been created in the lines just before the last ones you quote above. Strange. -- Martin ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
