|
Roadmap |
Site sponsored by
IGEL
|
||
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [directfb-dev] AW: Re: Undefined references
pl> -----Ursprüngliche Nachricht----- pl> Von: directfb-dev-bounce@directfb.org pl> [mailto:directfb-dev-bounce@directfb.org]Im Auftrag von Denis Oliver pl> Kropp pl> Gesendet: Freitag, 15. Juni 2001 03:04 pl> An: Faralla pl> Cc: directfb-dev@directfb.org pl> Betreff: [directfb-dev] Re: Undefined references pl> pl> pl> Quoting Faralla (faralla@gmx.de): 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 listar@directfb.org with "unsubscribe directfb-dev" as subject.
|
|
| directfb.org |
|
Development |
|
Old Archives |