raja.geek Familiar Face
Joined: 09 Oct 2007 Posts: 8
|
Posted: Wed Oct 24, 2007 8:17 am Post subject: problem with command line program execution |
|
|
hi,
i used to execute the programs like this : gcc `pkg-config --cflags --libs gtk+-2.0` inswid.c -o iw
it is working for a while....
but i am getting the folowing error since morning...
[root@localhost programs]# gcc `pkg-config --cflags --libs gtk+-2.0` inswid.c -o iw
/usr/bin/ld: cannot find -latk
collect2: ld returned 1 exit status
[root@localhost programs]#
if anyone knows this, plz let me know...
Thanks in advance...
Rajasekharreddy.B |
|