Arla 0.42-RC2

Niels Möller nisse at lysator.liu.se
Wed Apr 5 17:41:16 CEST 2006


Jeffrey Hutzelman <jhutz at cmu.edu> writes:

> You could try linking arlad against libgcc explicitly.

That seems to work. With the below kludgy patch for arlad/Makefile.in,
arlad starts, and I get some entries in /afs. I'll think I'll file a
libc bug report anyway.

Regards,
/Niels

--- Makefile.in~	2006-03-15 14:30:02.000000000 +0100
+++ Makefile.in	2006-04-05 17:35:43.000000000 +0200
@@ -74,7 +74,7 @@
 LIBS_common	= ../lib/bufdir/libbufdir.la \
 		  -L../rxdef -lrxdefclient -lrxcbserver \
 		  -L../rx -lrx -L../lwp \
-		  -llwp @PLWP_LIB_FLAGS@
+		  -llwp @PLWP_LIB_FLAGS@ -lgcc_s

 LIBS_common_post= ../lib/ko/libko.la ../util/libarlautil.la \
 		  ../lib/vers/libvers.la \



More information about the Arla-drinkers mailing list