On 2012-03-29 10:15, Keith Packard wrote:
On Thu, 29 Mar 2012 03:22:40 -0500, "Yaakov (Cygwin/X)" wrote:
Cygwin doesn't have ELF rpath capabilities, so these libraries need
to be loaded before the drivers (namely dummy and nested) which
depend on their symbols.

Is the problem here that the drivers aren't linked against these
libraries?

The drivers *are* linked against these libraries (via XORG_DRIVER_LIBS in patch 8), but as they reside in $moduledir instead of $libdir, and PE doesn't support rpath, they won't be found by the runtime linker unless they are loaded first.


Yaakov
Cygwin/X
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to