This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
New file.
[perl5.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
6# can get <ftp://tsx-11.mit.edu/pub/linux/sources/libs/dld-src-3.2.4.tar.gz>
7# compile and install. This is the version of DLD that works with the
8# ext/DynaLoader/dl_dld.xs in the perl5 package. Have fun!
9#
10# Original version was for MachTen 2.1.1.
11# Last modified by Andy Dougherty <doughera@lafcol.lafayette.edu>
12# Fri Feb 9 13:04:45 EST 1996
13
14# I don't know why this is needed. It might be similar to NeXT's
15# problem. See hints/next_3.sh.
16usemymalloc='n'
17
18so='none'
19# These are useful only if you have DLD, but harmless otherwise.
20# Make sure gcc doesn't use -fpic.
21cccdlflags=' ' # That's an empty space.
22lddlflags='-r'
23dlext='o'
24
25# MachTen does not support POSIX enough to compile the POSIX module.
26useposix=false
27
28#MachTen might have an incomplete Berkeley DB implementation.
29i_db=$undef
30
31#MachTen versions 2.X have no hard links. This variable is used
32# by File::Find.
33# This will generate a harmless message:
34# Hmm...You had some extra variables I don't know about...I'll try to keep 'em.
35# Propagating recommended variable dont_use_nlink
36dont_use_nlink=define
37
38cat <<'EOM' >&4
39
40Tests
41 io/fs test 4 and
42 op/stat test 3
43may fail since MachTen versions 2.X have no hard links.
44
45At the end of Configure, you will see a harmless message
46
47Hmm...You had some extra variables I don't know about...I'll try to keep 'em.
48 Propagating recommended variable dont_use_nlink
49
50Read the File::Find documentation for more information.
51
52EOM