X-Spam-Check-By: sourceware.org
Message-Id: <1138366724.27531.252904543@webmail.messagingengine.com>
From: "Brett Serkez" <techie@serkez.net>
To: "Christian Gagneraud" <cgag1c@freescale.com>,
   "Eric Blake"    <ebb9@byu.net>
Cc: cygwin@cygwin.com
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="ISO-8859-1"
MIME-Version: 1.0
References: <43D8FBD4.9020501@freescale.com> <43D9A764.3040202@byu.net>    <43D9DA3F.8080008@freescale.com>
Subject: Re: rpcgen question
In-Reply-To: <43D9DA3F.8080008@freescale.com>
Date: Fri, 27 Jan 2006 07:58:44 -0500
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

<snip>
> Since yesterday, i have made some investigation, and i have found that
> rpcgen comes from the same package (both on RH and cygwin), but it's a
> problem of version: - RH: /* @(#)rpc.h    2.4 89/07/11 4.0 RPCSRC;
> from 1.9 88/02/08 SMI */ - Cygwin: /* @(#)rpc.h    2.3 88/08/10 4.0
> RPCSRC; from 1.9 88/02/08 SMI */

Correct, the features in question were added later.

> And finaly, i will try to keep the generated code on linux and try to
> build/use it on cygwin... Don't know if it's a good or bad idea! :(

A good idea.  It may not be necessary to regenerate the code for every
platform.  Working on projects in the past, it was the norm to generate
and check-in the generated code on the primary UNIX platform, and only
compile on the various UNIXies/Linux.  Much of the upgraded
functionality is in the code generator, althought threading depends upon
the appropriate threading libraries availability on each platform.

Brett
----------------------------------------------------------------
Brett C. Serkez, Techie


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

