Re: probelm with static linking

2005-04-09 Thread Olexiy Avramchenko
NAVEEN FRANCIS wrote: Hi.. I am new to gtk. I was trying to develop an GTK application on Fedora. When I am trying to do static linking I am getting an error. Hello, Fedora just doesn't provide static gtk+ libraries. This topic (static linking to GTK+) was discussed many times on gtk-list, gt

probelm with static linking

2005-04-08 Thread NAVEEN FRANCIS
Hi.. I am new to gtk. I was trying to develop an GTK application on Fedora. When I am trying to do static linking I am getting an error. This is what I'm trying gcc -g -static -o icon icon.c `pkg-config --cflags --libs gtk+-2.0` I'm getting the following error.. /usr/bin/ld: cann