[Thread Prev][Thread Next]   >Date Index >Thread Index

Re: [wmx] Compiling error with wmx6

Nicolas Robaux - Sat Jun 23 18:55:15 2001


At 13:59 22/06/2001 +0200, you wrote:
Hi there!

On Thu, 21 Jun 2001, Nicolas Robaux wrote:

[...]
> Here is the error message :
>
> c++ -o wmx Border.o Buttons.o Channel.o Client.o Config.o Events.o
> Main.o Manager.o Menu.o Rotated.o Session.o -L/usr/X11R6/lib -lXext -lX11
[...]
There seems to be some mis-configuration by the configure script. Try
adding -lXpm after -lX11 in the Makefile. Make sure that libXpm.so is in
/usr/X11R6/lib. If not add the directory, too using -L/usr/local/lib
_before_ the -lXpm. That should do the trick.

Thank you very much, that made the trick !
There was no libXpm.so in my lib directory, only the libXpm.so.6...
So hard to understand the Makefiles and the magic links, when you are only an end user...

Greeting from Paris !

Nicolas



Next: