Problems with wxWidgets

Asked

Viewed 45 times

0

I am doing a project using wxWidgets, and when the compilation appears the message: error: cannot specify -o with -c, -S or -E with Multiple files. I’m using codeblocks in Ubuntu and I don’t know what to do with this mistake.

  • For example when compiling cc -c a.c b.c will create a.o and a b.o . If we force a way out cc -o aaa -c a.c b.c compiler gives error like what you get.

  • And how can I set this up in codeblocks?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.