Here is the console output:
**** Build of configuration Debug for project test ****
mingw32-make all
'Building file: ../myprogram.cpp'
'Invoking: GCC C++ Compiler'
g++ -E -DCURL_STATICLIB -I"C:\Sources\curl-7.19.5\
'Finished building: ../myprogram.cpp'
' '
'Building target: test.exe'
'Invoking: MinGW C++ Linker'
g++ -o"test.exe" ./myprogram.o
./myprogram.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
mingw32-make: *** [test.exe] Error 1
Main Topics
Browse All Topics





by: evilrixPosted on 2009-06-09 at 14:52:24ID: 24586226
What output do you see on the Console tab? That's where all the useful info is, not the Errors tab :)