Re: [GLE-devel] Alternative to /proc/self/exe
Jan Struyf <[email protected]>
| Newsgroups | gmane.os.hurd.general |
|---|---|
| Message-ID | <alpine.LFD.2.02.1110311339590.1868@akari> |
Dear Thomas, >> On Linux, there is /proc/self/exe to find the absolute path to >> the executable that you are running. Is there an alternative >> to this mechanism on GNU / Hurd? Or should the executable >> location be determined based on argv[0]? > > We are aware of this missing functionality, but there is no > solution implemented yet; sorry. Thanks for the information! I'll do a solution based on argv[0] for the moment. Best Regards, Jan