Author |
Post |
|
#1 Mon Nov 11, 2013 22:43, 137 months ago.
|
Member
Registered: Nov 2013
Location: kolind, Denmark
|
I am trying to install smstools3 but "Make" return this error:
$ make cd src && make - make[1]: Entering directory '/usr/src/smstools3/src' Makefile:51: *** kommandoer begynder før første mål. Stop. make[1]: Leaving directory '/usr/src/smstools3/src' Makefile:10: recipe for target 'compile' failed make: *** [compile] Error 2
Can you help me, please
|
|
#2 Tue Nov 12, 2013 14:01, 137 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
Edit the src/Makefile Search overrideAdd single tab character to the start of that line: ifneq (,$(findstring SOLARIS,$(CFLAGS))) ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS))) override LFLAGS += -lsocket -lnsl endif endif 'make' Syntax Highlight powered by GeSHi Save and make...
|
|
#3 Tue Nov 19, 2013 02:09, 136 months ago.
|
Member
Registered: Oct 2013
Location: Naga, Philippines
|
Thank you.
This saved my head from scratching and paracetamol.
Thank you Keke.
|