Re: Arla 0.42-RC2
[email protected] (Niels Möller)
| Newsgroups | gmane.comp.file-systems.arla.general |
|---|---|
| Message-ID | <[email protected]> |
Jeffrey Hutzelman <[email protected]> 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 \