The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 02-02-2008
*ptr's Avatar
*ptr *ptr is offline
Registered User
 

Join Date: Mar 2007
Location: Romania - Bucharest
Posts: 11
Hi,

regarding to the `why the same source code compiles differently on different system`
I think the main cause is the architectural differences between the systems. Integrating a gnu utility into a new operating system, may be difficult, and sometimes you should limit the utility capabilities in order to integrate into your os....

In the past I also faced your problem, an I also wondered why the basic command syntaxes are so different... My final conclusion is that every OS is a different OS, even that they are kindred... Different OS, different commands...

regards
Reply With Quote