[Gimp-developer] Re: plug-in compilation problem

2002-09-02 Thread Carol Spears
hi :) On 2002-08-31 at 1134.05 -0500, Cindy Huyser typed this: > > /usr/lib/crt1.o: In function `_start': > /usr/lib/crt1.o(.text+0x18): undefined reference to `main' > /usr/lib/libgimp.so: undefined reference to `PLUG_IN_INFO' > collect2: ld returned 1 exit status > i don't know about the c plu

Re: [Gimp-developer] plug-in compilation problem

2002-09-02 Thread Sven Neumann
Hi, Cindy Huyser <[EMAIL PROTECTED]> writes: > Now, I need to link an additional library into my plug-in. I built a > makefile, setting CFLAGS to the include directories called by gimptool > and LDFLAGS to gimptool's library calls (I did not yet add in the > desired additial library). When I ra

Re: [Gimp-developer] plug-in compilation problem

2002-09-02 Thread Cindy Huyser
Thanks to you both. At some time during my experimentation process, the file was overwritten and lost the PLUG_IN_INFO (along with everything else), and I hadn't thought to look at the file again, since I hadn't edited it. Thank goodness for CVS! Thanks again, Cindy > looks as if your plug