User forums > Help
Can´t even install it
stahta01:
Open Dos Box and run following commands
cd c:\mingw\bin
which --all mingw32-g++
mingw32-g++.exe --version
What version does it give?
I get this
--- Code: ---C:/MinGW/bin/mingw32-g++.EXE
mingw32-g++.exe (GCC) 3.4.5 (mingw special)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--- End code ---
Newbie0815:
must be something wrong in the input, it gives me the version number of which (v2.16) but nothing from mingw
stahta01:
minGW was installed in C:/MinGW correct?
Try this
Open Dos Box and run following commands for when c: is not your default drive
c:
cd c:\mingw\bin
which --all mingw32-g++
mingw32-g++.exe --version
Tim S
Newbie0815:
ahh sorry, my error, got it now, exact same as yours
stahta01:
Do you have another minGW folder on your computer? Especially on the root folder like E:\mingw?
Do you have Cygwin on your computer?
Open Dos Box and run following commands
c:
cd c:\mingw\bin
mingw32-g++.exe --print-search-dirs
I got this or about this I had to edit it to make it readable
--- Code: ---install: /mingw/lib/gcc/mingw32/3.4.5/
programs: =../libexec/gcc/mingw32/3.4.5/;../libexec/gcc/;/mingw/libexec/gcc/mingw32/3.4.5/;/mingw/libexec/gcc/mingw32/3.4.5/;/mingw/libexec/gcc/mingw32/;/mingw/lib/gcc/mingw32/3.4.5/;/mingw/lib/gcc/mingw32/;/usr/libexec/gcc/mingw32/3.4.5/;/usr/libexec/gcc/mingw32/;/usr/lib/gcc/mingw32/3.4.5/;/usr/lib/gcc/mingw32/;../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/mingw32/3.4.5/;../lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/;/mingw/lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/mingw32/3.4.5/;/mingw/lib/gcc/mingw32/3.4.5/../../../../mingw32/bin/
libraries: =../lib/gcc/mingw32/3.4.5/;../lib/gcc/;/mingw/lib/gcc/mingw32/3.4.5/;/usr/lib/gcc/mingw32/3.4.5/;../lib/gcc/mingw32/3.4.5/../../../../mingw32/lib/mingw32/3.4.5/;../lib/gcc/mingw32/3.4.5/../../../../mingw32/lib/;/mingw/lib/gcc/mingw32/3.4.5/../../../../mingw32/lib/mingw32/3.4.5/;/mingw/lib/gcc/mingw32/3.4.5/../../../../mingw32/lib/;/mingw/lib/mingw32/3.4.5/;/mingw/lib/;../lib/gcc/mingw32/3.4.5/../../../mingw32/3.4.5/;../lib/gcc/mingw32/3.4.5/../../../;/mingw/lib/gcc/mingw32/3.4.5/../../../mingw32/3.4.5/;/mingw/lib/gcc/mingw32/3.4.5/../../../;/lib/mingw32/3.4.5/;/lib/;/usr/lib/mingw32/3.4.5/;/usr/lib/
--- End code ---
Note: The data right after install: is the most important part right now.
Tim S
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version