NO

Author Topic: POLINK: error: Unresolved external symbol '__crt_abort'.  (Read 1975 times)

top398

  • Guest
POLINK: error: Unresolved external symbol '__crt_abort'.
« 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.

top398

  • Guest
Re: POLINK: error: Unresolved external symbol '__crt_abort'.
« Reply #1 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

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: POLINK: error: Unresolved external symbol '__crt_abort'.
« Reply #2 on: April 16, 2014, 06:54:47 PM »
Just wait for next release candidate for that function.
Mean while test those static libraries.
May the source be with you