[Date Prev] [Date Next] | [Thread Prev] [Thread Next] | [Date Index] [Thread Index] |
Re: [nocol-users] bsdi socket
|
Nope cp B/C.pm ../../lib/B/C.pm ../../miniperl -I../../lib -I../../lib ../../lib/ExtUtils/xsubpp -typemap ../../lib/ExtUtils/typemap -typemap typemap B.xs >B.tc && mv B.tc B.c gcc -c -O2 -DVERSION=\"a5\" -DXS_VERSION=\"a5\" -fPIC -I../.. B.c gcc: Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 Looks like the B compiler has trouble building on BSDi 4.0; I will try a perl 5.004 version instead (stable BTW is 5.005_02 - I wasn't aware they had released 5_005) On Mon, 7 Dec 1998, TTSG wrote: > > > > Well SOCK_STREAM and AF_INET are part of the Socket module, so if those > > values changed they would reflect the proper value, however I've seen > > several examples of scripts that used the Socket module properly, and stil > > had this problem on BSDi 4.0. > > > Hi, > > Wondering if anyone has re-installed perl 5.00[4|5] on a 4.0 system? > I went to do it so I could install NOCOL on our first 4.0 box, and I can't > get it to compile! > > Thanks, > Tuc/TTSG > > > > On Sun, 6 Dec > > 1998, Kenneth Cho wrote: > > > > > > > > Dear all, > > > > > > After hours of struggling into the code of hostmon and nocollib.pl, I > > > found the reason of the error message newSocket(): bad file descriptor. It > > > is due to the failure of the statement "eval ( use Socket );" in newSocket > > > in nocollib.pl. I donno why it failed, but I change it to "use Socket" and > > > it works. Any comment to this? > > > > > > Further information about my machine: > > > OS: BSDI4.0 > > > Perl version: Perl 5.00502 > > > Nocol package: 4.2.1 > > > > > > Rgds, > > > Cho Man Fai > > > > > > ps. All in all, nocol is really a great tool! > > > > > > > > > > Thank you, > > > > Jonathan A. Zdziarski > > Sr. Systems Administrator > > Netrail, inc. > > 888.NET.RAIL x240 > > > Thank you, Jonathan A. Zdziarski Sr. Systems Administrator Netrail, inc. 888.NET.RAIL x240 |