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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2006-04-15
You have also asked bith tehse questions in separate threads. Where they have been answered.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
NEVEREVER 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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
You have also asked bith tehse questions in separate threads. Where they have been answered.
Clifford
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
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
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
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