hey, i am trying to compile a c++ program in Linux, using the command in the shell g++ -Wall *.cpp -o prog
and for some reason it keeps on giving me a weird error:
g++: Internal error: Bus error (program cc1plus) Please submit a full bug report. See for instructions.
i searched the net for this bus error, and it says that it has to do with something about accessing illegal memory.
can someone maybe clarify things a bit more for me
thanx
Betty