Francisco J. Royo Santas wrote:
What I did next was to download 'Microsoft Windows services for Unix'
and tried
to compile and run wgcc there but it was even funnier. After solving
problems
like getting "Memory fault (core dumped)" for every single thing I tried
to do,
I tried to run "./configure" for wgcc and what I got (when compiling
conftest.cc, a simple main which has a "return 0" statement) was:
gcc: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
I have no idea what I can do, can anyone please help me???
Microsoft gives you a broken g++, and advises you to use the gcc support
system? I don't blame you for not following the advice, but you're even
less likely to get help if you don't.
You do want to make sure you don't have different versions of gcc
installed so that they conflict with each other.