Pelles C forum

Pelles C => Bug reports => Topic started by: top398 on April 16, 2014, 09:40:23 AM

Title: POLINK: error: Unresolved external symbol '__crt_abort'.
Post 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 :
Code: [Select]
#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:
Code: [Select]
POLINK: error: Unresolved external symbol '__crt_abort'.
POLINK: fatal error: 1 unresolved external(s).
*** Error code: 1 ***
Done.
Title: Re: POLINK: error: Unresolved external symbol '__crt_abort'.
Post by: top398 on April 16, 2014, 06:06:35 PM
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
Title: Re: POLINK: error: Unresolved external symbol '__crt_abort'.
Post by: TimoVJL on April 16, 2014, 06:54:47 PM
Just wait for next release candidate for that function.
Mean while test those static libraries.