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

nsnake-3.0.1 with ncurses-6.1_p20190609 linking fails #36

Open
ssten opened this issue Apr 12, 2020 · 1 comment
Open

nsnake-3.0.1 with ncurses-6.1_p20190609 linking fails #36

ssten opened this issue Apr 12, 2020 · 1 comment

Comments

@ssten
Copy link

ssten commented Apr 12, 2020

Trying to build nsnake-3.0.1 on my Linux box (amd64) I've got the following error:

# Linking...
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/Interface/Ncurses.o: undefined reference to symbol 'keypad'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /lib64/libtinfo.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

sys-devel/gcc-9.2.0-r2
sys-libs/ncurses-6.1_p20190609

@Master-Hash
Copy link

Master-Hash commented Aug 3, 2020

@ssten

Trying to build nsnake-3.0.1 on my Linux box (amd64) I've got the following error:

# Linking...
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/Interface/Ncurses.o: undefined reference to symbol 'keypad'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /lib64/libtinfo.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

sys-devel/gcc-9.2.0-r2
sys-libs/ncurses-6.1_p20190609

I've met a similar mistake today on my Gentoo installation as well...
I only found a confusing blog article: https://www.cnblogs.com/ramlife/p/10128837.html
Have you solved the issue?

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

No branches or pull requests

2 participants