In article <[EMAIL PROTECTED]>, Michael Sweet <[EMAIL PROTECTED]> wrote:
> > - we need both host and target compiler determination > > - uname does not correctly identify the target platform. > > - we need to build both a host and a target fluid executable to bea able > > to compile .fl files. > > Right, which is why we don't support it. Ok There's also an easier way of support cross-builds. Use autoconf'ed values for target-host instead of using uname directly. Allow some kind of "--with-system-fluid" flag in configure. Then crosscompiling would be as easy as getting a working FLTK installation normally as you do now, and then using an alternate compiler with --with-system-fluid. How that sounds? _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
