FLTK setup problem

In my cmd if i write gcc -v it shows me gcc version 5.0.3 but if i write the same thing in MinGW shell it shows me gcc version 3.4.4. For this problem i cannot properly set the FLTK. Please HELP.
Last edited on
When you set up MinGW you probably set up your paths differently to your cmd shell.

You should inspect the $PATH/%PATH% variables for each.

You could also try which gcc.
Last edited on
Topic archived. No new replies allowed.