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

Bug fix: Linker errors using automake in Mac OS #163

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

abishekvashok
Copy link
Owner

Fix linker issues that prevent compillation with gcc from succeeding using autotools.

This allows compilation to succeeed in Mac OS - haven't tested on linux yet.

Fixes: #161
Signed-off-by: Abishek V Ashok [email protected]

Fix linker issues that prevent compillation with gcc from succeeding
using autotools.

This allows compilation to succeeed in Mac OS - haven't tested on linux
yet.

Fixes: #161
Signed-off-by: Abishek V Ashok <[email protected]>
Adds checks for libncursesw as some linux distributions like ubuntu
package wide character support for ncurses as a seperate library.

Display a warning if on linux and the package is absent.

Signed-off-by: Abishek V Ashok <[email protected]>
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.

undefined reference to `waddnwstr'
1 participant