Hello,

Am Dienstag 12 Februar 2013, 22:48:56 schrieb Blindauer Emmanuel:
> Le 11.2.2013 09:10:15, Philipp Hahn a écrit :
> > You can try to modify the Makefile.am and add
> > 
> >   X11rdp_LDFLAGS = -Wl,--no-as-needed
> > 
> > Running "make" should rebuild the auto* files and the binary.
> 
> I verified the binary itself, it isn't linked to GL:
...
> looking in compilation, I don't see any as-needed

As mention abobe: rm X11rdp and just run make again to build just X11rdp. It 
will output the gcc (or ld) command used to link the binary. Copy-paste that 
to the command-line and insert the "-Wl,--no-as-needed" before "-lGL".

There is a newer version of the linked called (AFAIK) "Gold tools", which use 
-as-needed by default. Could be that Ubunto is already using that one. The "--
no-as-needed" should fix that.

Sincerely
Philipp
-- 
Philipp Hahn           Open Source Software Engineer      h...@univention.de
Univention GmbH        be open.                       fon: +49 421 22 232- 0
Mary-Somerville-Str.1  D-28359 Bremen                 fax: +49 421 22 232-99
                                                   http://www.univention.de/

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to