One line was accidentally left in the 
patch which should not be there.
The static-link version of the
binary is not build causing Tinderbox to
go red.
Patch below:

regards,
G�ran.

------------------ snip ------------------------------------


Index: platforms/linux.mk
===================================================================
RCS file: /cvsroot/abi/src/config/platforms/linux.mk,v
retrieving revision 1.29
diff -u -r1.29 linux.mk
--- platforms/linux.mk  2000/07/27 04:15:23     1.29
+++ platforms/linux.mk  2000/07/27 12:38:41
@@ -152,7 +152,7 @@
 # Which links can this platform create.  Define one or
 # both of these options.
 UNIX_CAN_BUILD_DYNAMIC=1
-UNIX_CAN_BUILD_STATIC=0
+UNIX_CAN_BUILD_STATIC=1
 
 # Compiler options for static and dynamic linkage
 DL_LIBS                        = dl



Reply via email to