gcc - Fatal Error while Running c++ object file -
i have compiled c++ project using cmake utility on red hat linux 4.1.2.
gcc version: 4.1
when try run object file using following command got exception:
./gcvmp ../../dat/settlingsunix/mpsettings.xml exception : fatal error: æ¹¥åsä i not able understand root cause. please me in regard.
i suspect "fatal error:" portion printed code. it's supposed followed message explaining error, message passed corrupted, , junk printed.
have tried compiling program -ggdb running under gdb? here's starter on how use debugger: http://www.ibm.com/developerworks/library/l-gdb/
Comments
Post a Comment