When attempting to MAKE one of the Fortran or C samples we ship with 6.11, you may receive an error similar to the following: ld: fatal: file ../obj/ncbuwfon.o: unknown type, unable to process using ELF libraries. This is becuase the files in !sasroot/saspgm/toolkit/c&ftn/obj are SUN4 files, and are not compatible with Solaris2. The above situation would usually occur if you did a default install on a Solaris2 machine. If, however, you did a dual install of 6.11, your object files will be missing from !sasroot/solaris2/saspgm/toolkit/c/obj and !sasroot/solaris2/saspgm/toolkit/ftn/obj To correct the problem, you will need to download the following files from /techsup/download/maint/toolkit on ftp.sas.com: 6.11_solaris2_objs.tar 6.11_solaris2_objs.readme The tar file will need to be extracted in one of two locations depending on which type of SAS installation you performed. Note the following instructions to determine which is appropriate for you: -- If you did a custom dual install for SUN4 and Solaris2 (this would mean you have a !sasroot/solaris2 directory), you should put the 6.11_solaris2_objs.tar file in the following directory: !sasroot/solaris2/saspgm/toolkit Then, make the above directory your CURRENT WORKING DIRECTORY, and enter the following command to extract the files: tar xvf 6.11_solaris2_objs.tar -- If you did a default install on Solaris2 (this would mean you DO NOT have a !sasroot/solaris2 directory), you should put the 6.11_solaris2_objs.tar file in the following directory: !sasroot/saspgm/toolkit Then, make the above directory your CURRENT WORKING DIRECTORY, and enter the following command to extract the files: tar xvf 6.11_solaris2_objs.tar