doubt in GNU

can anyone tell me how to compile a sdk program in a GNU compiler

certainly. would that be a C GNU compiler, or a C++ gnu compiler? Perhaps a GNU Fortran compiler? A GNU Ada compiler? A GNU compiler for some other language? A GNU Perl script interpreter, for instance? Do you have a Makefile with your GNU compiler? Do you want to make a Makefile? Do you have unix or windows or some other operating system?

cheers,
John

I have got a gnu c++ compiler.i have unix operating system

man make

and

man gcc

spring to mind. If you have a Makefile, then type in ‘Make’ and hope it works. You might need to tyype in ‘Make <target>’, tho’, so read the documentation. (You might need to do xmkmf first, or run ./configure, or any other myriad of things. Read the readme.txt)

cheers,
John