Skip to content
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

Fix libtcl not found under Debian/Ubuntu #183

Closed
wants to merge 2 commits into from
Closed

Fix libtcl not found under Debian/Ubuntu #183

wants to merge 2 commits into from

Conversation

Cryptopractor
Copy link

When running configure on Debian or a derived operating system, such as Ubuntu with the --enable-tcl option, it will fail with libtcl not found--even when libtcl is installed on the system. This is because Debian keeps the library in a non-standard location as part of their 'multiarch implementation.' This small change to configure.ac will fix this, it also adds support for libtcl 8.6. All tests pass OK when the library is linked against libtcl 8.6.

@strk
Copy link
Member

strk commented Oct 27, 2019

Once the bot is green please make sure to only submit the change to configure.ac -- all the others should really not even be in the repository I think

@Cryptopractor
Copy link
Author

Configure is still failing to find libtcl under Debian on an ARM (Raspberry PI) system. I am going to close this pull request and find a more robust OS/architecture agnostic way of detecting the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants