On Tuesday, March 19, 2013 at 1:58 PM, Cory Smelosky wrote:
On 19 Mar 2013, at 16:52, "Mark Pizzolato - Info Comm"
<Mark at infocomm.com> wrote:
On Tuesday, March 19, 2013 at 1:12 PM, Cory Smelosky wrote:
I have done this and the result is less errors, but I still get some:
(I did try with the cp as well. No change)
bash-3.2$ unzip -aaqq master
bash-3.2$ cd simh-master
bash-3.2$ /opt/csw/bin/gmake vax GCC=/opt/solarisstudio12.3/bin/CC
Change GCC=/opt/solarisstudio12.3/bin/CC to
GCC=/opt/solarisstudio12.3/bin/cc
The simh code base is C not C++.
Ahh. That's an...odd way to differentiate between a C and C++ compiler...
I'm just guessing that is what is going on.
I do know that on Dave's system I was using 'cc' instead of 'CC', and
the latest code compiles now without any issues.
- Mark