Update where to find dld.
[p5sagit/p5-mst-13.2.git] / hints / machten_2.sh
CommitLineData
47324d24 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
12638576 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
47324d24 14#
15# Original version was for MachTen 2.1.1.
16# Last modified by Andy Dougherty <doughera@lafcol.lafayette.edu>
12638576 17# Tue Aug 13 12:31:01 EDT 1996
47324d24 18
19# I don't know why this is needed. It might be similar to NeXT's
20# problem. See hints/next_3.sh.
21usemymalloc='n'
22
23so='none'
24# These are useful only if you have DLD, but harmless otherwise.
25# Make sure gcc doesn't use -fpic.
26cccdlflags=' ' # That's an empty space.
27lddlflags='-r'
28dlext='o'
29
30# MachTen does not support POSIX enough to compile the POSIX module.
31useposix=false
32
33#MachTen might have an incomplete Berkeley DB implementation.
34i_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
41dont_use_nlink=define
42
43cat <<'EOM' >&4
44
45Tests
46 io/fs test 4 and
47 op/stat test 3
48may fail since MachTen versions 2.X have no hard links.
49
50At the end of Configure, you will see a harmless message
51
52Hmm...You had some extra variables I don't know about...I'll try to keep 'em.
53 Propagating recommended variable dont_use_nlink
54
55Read the File::Find documentation for more information.
56
57EOM