[Bug 166800] Review Request: sbcl: The Steel Bank Common Lisp development environment

bugzilla at redhat.com bugzilla at redhat.com
Sat Sep 17 12:29:47 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: sbcl: The Steel Bank Common Lisp development environment


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=166800





------- Additional Comments From gemi at bluewin.ch  2005-09-17 08:29 EST -------
Yes, argv[0] *is* the problem:
It is set to "sbcl", however execve requires a full path, i.e., "/usr/bin/sbcl".
So either usr /proc/self/exe as before as you suggested, or create a script
that calls, e.g., /usr/lib/sbcl/bin/sbcl or something similar.
The argv[0] patch works with gcl, because gcl is a script that calls
/usr/lib/gcl-2.6.7/unixport/saved_ansi_gcl, whose argv[0] is of course
a full path.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list