[Anjuta-list] Linker flags



Hi people.

I'm learning C, and trying to get set up in Anjuta. I have an existing
single-file project that I've been working on, and compiling with:

gcc -Wall -lcsv -lsqlite3 -ldb -o csv_process csv_process.c

I'd like to get this file into Anjuta so I can get some graphical
debugging happening. If I create a new project, and copy the source into
src/main.c, how do I set up my linker flag things ( eg -lsqlite3 etc )?

Thanks :)

Dan







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]