>>>>> In <[EMAIL PROTECTED]> 
>>>>>   Daniel Stone <[EMAIL PROTECTED]> wrote:

>> On Sun, Jun 22, 2003 at 08:44:17PM +0900, ISHIKAWA Mutsumi wrote:
>> >  Bug #187365, #187374 are not only happned on Debian GNU/Linux,
>> > I believe they are generic bugs on Linux based system.
>> > 
>> >  So, It is better to put them into xc/config/cf/lnxLib.tmpl.
>> > 
>> > --- xc/config/cf/lnxLib.tmpl.orig  2003-06-22 20:17:28.000000000 +0900
>> > +++ xc/config/cf/lnxLib.tmpl       2003-06-22 20:20:48.000000000 +0900
>> > @@ -32,6 +32,11 @@
>> >  #define SharedXtstReqs      $(LDPRELIB) $(XLIB)
>> >  #define SharedXieReqs       $(LDPRELIB) $(XLIBONLY)
>> >  #define SharedSMReqs        $(LDPRELIB) $(ICELIB)
>> > +#define SharedXpmReqs       $(LDPRELIB) $(XONLYLIB)
>> > +#define SharedXpReqs        $(LDPRELIB) $(EXTENSIONLIB) $(XONLYLIB)
>> > +#define SharedXmuuReqs      $(LDPRELIB) $(XONLYLIB)
>> > +#define SharedXrandrReqs  $(LDPRELIB) $(XRENDERLIB) $(EXTENSIONLIB) 
>> > $(XONLYLIB)
>> > +#define SharedGLUReqs       $(LDPRELIB) $(GLXLIB)

>> OK, that's fair enough. I'm assuming $(XRENDERLIB) gets properly
>> defined?

 Yes.

 $(XRENDERLIB) is defined as:

* Debian XFree86 4.3.0 with current svn patches:
   
run imake without UseInstalled (e.g run `make world')

     XRENDERLIBDIR = $(TOP)/../../debian/local/exports/lib
     XRENDERLIB = -L$(XRENDERLIBDIR) -lXrender

run imake with UseInstalled (e.g build other programs which use
imake build system on Debian installed system)

     XRENDERLIB =  -L/usr/X11R6/lib -lXrender


* other Linux systems:

     XRENDERLIB = -lXrender

-- 
ISHIKAWA Mutsumi
 <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>

Reply via email to