-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tclsh not installed into right location #24
Comments
Except for the HTcl part, we probably could also simply use |
See also #28. |
thoughtpolice
added a commit
to thoughtpolice/bsc
that referenced
this issue
Feb 7, 2020
There was an implicit, lingering dependency on tclsh being available in the ambient user `$PATH`, even though we build a copy of it! So just re-use the existing built copy of tclsh in the 8.5 distribution to make things simpler. Closes B-Lang-org#24. Signed-off-by: Austin Seipp <aseipp@pobox.com>
thoughtpolice
added a commit
to thoughtpolice/bsc
that referenced
this issue
Feb 7, 2020
There was an implicit, lingering dependency on tclsh being available in the ambient user `$PATH`, even though we build a copy of it! So just re-use the existing built copy of tclsh in the 8.5 distribution to make things simpler. Closes B-Lang-org#24. Signed-off-by: Austin Seipp <aseipp@pobox.com>
thoughtpolice
added a commit
to thoughtpolice/bsc
that referenced
this issue
Feb 7, 2020
There was an implicit, lingering dependency on tclsh being available in the ambient user `$PATH`, even though we build a copy of it! So just re-use the existing built copy of tclsh in the 8.5 distribution to make things simpler. Closes B-Lang-org#24. Signed-off-by: Austin Seipp <aseipp@pobox.com>
ncihnegn
pushed a commit
to ncihnegn/bsc
that referenced
this issue
Mar 4, 2020
There was an implicit, lingering dependency on tclsh being available in the ambient user `$PATH`, even though we build a copy of it! So just re-use the existing built copy of tclsh in the 8.5 distribution to make things simpler. Closes B-Lang-org#24. Signed-off-by: Austin Seipp <aseipp@pobox.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tclIndex.sh
tries to invoketclsh
, however, thetclsh
binary gets installed into a wrong location,source/src/tcltk/tcltk8.5.4/tcl8.5.4/unix/../../../inst/bin/tclsh8.5
, which meanssource/src/tcltk/inst/bin/tclsh8.5
.I assume this wasn't caught, because there's another
tclsh
in$PATH
.The text was updated successfully, but these errors were encountered: