Menu

Another DevC++ question

clavezza30
2006-04-15
2012-09-26
  • clavezza30

    clavezza30 - 2006-04-15

    Hello Group,

    Thanks for helping me out with the SQL error messages. I finally linked the proper libraries to DevC++ now and it works great. Now I have another 2 error messages in the compiler log:

    [Warning] command line option "-fno-access-control" is valid for C++/ObjC++ but not for C

    cc1.exe C:\Dev-Cpp\cc1.exe unrecognized command line option "-fdollar-in-identifiers"

    cc1.exe C:\Dev-Cpp\cc1.exe unrecognized command line option "-fsave-memoized"

    Can someone tell me how to fix these two error messages.

    Thanks again

    Chris Lavezza

     
    • Anonymous

      Anonymous - 2006-04-15

      You have also asked bith tehse questions in separate threads. Where they have been answered.

      Clifford

       
    • Wayne Keen

      Wayne Keen - 2006-04-15

      Chris,

      NEVER EVER just excerpt the errors and ask how to fix it. ALWAYS post your Basic 3. ALWAYS!!!!!!

      You have those compile options that the error messages are telling you about selected somewhere. You need to dig through your menu settings, find where they are set, and turn them off.

      Wayne

       
    • clavezza30

      clavezza30 - 2006-04-15

      c:\Dev-Cpp\Bin..\lib\gcc\mingw32\3.4.2........\mingw32\bin\ld.exe:Packages/sqlite-3.3.5-1cyd.entry:1: syntax error
      collect2: ld returned 1 exit status

      make.exe: *** [Sample.c] Error 1

      Execution terminated

      How do I fix this one now

       
    • clavezza30

      clavezza30 - 2006-04-15

      THis is what I am getting from compile log:

      c:\Dev-Cpp\Bin..\lib\gcc\mingw32\3.4.2........\mingw32\bin\ld.exe:Packages/sqlite-3.3.5-1cyd.entry:1: syntax error
      collect2: ld returned 1 exit status

      make.exe: *** [Sample.c] Error 1

      Execution terminated

      this is what I am getting from compile tab:

      1 c:\Dev-Cpp\mingw32\bin\ld.exe:Packages\sqlite-3.3.5-1cyd.entry ld returned 1 exit status
      1 c:\Dev-Cpp\mingw32\bin\ld.exe:Packages\sqlite-3.3.5-1cyd.entry syntax error
      file format not recognized; treating as linker script

       
    • Wayne Keen

      Wayne Keen - 2006-04-15

      That is not your full compile log. Please post all of it.

      That is also not the error you were repoting earlier.

      I also note that you have reduced the "Basic 3" that I asked for to the "Basic 1" - not very good at following directions, are you?

      Wayne

       

Log in to post a comment.

MongoDB Logo MongoDB