tonk
12-26-1999, 03:06 AM
I tried to compile this program -- TrueReality N64 emulator -- and make gave me this error:
/usr/bin/ld: cannot open -lXext: No such file or directory
I understand that this means ld can't find libXext in its default library path, and I found that libXext.* exists in /usr/X11R6/lib
My question is:
How do I add this directory into ld's default library path without making changes in the Makefile ? ( I know adding -Llib_directory will do the trick but I know little about Makefile ... dont want to cause further problems ) ... modifying an .rc file for ld, perhaps?
Any help is appreciated.
------------------
--
Does anyone know why the meaning of life is 42?
/usr/bin/ld: cannot open -lXext: No such file or directory
I understand that this means ld can't find libXext in its default library path, and I found that libXext.* exists in /usr/X11R6/lib
My question is:
How do I add this directory into ld's default library path without making changes in the Makefile ? ( I know adding -Llib_directory will do the trick but I know little about Makefile ... dont want to cause further problems ) ... modifying an .rc file for ld, perhaps?
Any help is appreciated.
------------------
--
Does anyone know why the meaning of life is 42?