Subject: perror/strerror dependency cockup in libc build
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: George Michaelson <G.Michaelson@cc.uq.oz.au>
List: current-users
Date: 12/20/1993 14:09:48
perror needs to find ___strerror() but doesn't after a
rebuild of the current libc tree.
temporary workaround: add another strerror instance into libc? I just
added a local copy of strerror.o into the make I found this on, it shut
it up (hack)
real-fix: sort out the ordering dependencies. I don't know why ranlib
andor torder/lsort doesn't fix this.
-George
------------------------------------------------------------------------------