I got this message when I compile a program. It seem that the compliler does
not know where are the header files. Could some one help to set this.

gcc -Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce
-D_FILE_OFFSET
BITS=64 -c blocksort.c
In file included from blocksort.c:69:
bzlib_private.h:65: stdlib.h: No such file or directory
bzlib_private.h:68: stdio.h: No such file or directory
bzlib_private.h:69: ctype.h: No such file or directory
bzlib_private.h:70: string.h: No such file or directory
make: *** [blocksort.o] Error 1


thanks
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to