On Wed, Jul 09, 2003 at 11:35:27AM -0700, Nadim Shaikli wrote: > cd . \ > && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status > creating Makefile > ld.so.1: make: fatal: librt.so.1: version `SUNW_1.2' not found (required by > file make) > Killed
Looks like you're using a make which was compiled on Solaris 8 and requires symbols from the librt that was installed on that system. If you recompile your make on your S7 box, it should work fine on both S7 and S8 (and up). Alternately, have one compiled for each OS, but that's usually a waste of effort. Or use /usr/ccs/bin/make. :) Danek -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]
