Re: Compile PDL module fails: makefile trouble?

2005-01-08 Thread Sisyphus
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

Compile PDL module fails: makefile trouble?

2005-01-08 Thread Robert Johnson
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

RE: getsockopt--Solution on Win32 and Linux

2005-01-08 Thread John Serink
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