From: Gautam H. Thaker (gthaker@atl.ge.com)
Date: 06/28/93


From: gthaker@atl.ge.com (Gautam H. Thaker)
Subject: Re: WHEN WILL SLS SUPPORTING XFREE86 1.3 BE OUT?
Date: 28 Jun 1993 10:53:04

In article <C98wrF.6Cx@boulder.parcplace.com> imp@boulder.parcplace.com (Warner Losh) writes:

   In article <1993Jun26.144815.10688@monu6.cc.monash.edu.au>
   ins413j@mdw033.cc.monash.edu.au (Markfried Fellensiek) writes:
   : these are in the image file in the default dir of GCC on sunsuite or tsx
   : in a file called image-4.4.tar.z or similar. Copy these to your
   : /lib
   : directory and edit the softlinks:
   : cd /lib
   : ln -s libc.so.4.4 libc.so.4
   : ln -s libm.so.4.4 libm.so.4

   That should be 'ln -sf', otherwise you'll have to blow away the old link
   and suddenly find that nothing on your system works :-(.

   Warner
   --

Yes, this must be 'ln -sf'. I made the mistake and had a very difficult
time getting back. (I eventually just gave up and reinstalled SLS.
Even after I recovered from this mistake the programs I compiled would
core dump before reaching main(). IT does not seem easy to upgrade
to lib?.so.4.4 and gcc 2.4.5.)