isaacsfa: :P Thank you that resolved my issue -
I was pointing to my Dev-C++ compiler
after I did a which make and which gcc
|
isaacsfa: HI There
I'm new to SMS Server tools. When I try to make I getthe below error. It looks like it complaining about a missing file...but I do see files in the directory?
$ make
cd src && c:/dev-cpp/bin/make.exe -
c:\dev-cpp\bin\make.exe[1]: Entering directory `C:/cygwin/home/faiz/smstools3/sr
c'
cc -D NOSTATS -Wall -c -o extras.o extras.c
process_begin: CreateProcess((null), cc -D NOSTATS -Wall -c -o extras.o extras.c
, ...) failed.
make (e=2): The system cannot find the file specified.
c:\dev-cpp\bin\make.exe[1]: *** [extras.o] Error 2
c:\dev-cpp\bin\make.exe[1]: Leaving directory `C:/cygwin/home/faiz/smstools3/src
'
c:\dev-cpp\bin\make.exe: *** [compile] Error 2
faiz@jedi ~/smstools3
|