On Fri, 10 Oct 2003 10:17:23 +0100
José Fonseca <[EMAIL PROTECTED]> wrote:

> Felix,
> 
> On Fri, Oct 10, 2003 at 10:06:51AM +0200, Felix Kühling wrote:
> > Hi,
> > 
> > there were 2 reports from snapshot users on dri-users that DRI was
> > disabled with the new configuration stuff. In at least one case the
> > problem was that libexpat was not installed on the system. Could the
> > snapshot build be changed to link the drivers statically with libexpat?
> > In either case I'll add a note in the FAQ.
> 
> I suppose so. Does any body here knows how to specify which library
> (static or dynamic) the linker should use? (I always just do -lname and
> never thought much about it...)

The linker option for libexpat is defined in config/cf/X11.tmpl. You
could try changing

EXPATLIB = -lexpat

to

EXPATLIB = -Wl,-Bstatic -lexpat -Wl,-Bdynamic

> 
> > On a related note, there seem to be no trunk snapshots. Only in
> > bleeding-edge there are snapshots available.
> 
> I checked the logs. It was breaking because the Xaw headers couldn't
> be found on my system. It should be fixed now.

It had one positive side effect, people were actually using the config
snapshots. ;-)

> 
> Jose Fonseca
> 

Felix

------------    __\|/__    ___     ___       -------------------------
 Felix       ___\_e -_/___/ __\___/ __\_____   You can do anything,
   Kühling  (_____\Ä/____/ /_____/ /________)  just not everything
 [EMAIL PROTECTED]       \___/   \___/   U        at the same time.


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to