[Bug 2245] xkb/ddxLoad.c cleanup

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Feb 2 06:20:45 PST 2005


Please do not reply to this email: if you want to comment on the bug, go to            
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=2245          
     




------- Additional Comments From ago at freedesktop.org  2005-02-02 06:20 -------
Created an attachment (id=1817)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=1817&action=view)
Link libos.a after libxkb.a

The use of Xprintf in libxkb.a requires libos.a to be linked after libxkb.a on
some systems. 

The patch adds a makro dependLib(x) which currently evaluates to x but can also
be configured to be silent for some platforms and adds dependLib($(OS)) to
XKBEXT to make sure libos.a is added after libxkb.a too.

Maybe the whole linking needs to be reworked. we currently have circular
dependencies between the libraries. dix need symbols from ddx, ddx needs
symbols from os, os needs symbols from dix and so forth.          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list