pl> -----Urspr�ngliche Nachricht-----
pl> Von: [EMAIL PROTECTED]
pl> [mailto:[EMAIL PROTECTED]]Im Auftrag von Denis Oliver
pl> Kropp
pl> Gesendet: Freitag, 15. Juni 2001 03:04
pl> An: Faralla
pl> Cc: [EMAIL PROTECTED]
pl> Betreff: [directfb-dev] Re: Undefined references
pl>
pl>
pl> Quoting Faralla ([EMAIL PROTECTED]):
pl> > Hi,
pl> >
pl> > I am still trying to cross-compile DirectFB 0.9.3.
pl> Obviously there is code that uses inb and iopl (e.g. vsync code),
pl> but that's not available on other platforms, the should be disabled
pl> by configure, but the sonfigure seems not to probe it the right way.
That�s right. configure.in should be
dnl compiling for x86, asm checks and inb/outb/iopl
case "$target" in
i*86-*-*) have_x86=on ;;
*) have_x86=off ;;
esac
and not 'case "$host" in .... i think.
Another Problem i have is, that the CFLAGS I pass to configure are not
taken..
Can you help me how to fix this?
Bye,
Philipp
--
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with
"unsubscribe directfb-dev" as subject.