Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I compile and link a sample Bonobo application?

application bonobo link sample
0
Posted

How do I compile and link a sample Bonobo application?

0

If your source file is in the file component.c, you can compile it by using the following command line:cc `pkg-config –cflags libbonobo-2.0` -c component.c To link, you use the command line:cc `pkg-config –libs libbonobo-2.0` component.o You would replace libbonobo-2.0 for libbonoboui-2.0 if you are using the GUI/Gtk+ features of Bonobo and include libgnomeprint-2.0 if you are using any of the printing facilities for components.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.