[C] Why is GTK being a bitch? - Printable Version +- nixers (https://nixers.net) +-- Forum: Development & Graphics (https://nixers.net/Forum-Development-Graphics) +--- Forum: Programming On Unix (https://nixers.net/Forum-Programming-On-Unix) +--- Thread: [C] Why is GTK being a bitch? (/Thread-C-Why-is-GTK-being-a-bitch) |
[C] Why is GTK being a bitch? - Robby - 21-12-2012 What I'm trying to do: http://developer.gnome.org/gtk-tutorial/2.90/c39.html What I'm getting: RE: Why is GTK being a bitch? - venam - 21-12-2012 I think you need the gtk linker something like -lGTK RE: Why is GTK being a bitch? - Robby - 21-12-2012 Thanks venam that seemed to have fixed it, I had to recompile twice before it worked though. Weird behavior shown on this system. |