<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SCO Openserver to Linux Migration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266880#M72102</link>
    <description>Praphul,</description>
    <pubDate>Fri, 21 May 2004 04:47:50 GMT</pubDate>
    <dc:creator>Sivashankar_1</dc:creator>
    <dc:date>2004-05-21T04:47:50Z</dc:date>
    <item>
      <title>SCO Openserver to Linux Migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266870#M72092</link>
      <description>Hi,&lt;BR /&gt;  I am looking forward to hearing experiences that anyone might have had in migrating C/C++ code from SCO OpenServer to RedHat Linux ES 3.x.  I am specifically interested in the platform incompatibilities, API and command differences, compiler issues etc.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Praphul.</description>
      <pubDate>Tue, 04 May 2004 09:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266870#M72092</guid>
      <dc:creator>Praphul Menon_1</dc:creator>
      <dc:date>2004-05-04T09:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: SCO Openserver to Linux Migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266871#M72093</link>
      <description>I have heard a few thins second hand.&lt;BR /&gt;&lt;BR /&gt;Every c/c++ compiler has its little issues.&lt;BR /&gt;&lt;BR /&gt;What my friends have told is thus:&lt;BR /&gt;&lt;BR /&gt;1) You need to do this as a two server migration. The applicaation needs to be available on the SCO(boo) server while you test and debug the conversion.&lt;BR /&gt;2) Draw up an application test plan that tests every relavent applications function. There will be coding changes needed in most cases.&lt;BR /&gt;&lt;BR /&gt;The OS itself is different, and inspite of what SCO claims Linux is not using their code. The kernel is different and every command right down to ps may have different command line parameters and behaviors.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 04 May 2004 10:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266871#M72093</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-04T10:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: SCO Openserver to Linux Migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266872#M72094</link>
      <description>I made a horse race handicapping application using c++ on RedHat Linux 6.1; recompiled it on Windows using M$ Visual C++ and put a GUI wrapper around it; then I tried to compile it on SuSE 9. No success with SuSE; errors in the linker.&lt;BR /&gt;&lt;BR /&gt;However, I later compiled it on RedHat 7.1, and now on Fedora Core 1, and it works without a hitch. So, I'm guessing the the migration to the ES 3.x will go smoothly.&lt;BR /&gt;&lt;BR /&gt;Vern</description>
      <pubDate>Tue, 04 May 2004 13:27:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266872#M72094</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-05-04T13:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: SCO Openserver to Linux Migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266873#M72095</link>
      <description>If your application is using standard interfaces and libraries, then there should be very few issues.&lt;BR /&gt;&lt;BR /&gt;If your application is doing extensive IO calls (disk, serial, etc.), then there will be some conversion required.&lt;BR /&gt;&lt;BR /&gt;If your application uses TC/IP directly, then there will be some minor conversions.&lt;BR /&gt;&lt;BR /&gt;All in all, the failures become blatently obvious when you compile the first time.  Most of them have easy work-arounds (hell, create your own library to wrap the OSR library calls if you don't want to change your own code too much), but it's entirely do-able.&lt;BR /&gt;&lt;BR /&gt;Just look at the ABI code for some of the differences.&lt;BR /&gt;&lt;BR /&gt;I've not personally done it with C/C++ code, but have with a few other languages.</description>
      <pubDate>Tue, 04 May 2004 18:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266873#M72095</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-05-04T18:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: SCO Openserver to Linux Migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266874#M72096</link>
      <description>Hi Praphul,&lt;BR /&gt;&lt;BR /&gt;We've just completed exactly the same project, although we ported to SuSE, but it's the same tools!&lt;BR /&gt;&lt;BR /&gt;I know we had a number of problems porting from SCO's ANSI C compiler to GNU's C compiler.&lt;BR /&gt;&lt;BR /&gt;Can you let me know what compiler in SCO you were using and I'll ask our R&amp;amp;D guys what the big issues were. Might take a couple of days as they're awol at the mo, but should save you time finding out the headaches from someone else!&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 05 May 2004 04:04:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266874#M72096</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-05-05T04:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: SCO Openserver to Linux Migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266875#M72097</link>
      <description>Thanks for all the responses ...&lt;BR /&gt;Michael, in our case, the information I have right now says that the C/C++ compiler is SCO default ( i really don't know what that means), i am assuming it to be gcc and awaiting clarification from the customer ...&lt;BR /&gt;But, anyways, it would be really helpful for us if you could share u'r experiences either on the forum or off-line ...&lt;BR /&gt;&lt;BR /&gt;warm regards&lt;BR /&gt;&lt;BR /&gt;Praphul.</description>
      <pubDate>Wed, 05 May 2004 06:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266875#M72097</guid>
      <dc:creator>Praphul Menon_1</dc:creator>
      <dc:date>2004-05-05T06:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: SCO Openserver to Linux Migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266876#M72098</link>
      <description>Hi Praphul,&lt;BR /&gt;&lt;BR /&gt;I've spoken with our R&amp;amp;D guys who have in fact written a document discussing the tricks porting between the two, unfortunately it does contain some company confidential code, so can't go out in its' current form.&lt;BR /&gt;&lt;BR /&gt;I will have a word with our R&amp;amp;D director when he returns on Monday to see if they're prepared to release it in an edited form.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 05 May 2004 07:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266876#M72098</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-05-05T07:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: SCO Openserver to Linux Migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266877#M72099</link>
      <description>OpenServer by default has no compile incorporated with the system.&lt;BR /&gt;&lt;BR /&gt;The install media has a development system installation on it as well, which includes it's own 'cc' and development tools.&lt;BR /&gt;&lt;BR /&gt;There are GNU equivalents for all of them.&lt;BR /&gt;&lt;BR /&gt;Using 'gcc' in place of the OSR 'cc' is acceptable in 99% of cases.  In that last 1%, it's just small code changes to fix.&lt;BR /&gt;&lt;BR /&gt;I remembered a few small C projects I have on OSR.  They all cross-compile on Linux as well.  But they are all very simple file IO and interface routines.</description>
      <pubDate>Wed, 05 May 2004 17:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266877#M72099</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-05-05T17:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: SCO Openserver to Linux Migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266878#M72100</link>
      <description>Hi,&lt;BR /&gt;Stuart, even i had an indication that the compiler on the source platform was 'cc', but can't re-confirm that, anyways thanks for your inputs ...&lt;BR /&gt;mike, i'll look forward to u'r posting next week ...&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Praphul.</description>
      <pubDate>Thu, 06 May 2004 01:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266878#M72100</guid>
      <dc:creator>Praphul Menon_1</dc:creator>
      <dc:date>2004-05-06T01:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: SCO Openserver to Linux Migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266879#M72101</link>
      <description>Hi Praphul,&lt;BR /&gt;&lt;BR /&gt;I haven't forgotten about this, our company has agreed in principle to release this document to the community but is reviewing the document to ensure we don't release any IP along with it!!&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Tue, 18 May 2004 11:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266879#M72101</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-05-18T11:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: SCO Openserver to Linux Migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266880#M72102</link>
      <description>Praphul,</description>
      <pubDate>Fri, 21 May 2004 04:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266880#M72102</guid>
      <dc:creator>Sivashankar_1</dc:creator>
      <dc:date>2004-05-21T04:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: SCO Openserver to Linux Migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266881#M72103</link>
      <description>Praphul,&lt;BR /&gt;    Is there any tool available that can migrate my c/c++ application code from SCO Unix to Linux? Can you please share the information you have with me.&lt;BR /&gt;Thanks and regards&lt;BR /&gt;  Siva</description>
      <pubDate>Fri, 21 May 2004 04:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266881#M72103</guid>
      <dc:creator>Sivashankar_1</dc:creator>
      <dc:date>2004-05-21T04:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: SCO Openserver to Linux Migration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266882#M72104</link>
      <description>Praphul,&lt;BR /&gt;&lt;BR /&gt;Please find attached document that has been reviewed internally and has been released.&lt;BR /&gt;&lt;BR /&gt;While you're at it, please feel free to add ten points to my tally too :-p</description>
      <pubDate>Fri, 21 May 2004 11:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sco-openserver-to-linux-migration/m-p/3266882#M72104</guid>
      <dc:creator>Michael Williams_6</dc:creator>
      <dc:date>2004-05-21T11:40:32Z</dc:date>
    </item>
  </channel>
</rss>

