Pelles C forum
Pelles C => Bug reports => Topic started by: top398 on April 16, 2014, 09:40:23 AM
-
I downloaded Pelle's C 8 x64 RC1/RC2 Under Win7-x64, and tested with a "hello world" program, but always got error. Code is :
#include <stdio.h>
int main(void) {
printf ("Hello, World!");
return 0;
}
When I set "Runtime Library" to "Single-Thread (LIB)" or "Multithread (LIB)", all is fine. But whne I set it to "Multithread (DLL)", I got follow error messages:
POLINK: error: Unresolved external symbol '__crt_abort'.
POLINK: fatal error: 1 unresolved external(s).
*** Error code: 1 ***
Done.
-
Now, I uninstall x64 version, and install x86 version, but still have same error.
And by the way, After uninstall x64 version, these files not be cleaned:
PellesC\Bin\
porc.exe
PellesC\Lib\
pomp.lib
pomp64.lib
-
Just wait for next release candidate for that function.
Mean while test those static libraries.