i am using minixml library in my gcc base project. I can successfully compile the files using the following command line option

gcc -o <output file> <c file path> -L. -lem_log -lmxml -pthread

how can i compile the program with the same options in Netbeans 6.9.0 ?

Abdul khaliq

link|improve this question

70% accept rate
feedback

1 Answer

Netbeans should have an option to specify compiler options. Have you checked it?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.