Re: Shared library inter-dependencies

2003-09-06 Thread Matthieu Herrb
I wrote (in a message from Friday 5) inter-dependencies are both good and bad. It's a good thing to list them at build time, It helps finding some kind of conflicts. OTOH, one should not rely on them to prune the list of libraries used to link an executable. First, this will break on

Re: Shared library inter-dependencies

2003-09-06 Thread Kean Johnston
The most current exemple is -lc_r vs -lc (or -lXThrstubs vs -lpthreads) on some systems for threaded vs non-threaded applications. I'm talking about inter-X11 dependencies. Xext *always* depends on X11. SM *always* depends on ICE. That kind of thing. Its a simple matter of ELF shared object

Re: i855 and 1400x1050

2003-09-06 Thread Thomas Winischhofer
Alessandro Temil wrote: David Dawes wrote: On Fri, Sep 05, 2003 at 11:25:35AM -0700, Tim Roberts wrote: On Fri, 05 Sep 2003 20:04:19 +0200, Alessandro Temil wrote: Christian Zietz wrote: The problem is: The current i810 driver does not only read the available resolutions from the BIOS but

Re: i855 and 1400x1050

2003-09-06 Thread Alessandro Temil
Thomas Winischhofer wrote: Alessandro Temil wrote: David Dawes wrote: On Fri, Sep 05, 2003 at 11:25:35AM -0700, Tim Roberts wrote: On Fri, 05 Sep 2003 20:04:19 +0200, Alessandro Temil wrote: Christian Zietz wrote: The problem is: The current i810 driver does not only read the available

Re: i855 and 1400x1050

2003-09-06 Thread Thomas Winischhofer
Alessandro Temil wrote: Thomas Winischhofer wrote: Alessandro Temil wrote: David Dawes wrote: On Fri, Sep 05, 2003 at 11:25:35AM -0700, Tim Roberts wrote: On Fri, 05 Sep 2003 20:04:19 +0200, Alessandro Temil wrote: Christian Zietz wrote: The problem is: The current i810 driver does not only