Thanks Arun

So that would mean a complete detailed check of all make, curses and m4
scripts ?
Are there tools available to do this ?

ciao,
Amit




Arun Sharma <[EMAIL PROTECTED]> on 02/05/2000 10:52:02 AM

Please respond to [EMAIL PROTECTED]
                                                              
                                                              
                                                              
 To:      [EMAIL PROTECTED]                   
                                                              
 cc:      (bcc: Amit Kucheria/LTITLVSH)                       
                                                              
                                                              
                                                              
 Subject: Re: [LI] porting from HP-UX to Linux                
                                                              








On Sat, Feb 05, 2000 at 10:33:03AM +0530, [EMAIL PROTECTED]
wrote:
>
>
> My concern is not the Linux distros
> I am concerned about the compatibility between a product (say make)
across
> platforms (HP vs. Linux in my case)

There are many incompatibilities. The usual solution in large projects is
to standardize on the GNU utilities, because they work on both HP-UX
and Linux.

Alternatively, you can stick to a very basic subset of functionality that
is portable across HP-UX tools and Linux tools.

For example:

foo: foo.c
     $(CC) foo.c -o foo

works on both makes. But more complex rules won't.

     -Arun


--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.




--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.

Reply via email to