Re: Irv's GTK Stuff
- Posted by EUPHORiCK <euphoric at cklester.com> Nov 06, 2003
- 566 views
Irv Mullins wrote: > > >On Tuesday 04 November 2003 08:12 pm, you wrote: > > >>Irv, I'd love to use your GTK stuff if you'd tell me how to create a >>eugtk.so for FreeBSD... >> >> >You can compile it with the command: >gcc -Wall -shared eugtk.c -o eugtk.so `gtk-config --cflags --libs` > >Let me know how this works. > > Okay, looks promising... I get this output when I type in the above command: eugtk.c: In function 'GetEUID': eugtk.c:464: warning:implicit declaration of function 'geteuid' i do have a eugtk.so file now... does that mean it was a success? what about that error message?