On Fri, 30 Jan 1998, Maximiano C. Francisco III wrote:
> The second problem I have encountered is in the compilation of magic > v6.5. Everything seems to run smoothly until it hits the compilation of > the X11 apps. The compiler stops at this point and tells me that "-lX11 > does not exist" Now I have checked for the existence of libX11.so and > it is there. I have checked my ld.so and it sees libX11.so. Where > does my problem lie? I have compiled Magic 6.5 a few months ago on my Debian system and it works (8 bpp only). To answer your question: try to add your X libraries directory path to the CCFLAGS line in the makefile.It should be something like: CCFLAGS= ..... +L/usr/X11R6/lib Paolo Nenzi ------------------------ GPS= Guesses Position Somehow -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

