Re: -rpath not used under Linux

2004-01-21 Thread Craig Groeschel
 Does anyone have a good reason to not do this?

I seem to remember an rpath considered harmful message from
around the time the libraries changed from R5 to R6.  The
author said to use rpath-link instead of rpath.  I don't know
if that would do what you want (sorry, it's been so long I
don't even remember the difference between the two.  So
blackball me :) ) but it seems like a less draconian
alternative.  I guess it depends on whether you want to leave
shared library configuration up to the administrator / ldconfig
or hard-wire it in.

=
-- 
Craig Groeschel  ladder91 at yahoo dot com  AT '00
Tread lightly.  Leave no trace.  Never forget.
Fuel is a resource; people aren't. Dennis Bakke
When replying, please do not quote my entire message.

__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: Imake: How to build static libraries (eg. for dps)

2003-11-13 Thread Craig Groeschel
 I added to host.def the following lines, with no success:
 #ifndef DoNormalLib
 #define DoNormalLib YES
 #endif
 #ifndef DoSharedLib
 #define DoSharedLib YES

The Do*Lib symbols are only supposed to be set by imake in each
library's directory.  If I remember correctly, you want to set
symbols like NormalLibX11, NormalLibXt, etc. in host.def. 
(Or hack the Do*Lib symbols in each xc/lib/*/Imakefile.)

(In the library's imakefile you should see lines like define
DoNormalLib NormalLibX11.)

 PS: please CC me


=
-- 
Craig Groeschel  ladder91 at yahoo dot com  AT '00
Tread lightly.  Leave no trace.  Never forget.
Fuel is a resource; people aren't. Dennis Bakke
When replying, please do not quote my entire message.

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: DRI and Silicon Motion

2003-09-04 Thread Craig Groeschel
TR I would caution that your conclusion (licensing is not a
 problem) does not 
 necessarily follow from your premise (SMI asked for it). 

Just so.  Unless otherwise specified, cat_fish's code would be
considered a work for hire, and copyright would belong to the employer.

=
-- 
Craig Groeschel  ladder91 at yahoo dot com  AT '00
Tread lightly.  Leave no trace.  Never forget.
Fuel is a resource; people aren't. Dennis Bakke
When replying, please do not quote my entire message.

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: XFree86 host.def file questions

2003-03-28 Thread Craig Groeschel
 can someone recommend the best 'grep' command

fgrep '***'
is the least awkward for me to type.

Regards,
Craig Groeschel

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel