Menu

error:compile

2006-09-16
2012-09-26
  • Nobody/Anonymous

    g++.exe "C:\Documents and Settings\demo\desktop\fixed.cpp" -o "C:\Documents and Settings\demo\desktop\fixed.exe" -fdollar-in-identifiers -I"lib\gcc\mingw32\3.4.2\include" -I"include\c++\3.4.2\backward" -I"include\c++\3.4.2\mingw32" -I"include\c++\3.4.2" -I"include" -L"lib"
    cc1plus.exe: error: unrecognized command line option "-fdollar-in-identifiers"


    who can help me with this problem?
    and how to fix it?

     
    • pronecracker

      pronecracker - 2006-09-16

      Strange.
      You can try this:
      Click File->Project Options. Pick the tab "Compiler". In the listbox on the left click "C++ compiler". Set the
      'accept $ in identifiers' option to No.

       
    • Wayne Keen

      Wayne Keen - 2006-09-16

      In the future by the way, please post your full Basic 3 - extracting the error message throws away a lot of information....

      Wayne

       
    • Anonymous

      Anonymous - 2006-09-16

      ... and don't keep your projects here: C:\Documents and Settings\demo\desktop\

      Some components in the toolchain do not always work correctly with spaces in the paths.

      This kind problem is usually caused by:

      1) Inadvertantly setting compiler options - this particular option is no longer supported by GCC, but is still supported by the IDE (just in case you want to plug in an onder compiler).

      2) Using a project file from an onder version of Dev-C++.

      3) Installing Dev-C++ without completely removing an older version.

      Clifford

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.