elias@eosp1.UUCP (Doug Elias) (11/17/83)
============================
Anyone out there have any "watch-out-for"'s in reference to
porting massive amounts of heavily interrelated applications
software from Sys. III to Sys. V?
Thanks-In-Advance
Doug Elias
Exxon Office Systems
Princeton, N.J.
(609) 734-9200
ittvax!eosp1!eliasgwyn%brl-vld@sri-unix.UUCP (11/19/83)
From: Doug Gwyn (VLD/VMB) <gwyn@brl-vld> The port from UNIX System III to UNIX System V is relatively easy. (a) Toss ALL object and executable binaries and rebuild them from source. (b) STDIO buffering is different (generally better and faster) but it is rare that an application will fail because of this change. (c) It is always possible that the application relied on bugs that were fixed in the later release of UNIX. (d) Some #include files #define new symbols that have a chance of clashing with symbols in your code. cpp will flag these for you.