This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make the no-luck-on-uselongdouble warning more visible.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 22 Mar 2000 14:32:57 +0000 (14:32 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 22 Mar 2000 14:32:57 +0000 (14:32 +0000)
p4raw-id: //depot/cfgperl@5874

hints/solaris_2.sh

index df61932..8aee6d4 100644 (file)
@@ -468,12 +468,11 @@ cat > UU/uselongdouble.cbu <<'EOCBU'
 case "$uselongdouble-$uselongdouble_done" in
 "$define-"|true-|[yY]*-)
        case "$ccisworkshop" in
-       '')     cat <<EOM
+       '')     cat >&4 <<EOM
 
-I do not see the Sun Workshop compiler; therefore there is no
-libsunmath.so; therefore I cannot do long doubles, sorry.
+I do not see the Sun Workshop compiler; therefore I do not see
+the libsunmath; therefore I do not know how to do long doubles, sorry.
 I'm disabling the use of long doubles.
-
 EOM
                uselongdouble="$undef"
                ;;