mixed native/cross-compiled package howto?

2000-06-01 Thread Ossama Othman
Hi, In a package I'm integrating autoconf into, I need to be able to support cross-compiling. Specifically, the libraries in the package will be cross-compiled. However, the package contains a compiler binary that must be run on the build platform, not the host platform. This means that I need

Re: rpcgen support for automake

2000-06-01 Thread Allan Clark
Alexandre Oliva wrote: > On May 29, 2000, Marek Kowal <[EMAIL PROTECTED]> wrote: > > > I have an .x file and want to create, using rpcgen, stub files in > > automake. Later on I want to compile and link part of them into server, > > and the other part into client. Did anybody excercised this alre

Re: mixed native/cross-compiled package howto?

2000-06-01 Thread Tom Tromey
> "Ossama" == Ossama Othman <[EMAIL PROTECTED]> writes: Ossama> However, the package contains a compiler binary that must be Ossama> run on the build platform, not the host platform. This means Ossama> that I need to use two compilers (1) a cross compiler for the Ossama> libraries and some b