On Thu, Nov 13, 2008 at 12:10 PM, Alon Bar-Lev <alon.bar...@gmail.com> wrote:
> Hello,
>
> I almost sure it worked until recently... But now a simple program:
> #include <setjmp.h>
> #include <stdlib.h>
>
> int main(void) {
>        setjmp(NULL);
>        longjmp(NULL, 0);
> }
>
> Cannot be compiled.
> x86_64-pc-mingw32-gcc a.c
> /tmp/cctlj9Wj.o:a.c:(.text+0xe): undefined reference to `_mingw_getsp'
> /tmp/cctlj9Wj.o:a.c:(.text+0x2a): undefined reference to `_longjmp'
> collect2: ld returned 1 exit status
>
> Using i686-pc-mingw32 it compiles.
>
> Any clue?
> Using:
> binutils CVS head
> gcc-4.2.3
> mingw-w64 svn trunk
>
> Alon.

Sorry for the long delay, but I've been away for a while.  Is this
still an issue?  I just built a fresh toolchain and compiled your code
with it, having no problems.  Please tell me if you are still having
issues.

------------------------------------------------------------------------------
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to