|
From: Julian S. <js...@ac...> - 2005-11-05 14:11:45
|
> Forgive my ignorance, but why do you need to check the segment's file name > at all? Now that V is one static executable, the only file to have SkFileV > should be the V executable anyway. That's true, but I don't want to hardwire that assumption in. Anyway, what I suggested doesn't work, because argv[0] can be a relative pathname, whereas the names in the NSegments are always absolute paths. I just committed the change Nick suggested (r5020) which should allow reading from in-place builds too. However, since I don't know how to run the system in-place (I never do so myself) I haven't test it - can you try? J |