Thu Nov 14, 2013 14:10
|
silvio80: Operating system name and version: Win XP PRO SP3
Version of smsd: 3.1.15 and previous
Smsd installed from: sources / from elsewhere...
Name and model of a modem / phone: Nokia 7500
Interface: USB
Hi, I used it for some time smstool on windows xp via cygwin with phone nokia 7500 and now due to change pc, I have to reinstall it. After downloading the latest version of cygwin and smstools, I tried to compile it with cygwin accordance with the instructions, getting the following error:
$ make
cd src && make -
make [1]: entry in the directory "/ usr/src/smstools3/src"
Makefile: 51: *** instruction set starts before the first goal. Stop.
make [1]: Leaving directory "/ usr/src/smstools3/src"
Makefile: 10: instruction set for the target "compile" failed
make: *** [compile] Error 2
What can I do to fix it?
I have:
$ which cc
/usr/bin/cc
$ ls -l /usr/bin/cc
lrwxrwxrwx 1 Labcar Nessuno 7 14 nov 12.56 /usr/bin/cc -> gcc.exe
$ which gcc
/usr/bin/gcc
$ ls -l /usr/bin/gcc
-rwxr-xr-x 3 Labcar Nessuno 693277 8 nov 16.20 /usr/bin/gcc
Thanks for replys
|