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

Cannot install on OpenSuse 13.1 #7

Open
JavaScriptDude opened this issue Apr 10, 2014 · 0 comments
Open

Cannot install on OpenSuse 13.1 #7

JavaScriptDude opened this issue Apr 10, 2014 · 0 comments

Comments

@JavaScriptDude
Copy link

Installation fails using either npm install curses or git clone method.

The error snip is as follows:

make[1]: Entering directory `/home/tquinn/_t/inst/node_curses/curses/deps/ncurses-5.7/test'
gcc -I../test -I. -DHAVE_CONFIG_H -I. -I../include  -D_GNU_SOURCE -DNDEBUG -fPIC  --param max-inline-insns-single=1200  -c ../test/background.c -o ../objects/background.o
gcc -fPIC  --param max-inline-insns-single=1200  -o background ../objects/background.o  -I../test -I. -DHAVE_CONFIG_H -I. -I../include  -D_GNU_SOURCE -DNDEBUG -fPIC  --param max-inline-insns-single=1200  `echo "-static -L../lib -lformtw -lmenutw -lpaneltw -lncursestw  -dynamic  -lpthread " | sed -e 's/-lform.*-lpanel[^ ]*//'` -lutil  -lm
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lpthread
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lutil
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lm
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lc
collect2: error: ld returned 1 exit status
make[1]: *** [background] Error 1
make[1]: Leaving directory `/home/tquinn/_t/inst/node_curses/curses/deps/ncurses-5.7/test'
make: *** [all] Error 2
ERROR: build failed (3)
npm ERR! weird error 1
npm ERR! not ok code 0
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

1 participant