perl 5.003_05: hints/hpux.sh
[p5sagit/p5-mst-13.2.git] / hints / machten_2.sh
1 # machten.sh
2 # This file has been put together by Mark Pease <peasem@primenet.com>
3 # Comments, questions, and improvements welcome!
4 #
5 # MachTen does not support dynamic loading. If you wish to, you
6 # can fetch, compile, and install the dld package.
7 # This ought to work with the ext/DynaLoader/dl_dld.xs in the 
8 # perl5 package. Have fun!
9 # Some possible locations for dld:
10 # ftp-swiss.ai.mit.edu:pub/scm/dld-3.2.7.tar.gz
11 # prep.ai.mit.edu:/pub/gnu/jacal/dld-3.2.7.tar.gz
12 # ftp.cs.indiana.edu:/pub/scheme-repository/imp/SCM-support/dld-3.2.7.tar.gz
13 # tsx-11.mit.edu:/pub/linux/sources/libs/dld-3.2.7.tar.gz
14 #
15 #  Original version was for MachTen 2.1.1.
16 #  Last modified by Andy Dougherty   <doughera@lafcol.lafayette.edu>
17 #  Tue Aug 13 12:31:01 EDT 1996
18
19 # I don't know why this is needed.  It might be similar to NeXT's
20 # problem.  See hints/next_3.sh.
21 usemymalloc='n'
22
23 so='none'
24 # These are useful only if you have DLD, but harmless otherwise.
25 # Make sure gcc doesn't use -fpic.
26 cccdlflags=' '  # That's an empty space.
27 lddlflags='-r'
28 dlext='o'
29
30 # MachTen does not support POSIX enough to compile the POSIX module.
31 useposix=false
32
33 #MachTen might have an incomplete Berkeley DB implementation.
34 i_db=$undef
35
36 #MachTen versions 2.X have no hard links.  This variable is used
37 # by File::Find.
38 # This will generate a harmless message:
39 # Hmm...You had some extra variables I don't know about...I'll try to keep 'em.
40 #       Propagating recommended variable dont_use_nlink
41 dont_use_nlink=define
42
43 cat <<'EOM' >&4
44
45 Tests
46         io/fs test 4  and
47         op/stat test 3
48 may fail since MachTen versions 2.X have no hard links.
49
50 At the end of Configure, you will see a harmless message
51
52 Hmm...You had some extra variables I don't know about...I'll try to keep 'em.
53         Propagating recommended variable dont_use_nlink
54
55 Read the File::Find documentation for more information.
56
57 EOM