Hi all,
I got the error: 'longjmp' aliased to undefined symbol '_longjmp', while compiling
code with ./bin/src-utils/htbuild --install dev_env.
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -I../include/tdep-x86 -I. -D_GNU_SOURCE -DNDEBUG -g -O2 -fexceptions -Wall -Wsign-compare -MT setjmp/longjmp.lo -MD -MP -MF setjmp/.deps/longjmp.Tpo -c setjmp/longjmp.c -fPIC -DPIC -o setjmp/.libs/longjmp.o
/usr/include/bits/setjmp2.h:26:13: error: 'longjmp' aliased to undefined symbol '_longjmp'
Any ideas?
Thanks!