From 3fe8f220a9ce835b4deeb8ceb12ec14cccc03fcc Mon Sep 17 00:00:00 2001 From: Perberos Date: Fri, 9 Mar 2012 15:36:12 -0300 Subject: /usr/bin/ld: note: 'IceConnectionNumber' is defined in DSO /usr/lib/libICE.so.6 so try adding it to the linker command line --- pluma/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluma/Makefile.am b/pluma/Makefile.am index 62e880d0..00aea798 100755 --- a/pluma/Makefile.am +++ b/pluma/Makefile.am @@ -41,7 +41,7 @@ libpluma_la_LIBADD = \ smclient/libeggsmclient.la # PLUMA_LIBS must be the last to ensure correct order on some platforms -libpluma_la_LIBADD += $(PLUMA_LIBS) +libpluma_la_LIBADD += $(PLUMA_LIBS) -lICE if OS_OSX pluma_LDFLAGS += -framework Carbon -- cgit v1.2.1