Em 19-04-2011 16:08:11, Guido Berhoerster 
<[email protected]>,Martin Bagge / brother 
<[email protected]>, LXDE list escreveu:
>    * Sergio Cipolla <[email protected]> [2011-04-19 19:16]: 
>    > Ok, 
>    > ./configure --sysconfdir=/etc --enable-man LIBS=-lX11 
>    > did the trick (--enable-man was needed too). 
> 
>    > I figured that from ./configure --help and Google but would 
>    > X11_LIBS="/usr/lib/libX11.so.6" 
>    > work too (just wondering)? 
>    Use neither one since these will likely lead to collateral 
>    damage, ie. unecessary linking. The right thing to do would be to 
>    fix the automake makefile used to build the object which needs 
>    the libX11 symbol by adding -lX11 to its LDADD macro. 
>    -- 
>    Guido Berhoerster 
> 
Ok, I changed lxpanel/src/Makefile.am
48c48,49
<               $(INTLLIBS)
---
>               $(INTLLIBS) \
>               -lX11
and it worked.
Thank you.

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Lxde-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to