[BRLTTY] 3.7

Samuel Thibault samuel.thibault at ens-lyon.org
Sun Aug 7 20:44:53 EDT 2005


Jason White, le Mon 08 Aug 2005 10:32:40 +1000, a écrit :
> Is anybody else getting errors building the brlapi shared library under 
> revision 1797?
> 
> I ran make distclean && ./autogen.sh && ./configure && make
> but with no luck. The error message isn't particularly informative 
> either so it's hard to track down the cause.

Oh, found out, here is a patch

Index: Programs/Makefile.in
===================================================================
--- Programs/Makefile.in	(révision 1796)
+++ Programs/Makefile.in	(copie de travail)
@@ -99,7 +99,7 @@
 $(API_LIB): $(API_LIB_OBJS)
 	-rm -f implib.a
 	$(MKLIB:<name>=${API_LIB}.${API_VERSION}) $@ $(API_LIB_OBJS) $(API_LIBRARIES)
-	[ -f implib.a ] && mv implib.a $@.$(ARC_EXT)
+	[ ! -f implib.a ] || mv implib.a $@.$(ARC_EXT)
 
 $(API_ARC): $(API_LIB_OBJS)
 	ar rc $@ $(API_LIB_OBJS)

Regards,
Samuel


More information about the BRLTTY mailing list