PDA

View Full Version : Building a shared object in Anjuta


gmclachl
August 16th, 2008, 09:46 AM
The title says it all really. I am trying to create a project which will build a shared library for me. I could use a custom makefile, but support for that is a bit flaky.

In Anjuta I follow these steps.

New -> Project
I select Generic

In the project options I make sure that "Add shared library support" is set to yes.

However all I seem to get is a .o file when I build it.

George