/usr/bin/ld: note: 'IceConnectionNumber' is defined in DSO /usr/lib/libICE.so.6 so try adding it to the linker command line

This commit is contained in:
Perberos 2012-03-09 15:36:12 -03:00
parent bd3372e213
commit 3fe8f220a9
1 changed files with 1 additions and 1 deletions

View File

@ -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