From 4a238c4767f6aa14ca5454979521805c9d4642a0 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Thu, 27 Nov 2003 09:08:35 +0000 Subject: [PATCH] Add more notes about libtool and versioning. --- libX11/TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libX11/TODO b/libX11/TODO index bc3eceb1ab..3bc1c992c4 100644 --- a/libX11/TODO +++ b/libX11/TODO @@ -10,3 +10,10 @@ for libraries. Mine installed: /usr/lib/libX11.so.0.0 My workaround was to create symlink and then I could use xev client which also used /usr/lib/libXau.so.0. + +When I got rid of the LIBTOOL_OVERRIDE, the library versions were correct: +/usr/lib/libX11.so.6 +/usr/lib/libX11.so.6.2.1 + +So maybe we need to fix the libtool or maybe don't use LIBTOOL_OVERRIDE. +I believe this is the same for all these freedesktop.org xlibs packages.