- update (lesstif compilation tips)

This commit is contained in:
Ludovic Jacomme 2004-07-31 15:58:57 +00:00
parent 3c506eeda5
commit 4119610dd7
1 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,14 @@ You can use the startx script to run the cygwin X server as follows :
And then you can launch graal : And then you can launch graal :
> 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 # EOF