On Sun, Mar 02, 2003 at 08:04:42PM -0500, Mark Vojkovich wrote: >On Sun, 2 Mar 2003, Marc Aurele La France wrote: > >> On Sun, 2 Mar 2003, Mark Vojkovich wrote: >> >> > > > setjmp is a *macro* (for __sigsetjmp) defined in /usr/include/setjmp.h. >> > > > This is libc 2.2. so it doesn't set HAS_GLIBC_SIGSETJMP. >> > > > SYMCFUNCALIAS chokes on this. This is gcc 2.95.3. >> >> > > > I think the HAS_GLIBC_SIGSETJMP set logic is wrong. >> >> > > You've got glibc 2.2.1, I'll guess. The #if's should be looking for glibc >> >> > Maybe. I can't seem to figure out for sure. There doesn't >> > seem to be indicating that in "objdump -x". >> >> `ls /lib/libc*` > > It just says 2.2. > > If I force HAS_GLIBC_SIGSETJMP, it builds but...
The best way to force it is define HasGlibc21Sigsetjmp to YES in host.def. >Symbol xf86getjmptype from module /usr/X11R6/lib/modules/fonts/libfreetype.a is >unresolved! >Symbol xf86getjmptype from module /usr/X11R6/lib/modules/fonts/libfreetype.a is >unresolved! >Symbol xf86setjmp1_arg2 from module /usr/X11R6/lib/modules/fonts/libfreetype.a i >s unresolved! >Symbol xf86setjmp1 from module /usr/X11R6/lib/modules/fonts/libfreetype.a is unr >esolved! >Symbol xf86setjmperror from module /usr/X11R6/lib/modules/fonts/libfreetype.a is > unresolved! >Symbol xf86getjmptype from module /usr/X11R6/lib/modules/fonts/libfreetype.a is >unresolved! >Symbol xf86getjmptype from module /usr/X11R6/lib/modules/fonts/libfreetype.a is >unresolved! >Symbol xf86setjmp1_arg2 from module /usr/X11R6/lib/modules/fonts/libfreetype.a i >s unresolved! >Symbol xf86setjmp1 from module /usr/X11R6/lib/modules/fonts/libfreetype.a is unr >esolved! >Symbol xf86setjmperror from module /usr/X11R6/lib/modules/fonts/libfreetype.a is > unresolved! Looks like your core server is not built with the 4.3 setjmp stuff. Those symbols should be there regardless of whether you force HAS_GLIBC_SIGSETJMP or not. David -- David Dawes Release Engineer/Architect The XFree86 Project www.XFree86.org/~dawes _______________________________________________ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel
