Well i'm having a compiling problem in linux:
whenever i'm trying to install pkgs like - GTK+, glib etc. i get this error:
and then:
make
make: *** No targets specified and no makefile found. Stop.
and i have makefile in the directory, i tried with
make -f makefile
&
make -f Makefile
but i get :
make:*** No rule to make target `Makefile'. Stop.
what is it then?