cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
FLTK setup problem
FLTK setup problem
Apr 27, 2016 at 9:28am UTC
riyadhhossain01
(30)
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
Apr 27, 2016 at 9:38am UTC
Apr 27, 2016 at 11:09am UTC
MrHutch
(1822)
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
Apr 27, 2016 at 11:09am UTC
Topic archived. No new replies allowed.