> When compiling oskit-mach without any optimation, the linker will
> complain about cli not defined in oskit-mach/i386/i386/pic.c. Compiling
> with -O2 helps, but then gdb is confused. Gdb doesn't know where the
> current pc refers to the right source file. Something seems to be
> broken, but what?

The former can be blamed on the oskit.  It uses `extern inline' and doesn't
define any real function equivalents anywhere.  But I guess I wouldn't
really suggest compiling without optimization anyway.

The latter sounds like the normal way of things inasmuch as you've said.
You get used to it.  It's not always as confusing as it sometimes seems to be.

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to