At 01:48 PM 9/1/2000 -0700, Peter Prymmer wrote:

>Perhaps we should add this:
>
>  $cc_cmd =~ s/\/prefix=all//i;
>
>before trying to figure out the gcc version?  I'll see if I can test that.

I was just giving a for instance; I don't know the exact qualifiers used and 
they should all be removed when just getting the version.  I don't even know 
if gcc has a /version qualifier, BTW.

$cc_version_cmd = $cc_cmd;
$cc_version_cmd =~ s/\/?.*//i;
$cc_version_cmd .= '/VERSION';

[off the cuff and untested]


>> >The regression tests still skip lines:

>I was using DECC sockets on a UCX (er, TCP/IP Services), not Multinet 
>(although I could).

What OS version.  I'm currently testing on 7.2-1 and I think the last time I 
saw this was on a 7.1 machine with a rather out-of-date C RTL.

_______________________________________________
Craig A. Berry                                   
mailto:[EMAIL PROTECTED]

Reply via email to