what is the meaning of "no target specified and no
makefile found" ?
it appears when i want to execute the programme.
sounds like a.) you haven't built it yet and b.) you don't yet have the tools you need to build it.
type 'which make' from terminal, does it return
/usr/bin/make?
if not, don't have make installed. if make isn't installed, i bet you don't have any compilers either. type 'which gcc' or 'which g++'. are these in your path?
now. it might help if you gave more details about what you're trying to compile. after you un-tar.gz the sources, is there a "README" or an "INSTALL" file there that provides instructions?
as i said before, i think you need to start by installing the XCode tools first...
post back if you need any more help... cheers