>>>>> "Edi" == Edi Weitz <[EMAIL PROTECTED]> writes:
Edi> Yeah, I thought about something like that myself. But that doesn't
Edi> solve the problem if the user has done something like
Edi> cd /opt/cmucl
Edi> ./lisp
Edi> and I seem to remember I've read somewhere that this is generally not
Edi> the right way to determine the executable's location on a Unix system.
Uhoh. CMUCL basically does something like that to find where the
executable is located so it can locate its core file. If this is not
the right way, then CMUCL is doing it wrong.
Do you have a pointer to the "right" way?
Ray