On 03/18/2013 05:10 PM, Cory Smelosky wrote:
I've gotten OpenSXCE installed and I have managed to get zones to work. It took a
little bit of effort and a lot of time but I have done it.
Nice work. You really should document how you did it.
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On 19 Mar 2013, at 17:38, "Mark Pizzolato - Info Comm" <Mark at infocomm.com> wrote:
On Tuesday, March 19, 2013 at 2:34 PM, Cory Smelosky wrote:
On 19 Mar 2013, at 17:31, "Dave McGuire" <mcguire at neurotica.com> wrote:
It's pretty standard, actually. It's just not the way GCC does it.
I'm used to either Unices that don't differentiate that way, or
predate C++. ;)
And now my issues are only with libpcap...Does solaris 10 bundle its own?
If so, where's it located?
Not that I'm aware of. And if it doesn't, that'd be refreshing,
because Sun got into a really bad habit of bundling
non-operating-system components with the operating system, all very
outdated and compiled to be put in weird places in the filesystem.
Looks like I just need to find the magic version then. 1.2.1 and one version
prior seemed to have issues.
What issues have you observed?
OpenVMS won't come up when attached, telnetting to a 4.3BSD instance gives prompt yet it responds to ping really bizarre issues like those despite the config being copied from a working setup.
- Mark
On Tuesday, March 19, 2013 at 2:39 PM, Mark Pizzolato wrote:
On Tuesday, March 19, 2013 at 2:34 PM, Cory Smelosky wrote:
On 19 Mar 2013, at 17:31, "Dave McGuire" <mcguire at neurotica.com>
wrote:
It's pretty standard, actually. It's just not the way GCC does it.
I'm used to either Unices that don't differentiate that way, or
predate C++. ;)
And now my issues are only with libpcap...Does solaris 10 bundle its
own?
If so, where's it located?
Not that I'm aware of. And if it doesn't, that'd be refreshing,
because Sun got into a really bad habit of bundling
non-operating-system components with the operating system, all very
outdated and compiled to be put in weird places in the filesystem.
Looks like I just need to find the magic version then. 1.2.1 and one version
prior seemed to have issues.
What issues have you observed?
I ask since, in general, most platforms today ship with a libpcap which meet simh's requirements. They tend to all ship with libpcap as a shared library. Some don't package pcap.h and thus you may need to install some libpcap development package or at worst build the package from tcpdump.org. Enough folks have messed up something about the build, configuration or install of libpcap from www.tcpdump.org that we're recommending the OS vendor supplied components first.
Thanks.
- Mark
On Tuesday, March 19, 2013 at 2:34 PM, Cory Smelosky wrote:
On 19 Mar 2013, at 17:31, "Dave McGuire" <mcguire at neurotica.com> wrote:
It's pretty standard, actually. It's just not the way GCC does it.
I'm used to either Unices that don't differentiate that way, or
predate C++. ;)
And now my issues are only with libpcap...Does solaris 10 bundle its own?
If so, where's it located?
Not that I'm aware of. And if it doesn't, that'd be refreshing,
because Sun got into a really bad habit of bundling
non-operating-system components with the operating system, all very
outdated and compiled to be put in weird places in the filesystem.
Looks like I just need to find the magic version then. 1.2.1 and one version
prior seemed to have issues.
What issues have you observed?
- Mark
On Tuesday, March 19, 2013 at 2:27 PM. Cory Smelosky wrote:
On 19 Mar 2013, at 17:08, "Cory Smelosky" <b4 at gewt.net> wrote:
And now my issues are only with libpcap...Does solaris 10 bundle its own? If
so, where's it located?
Well, your system seems to already have the necessary libpcap components.
Your earlier message showed the make output:
bash-3.2$ /opt/csw/bin/gmake vax GCC=/opt/solarisstudio12.3/bin/CC
lib paths are: /lib /usr/lib
using libm: /lib/libm.so
using librt: /lib/librt.so
using libpthread: /lib/libpthread.so /usr/include/pthread.h
using libdl: /lib/libdl.so /usr/include/dlfcn.h
using libpcap: /usr/include/pcap.h
^^^^^^^^^^^^^^^^^^^^^^^^^^^
***
*** vax Simulator being built with:
*** - compiler optimizations and no debugging support. Sun C 5.12.
*** - dynamic networking support using Solaris provided libpcap components.
***
Building PDP11 or any VAX simulator will produce one with networking support.
- Mark
On Tue, Mar 19, 2013 at 5:26 PM, Dave McGuire <mcguire at neurotica.com> wrote:
On 03/19/2013 05:07 PM, Gregg Levine wrote:
Yes indeed. Never mind the fact that the tools share an origin with
both Solaris and BSD and of course Linux.
Sun's C compiler does *not* trace its origins to Linux.
Now Dave I can see you from your windows, as I type this. Please stop
staring. Yes I'm the one in the older yellow car with the young lady.
If you're peeking in my windows, you can see that I'm sitting at my
desk writing software in R while buck naked.
Who's the hottie?
Also you didn't release the 32 Gigabytes that they need, so they are
going to request an extra 64 instead.
And they'll probably get it!
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
Hello!
Ace. She just gave your garbage cans the "bash the Dalek with a
softball bat" treatment.
--
-----
Gregg C Levine gregg.drwho8 at gmail.com
"This signature fought the Time Wars, time and again."
On 19 Mar 2013, at 17:31, "Dave McGuire" <mcguire at neurotica.com> wrote:
On 03/19/2013 05:27 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...
It's pretty standard, actually. It's just not the way GCC does it.
I'm used to either Unices that don't differentiate that way, or predate C++. ;)
And now my issues are only with libpcap Does solaris 10 bundle its own? If so, where's it located?
Not that I'm aware of. And if it doesn't, that'd be refreshing,
because Sun got into a really bad habit of bundling non-operating-system
components with the operating system, all very outdated and compiled to
be put in weird places in the filesystem.
Looks like I just need to find the magic version then. 1.2.1 and one version prior seemed to have issues.
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On 03/19/2013 05:27 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...
It's pretty standard, actually. It's just not the way GCC does it.
I'm used to either Unices that don't differentiate that way, or predate C++. ;)
And now my issues are only with libpcap Does solaris 10 bundle its own? If so, where's it located?
Not that I'm aware of. And if it doesn't, that'd be refreshing,
because Sun got into a really bad habit of bundling non-operating-system
components with the operating system, all very outdated and compiled to
be put in weird places in the filesystem.
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On 19 Mar 2013, at 17:08, "Cory Smelosky" <b4 at gewt.net> wrote:
On 19 Mar 2013, at 17:04, "Dave McGuire" <mcguire at neurotica.com> wrote:
On 03/19/2013 04:58 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...
It's pretty standard, actually. It's just not the way GCC does it.
I'm used to either Unices that don't differentiate that way, or predate C++. ;)
And now my issues are only with libpcap Does solaris 10 bundle its own? If so, where's it located?
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On 03/19/2013 05:07 PM, Gregg Levine wrote:
Yes indeed. Never mind the fact that the tools share an origin with
both Solaris and BSD and of course Linux.
Sun's C compiler does *not* trace its origins to Linux.
Now Dave I can see you from your windows, as I type this. Please stop
staring. Yes I'm the one in the older yellow car with the young lady.
If you're peeking in my windows, you can see that I'm sitting at my
desk writing software in R while buck naked.
Who's the hottie?
Also you didn't release the 32 Gigabytes that they need, so they are
going to request an extra 64 instead.
And they'll probably get it!
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA