Robert Johnson wrote:
I'm having a rough time installing stuff for Perl (win32). I think
maybe my problems stem from my general cluelessness about makefiles.
Trying to install PDL (http://pdl.perl.org/)
perl makefile.PL
seems to be ok, but
dmake
Fails with the following
g++: pdlcore.o: No
I'm having a rough time installing stuff for Perl (win32). I think
maybe my problems stem from my general cluelessness about makefiles.
Trying to install PDL (http://pdl.perl.org/)
perl makefile.PL
seems to be ok, but
dmake
Fails with the following
g++: pdlcore.o: No such
This works on both OSs
my $linger = getsockopt($sock,SOL_SOCKET,SO_LINGER);
if(defined($linger)){
if($^O eq "MSWin32"){
print("Length of linger is ");
print(length($linger)."\n");
my @jim = unpack("SS", $linger);
print("The length of linge