Patch-ID# 100180-03
Keywords: 47, than, more, -i, cc, paths, include, -I, cpp, core, dumps
Synopsis: cpp: cc option -I does not work for more than 47 paths
Date: 10-Feb-92
 
SunOS release: 4.1, 4.1.1
 
Unbundled Product: 
 
Unbundled Release: 
 
Topic: New cpp to fix the problem with -I option not accepting more than 47 paths
 
BugId's fixed with this patch: 1047422

Architectures for which this patch is available: sun3, sun4

Patches which may conflict with this patch:

Obsoleted by:

Problem Description:

Compiling (bundled OS4.1) along with 47 paths by -I option works fine, 
but when include more than 47 paths cpp gives error:

	Segmentation Fault (core dump)

There was no problem in (bundled) OS4.0.3.

INSTALL:

	1) switch to user id 'root'
	2) rename original cpp to something else
	3) cp either sun3 or sun4 version of cpp into
	   same directory holding original version.

 example:
	% su
	# mv /usr/lib/cpp /usr/lib/cpp.org
	# cp `arch`/cpp /usr/lib/cpp
        # chmod 755 /usr/lib/cpp
