Neither UNICOS nor UNICOS/mk sport shared libraries.
Jarkko Hietaniemi [Wed, 17 Apr 2002 21:38:43 +0000 (21:38 +0000)]
("Crays have only REAL memory.")

p4raw-id: //depot/perl@15986

hints/unicos.sh
hints/unicosmk.sh

index 7f814a2..8648dce 100644 (file)
@@ -33,6 +33,9 @@ d_setitimer='undef'
 # These exist but do not really work.
 d_setregid='undef'
 d_setreuid='undef'
+# No shared libraries.
+so='none'
+# Threads call-back unit.
 cat > UU/usethreads.cbu <<'EOCBU'
 # This script UU/usethreads.cbu will get 'called-back' by Configure
 # after it has prompted the user for whether to use threads.
index b0fa528..6045fcf 100644 (file)
@@ -30,6 +30,9 @@ if test "$d_shm" = ""; then
 fi
 # Otherwise the unpack %65c checksums will fail.
 pp_pack_cflags='optimize="-h scalar0 -h vector0"'
+# No shared libraries.
+so='none'
+# Threads call-back unit.
 cat > UU/usethreads.cbu <<'EOCBU'
 # This script UU/usethreads.cbu will get 'called-back' by Configure
 # after it has prompted the user for whether to use threads.