On Jul 12, 2005, at 4:37 PM, Tim Blechmann wrote:
...now they've gone away if I use "-faltivec" instead of "- maltivec": not sure what the difference is...however, it does lead to a new warning:
well, i'd suggest to use both -faltivec and -maltivec ...
...yep, their combined superpowers work wonders on the warnings :-)
/usr/bin/ld: Undefined symbols: _sched_setscheduler
this is defined it m_sched.c, line 866 ... i'll check if it has been commited successfully ...
...line 866 for my m_sched.c is sys_setscheduler(), not sched_setscheduler()...I'm beginning to think this may be due to some apple shenanigans with switching around posix defines and such...?
jamie