platform: SunOS gulliver 5.6 Generic_105181-16 sun4u sparc SUNW,Ultra-2 compiler: gulliver% gcc -v Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.8.1/specs gcc version 2.8.1 issue: selecting drand48 or random both result in a perl build with a single test failure at test 7 of op/ran.t ( calling srand with no arg ) # Hints for TEST 7 # # This checks that srand without arguments gives # different sequences each time. Note: You shouldn't # be calling srand more than once unless you know # what you're doing! But if this fails on your # system, run perlbug and let the developers know # what other sources of randomness srand should # tap into. # while ($time == time) { } # Wait for new second, just in case. srand; if ((join ", ", rand, rand, rand) eq $rand) { print "not ok 7\n"; print "# srand without args isn't varying.\n"; } else { print "ok 7\n"; } } op/pwent.............ok op/quotemeta.........ok op/rand..............FAILED at test 7...Thread Next