Sabine Reffert wrote:
[]
> lrwxr-xr-x   1 root  admin   17 Dec 28 21:38 
> /sw/src/fink.build/openmotif3-2.2.4-1/openmotif-2.2.4/lib/Xm/.libs/libXm.3.dylib
>  -> libXm.3.0.0.dylib
> lrwxr-xr-x   1 root  admin   17 Dec 28 21:38 
> /sw/src/fink.build/openmotif3-2.2.4-1/openmotif-2.2.4/lib/Xm/.libs/libXm.dylib
>  -> libXm.3.0.0.dylib
> lrwxr-xr-x   1 root  admin   11 Dec 28 21:38 
> /sw/src/fink.build/openmotif3-2.2.4-1/openmotif-2.2.4/lib/Xm/.libs/libXm.la 
> -> ../libXm.la
> -rw-r--r--   1 root  admin  828 Dec 28 21:38 
> /sw/src/fink.build/openmotif3-2.2.4-1/openmotif-2.2.4/lib/Xm/.libs/libXm.lai

Aha. So the real file libXm.3.0.0.dylib is not there. It should have 
been created just before the symlinks were made. In my build output I 
see the following:

/bin/sh ../../libtool --mode=link gcc  -DXNO_MTSAFE_STRINGAPI 
-DXNO_MTSAFE_PWDAPI -DXNO_MTSAFE_TIMEAPI -Wall -g -Wno-unused 
-Wno-comment  -version-info 3:0:0 -o libXm.la [long list of *.lo files 
omitted]
gcc -dynamiclib -undefined dynamic_lookup -o .libs/libXm.3.0.0.dylib 
.libs/XmStrDefs.o [long list of *.o files omitted] -install_name 
/sw/lib/libXm.3.dylib -compatibility_version 4 -current_version 4.0
(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)
creating libXm.la

Do you get an error message in this part?

Perhaps removing the old openmotif3 packages before building the new 
ones will change something.

-- 
Martin



------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to