When i run the ./confure everything goes well but when i run the make command i get the following
make all-recursive make[1]: Entering directory `/usr/src/qsheff/qsheff-1.0-r3' Making all in etc make[2]: Entering directory `/usr/src/qsheff/qsheff-1.0-r3/etc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/qsheff/qsheff-1.0-r3/etc' Making all in share make[2]: Entering directory `/usr/src/qsheff/qsheff-1.0-r3/share' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/qsheff/qsheff-1.0-r3/share' Making all in contribute make[2]: Entering directory `/usr/src/qsheff/qsheff-1.0-r3/contribute' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/qsheff/qsheff-1.0-r3/contribute' make[2]: Entering directory `/usr/src/qsheff/qsheff-1.0-r3' if gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -ansi -pedantic -MT main.o -MD - MP -MF ".deps/main.Tpo" -c -o main.o main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi In file included from main.c:43: config.h:11:22: missing terminating " character main.c: In function `main': main.c:58: warning: implicit declaration of function `getopt' main.c:78: warning: implicit declaration of function `snprintf' main.c:175: warning: comparison between pointer and integer main.c:182: warning: ordered comparison of pointer with integer zero make[2]: *** [main.o] Error 1 make[2]: Leaving directory `/usr/src/qsheff/qsheff-1.0-r3' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/qsheff/qsheff-1.0-r3' make: *** [all] Error 2 Can anybody help me out Thanks in advance --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
