Joerg van den Hoff <[EMAIL PROTECTED]> writes: > doing the same (under 10.4/Panther) I get: > > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version > 88.1.10) > /usr/X11R6/lib/libX11.6.dylib (compatibility version 6.2.0, current version > 6.2.0) > /usr/X11R6/lib/libXext.6.dylib (compatibility version 6.4.0, current version > 6.4.0) > /usr/lib/libiconv.2.dylib (compatibility version 5.0.0, current version 5.0.0)
I built wmii on another system still running tiger. It works and shows the same libs. I will send it to you via mail. > CC cmd/wmiir.o > LD cmd/wmiir.O > /usr/bin/ld: table of contents for archive: /soft/lib/libixp.a is out of date; > rerun ranlib(1) (can't load from it) [...] > is anything wrong with the above libs or the 'out of date' > issue? No. This happens when you copy the library (e.g. 'make install') without re-running 'ranlib'. This is an OS X specific thing (universal binaries), see also the BUGS section in the ranlib man page. If you delete the .wmii-3.5 directory in your home, does the wmii welcome window appear? -David
