Re: try to compile testgtk.c -> undefined reference: create_prop_editor
"calmar" <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <001801c28390$e4d21e20$1374a2d9@CALXP> |
Hi Tor, > calmar writes: > > So maybe I have not linked to the proper libraries? > > > ROOT=testgtk > > > > $(ROOT).exe : $(ROOT).o > > $(CC) $? -o $@ $(LFLAGS) 2>&1 > > I don't see any prop-editor.o here... > > --tml > I got it now. Thanks for you kindly help! First make the prop-editor.o object file, then the testgtk.o and finally linking them together. best greetings calmar