Author |
Post |
|
#1 Fri Oct 18, 2013 10:24, 138 months ago.
|
Member
Registered: Oct 2013
Location: athens, Greece
|
i have this problem... makefile:51: *** recipe commences before first target. stop. makefile[1]: leaving directory 'usr/src/smstools3/src' makefile:10: recipe for target 'compile' failed.
I have a windows server 2003 and i install cygwin64 with all that it needs(gcc, make, cc)! what i am doing wrong?
|
|
#2 Thu Nov 07, 2013 20:27, 138 months ago.
|
Member
Registered: Jan 2012
Location: Vilnius, Lithuania
|
vamvoukas wrote i have this problem... makefile:51: *** recipe commences before first target. stop. makefile[1]: leaving directory 'usr/src/smstools3/src' makefile:10: recipe for target 'compile' failed.
I have a windows server 2003 and i install cygwin64 with all that it needs(gcc, make, cc)! what i am doing wrong?
I have too this problem.. 5 hours i trying to make it, but nothing.. Please help.
|
|
#3 Sat Nov 09, 2013 03:14, 138 months ago.
|
Member
Registered: Nov 2013
Location: Philippines
|
I have same error here. Can't compile the SMS Server Tools 3 using Cygwin.
Please help. This is a great tool and want to take advantage of it.
Many Thanks.
|
|
#4 Tue Nov 12, 2013 08:51, 138 months ago.
|
Member
Registered: Nov 2013
Location: Germany
|
The same error under Arch Linux.
Any hints?
|
|
#5 Tue Nov 12, 2013 13:57, 138 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...
|
|
#6 Tue Nov 12, 2013 16:54, 137 months ago.
|
Member
Registered: Nov 2013
Location: Germany
|
Thanks for your quick response!
btw: great tool!
|
|
#7 Thu Feb 27, 2014 16:43, 134 months ago.
|
Member
Registered: Jun 2009
Location: Russian Federation
|
Many thanks keke!
|