> Hi all,
> The recent redis addition has broken the build for me on 64-bit
> 12.04LTS.

Hmm, it now strangely seems that these problems have disappeared.. not sure why.
However I need this trivial fix on my laptop 12.04LTS (it seems on my
desktop 12.04LTS I don't need it??):

$ git diff 8db111
diff --git a/src/hal/classicladder/Submakefile
b/src/hal/classicladder/Submakefile
index e645859..b9155dd 100644
--- a/src/hal/classicladder/Submakefile
+++ b/src/hal/classicladder/Submakefile
@@ -46,7 +46,7 @@ USERSRCS += $(CLASSICLADDERSRCS)

 ../bin/classicladder: $(call TOOBJS, $(CLASSICLADDERSRCS))
../lib/liblinuxcnchal.so.0
        $(ECHO) Linking $(notdir $@)
-       @$(CC) $(LDFLAGS) $(CFLAGS) $(ULFLAGS) -lpthread -o $@ $^ $(GTK_LIBS)
+       @$(CC) $(LDFLAGS) $(CFLAGS) $(ULFLAGS) -o $@ $^ $(GTK_LIBS) -lpthread

 TARGETS += ../bin/classicladder
 endif

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to