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
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
> "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