Compiling Xystray

Ok, maybe this is a little Off-Topic but don’t losse anything trying:

I wanted to use the xystray app but when i try to “make” it:

link@debianpc:~//xystray-0.9beta$ make
gcc -lXt -lX11 -L/usr/X11/lib Xystray.o xystray.o -o xystray
/usr/bin/ld: no se puede encontrar -lXt
collect2: ld devolvió el estado de salida 1
make: *** [xystray] Error 1

What’s this?, is it because the version of gcc?

Thanks for the help

[color=red]Edited by theBlackDragon:
–> Moved from Basic questions[/color]

open “Makefile” with an editor

change the line

LDFLAGS= -lXt -lX11 -L/usr/X11/lib
to
LDFLAGS= -lXt -lX11 -L/usr/X11R6/lib

Mark