Hello Group
Nice to meet everyone. First time posting to forum. I hope to have better luck then I did on Sourceforge.net forum.
I am using DevC++ version 4.9.9.1. I am getting this error message in my compile log and I do not know how to fix this problem. Here is what my compile log is saying:
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\Makefile.win"
Executing make clean
rm -f main.o Project3.exe
gcc.exe -c main.c -o main.o -I"C:/Dev-Cpp/include"
gcc.exe main.o -o "Project3.exe" -L"C:/Dev-Cpp/lib" Packages/sqlite-3.2.7.entry Packages/sqlite3.exe
c:\Dev-Cpp\Bin\..\lib\gcc-lib\mingw32\3.3.1\..\..\..\..\mingw32\bin\ld.exe:Packages/sqlite-3.2.7.entry: file format not recognized; treating as linker script
c:\Dev-Cpp\Bin\..\lib\gcc-lib\mingw32\3.3.1\..\..\..\..\mingw32\bin\ld.exe:Packages/sqlite-3.2.7.entry:1: parse error
make.exe: *** [Project3.exe] Error 1
Execution terminated