From 4119610dd75a70cecb303c285ef06cd71084bc5d Mon Sep 17 00:00:00 2001 From: Ludovic Jacomme Date: Sat, 31 Jul 2004 15:58:57 +0000 Subject: [PATCH] - update (lesstif compilation tips) --- alliance/src/README.win32 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/alliance/src/README.win32 b/alliance/src/README.win32 index 6a4bc0c5..21410833 100644 --- a/alliance/src/README.win32 +++ b/alliance/src/README.win32 @@ -62,6 +62,14 @@ You can use the startx script to run the cygwin X server as follows : And then you can launch graal : > graal +# Source Compilation with Lesstif +# =================================================================== +You may want to compile alliance sources by yourself under cygwin. +If you encounter problems while linking or during the execution of +graphical tools that use Lesstif (such as Graal), a work around +is to comment the following line in /usr/X11R6/lib/libXm.la +> #old_library='libXm.a' + # EOF