Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!bloom-beacon!dont-send-mail-to-path-lines From: rws@expo.lcs.mit.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: Re: Suns 4.1 problems with X Message-ID: <9101062227.AA00196@expire.lcs.mit.edu> Date: 6 Jan 91 22:27:02 GMT References: <1991Jan6.190603.27364@eua.ericsson.se> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 8 IMO, the X build procedure should instead use the LD_LIBRARY_PATH environment variable My understanding is that -L paths are preferred over LD_LIBRARY_PATH at link time. So, if we follow your suggestion, we run into the possibility of trying to link against old installed versions of the libraries instead of the new ones in the build tree. Not acceptable.