Re: [PHP-INSTALL] Solaris 10 compile of php-5.6.x fails during make, using Oracle Studio 12

[email protected] (J) Mon, 25 Jul 2016 23:04:14 +0000 (UTC)
Newsgroups php.install
Message-ID <[email protected]>
Eric C <ekcheu <at> uncg.edu> writes:
> I had a similar issue with white spaces...  The fix was to do a
> 
> dos2unix
> 
> on that file...
> vi showed all the ^M characters at the end, which is a tale tell sign
> that the file is in dos format.
 


Eric, I believe I am the one who started this thread when trying to build 5.6.7
this week ran into the same issue when attempting to build 5.6.24 
on Solaris 10 x86.  Your suggestion to convert the ^M EOL's to UNIX type
worked, and the build completed without errors after converting the file 
with the dos2unix command.  Wonder why only that file is in DOS format.

Your suggestion is much appreciated.