Am 06.09.2012 um 12:18 schrieb Anders Wallin:

>> 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??):

try ' ld --version' on both platforms and see if they differ; I vaguely 
remember running into this before

---

I dont see any obvious problem with the patch below. I'll let it sit over the 
weekend and commit it if no good reasons against it come up

- Michael

> 
> $ 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
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers


------------------------------------------------------------------------------
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
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to