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

> > 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)


Sabine

------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to