Recent patches break Solaris

Derek Atkins warlord@MIT.EDU
08 May 2002 00:21:20 -0400


The recent batches of checkins broke the build on Solaris
(yet again!).  I'm in the process of fixing it (yet again!)
but would appreciate it if people were more careful when
testing a patch.

In particular, this is _NOT_ valid sh syntax:
        if test $foo=no; then

it needs to be:
        if test $foo = no; then

Yes, the spaces actually matter!  I'll check in a patch for this soon.
However...  There also appears to be a problem in that on Solaris it's
trying to libk agains libc-missing.a, but said lib does not exist....
This is REALLY REALLY broken!  BLAH!

-derek
-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord@MIT.EDU                        PGP key available