trouble with make
- From: "Jack M." <msg124 hotmail com>
- To: gtk-list gnome org
- Subject: trouble with make
- Date: Tue, 03 Oct 2000 05:52:15 GMT
Hi,
This is the content of my Makefile:
CC == gcc
arrow : arrow.c
$(CC) `gtk-config --cflags` arrow.c -o arrow `gtk-config --libs`
clean:
rm -f *.o arrow
arrow.c is the name of my source file.
when i type "make" and hit enter to i get the ***No target . stop"...or when
i type "make arrow".. or "make a.out"
.. i get the error "not rule to make target `a.out',....
what is the correct synatx for the make command?.
I do:
make
make clean
make install
make arrow
does not want to work.
thanx.
jm
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]