From: Matthew Smillie Date: 2005-12-03T01:34:30+09:00 Subject: Re: Ruby/Tk and MacOS X framework On Dec 2, 2005, at 7:31, Hidetoshi NAGAI wrote: > >>> # I think that I should not add "~/Library/Frameworks". >>> # Is the judgement right? >> >> Well, it is a legal place to install. The OS itself would check >> it... > > By default, I think, 'configure' should search general pathes > except pathes under the home of a certain user. > Because, if depends on a certain user's home, the compiled binary > may not work for other users. > Don't you think so? > -- > Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) > ~/Library/Frameworks is there for users who don't have the administrative powers to install to /Library/Frameworks, so it's a good place to check. Presumably the user would also be installing Ruby within their own space as well, so I'm not sure that the binary not working for other users would be particularly important in that case. matthew smillie.