This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
BeOS update (Mirror maint-5.005 change #2727).
[perl5.git] / hints / freebsd.sh
CommitLineData
5d94fbed 1# Original based on info from
a0d0e21e
LW
2# Carl M. Fongheiser <cmf@ins.infonet.net>
3# Date: Thu, 28 Jul 1994 19:17:05 -0500 (CDT)
4#
5# Additional 1.1.5 defines from
6# Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net>
7# Date: Wed, 28 Sep 1994 00:37:46 +0100 (MET)
8#
5d94fbed
AD
9# Additional 2.* defines from
10# Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net>
11# Date: Sat, 8 Apr 1995 20:53:41 +0200 (MET DST)
12#
16d20bd9
AD
13# Additional 2.0.5 and 2.1 defined from
14# Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net>
15# Date: Fri, 12 May 1995 14:30:38 +0200 (MET DST)
16#
55497cff 17# Additional 2.2 defines from
18# Mark Murray <mark@grondar.za>
19# Date: Wed, 6 Nov 1996 09:44:58 +0200 (MET)
e5c9fcd0
AD
20#
21# Modified to ensure we replace -lc with -lc_r, and
22# to put in place-holders for various specific hints.
23# Andy Dougherty <doughera@lafcol.lafayette.edu>
24# Date: Tue Mar 10 16:07:00 EST 1998
25#
5ff3f7a4
GS
26# Support for FreeBSD/ELF
27# Ollivier Robert <roberto@keltia.freenix.fr>
28# Date: Wed Sep 2 16:22:12 CEST 1998
29#
5d94fbed
AD
30# The two flags "-fpic -DPIC" are used to indicate a
31# will-be-shared object. Configure will guess the -fpic, (and the
32# -DPIC is not used by perl proper) but the full define is included to
33# be consistent with the FreeBSD general shared libs building process.
34#
16d20bd9
AD
35# setreuid and friends are inherently broken in all versions of FreeBSD
36# before 2.1-current (before approx date 4/15/95). It is fixed in 2.0.5
37# and what-will-be-2.1
5d94fbed
AD
38#
39
a0d0e21e
LW
40case "$osvers" in
410.*|1.0*)
42 usedl="$undef"
43 ;;
e50aee73 441.1*)
a0d0e21e
LW
45 malloctype='void *'
46 groupstype='int'
47 d_setregid='undef'
48 d_setreuid='undef'
49 d_setrgid='undef'
50 d_setruid='undef'
5d94fbed 51 ;;
e50aee73 522.0-release*)
5d94fbed
AD
53 d_setregid='undef'
54 d_setreuid='undef'
55 d_setrgid='undef'
56 d_setruid='undef'
a0d0e21e 57 ;;
16d20bd9 58#
55497cff 59# Trying to cover 2.0.5, 2.1-current and future 2.1/2.2
16d20bd9
AD
60# It does not covert all 2.1-current versions as the output of uname
61# changed a few times.
62#
55497cff 63# Even though seteuid/setegid are available, they've been turned off
64# because perl isn't coded with saved set[ug]id variables in mind.
65# In addition, a small patch is requried to suidperl to avoid a security
66# problem with FreeBSD.
67#
e50aee73
AD
682.0.5*|2.0-built*|2.1*)
69 usevfork='true'
c87e1f55 70 usemymalloc='n'
55497cff 71 d_setregid='define'
72 d_setreuid='define'
73 d_setegid='undef'
74 d_seteuid='undef'
28757baa 75 test -r ./broken-db.msg && . ./broken-db.msg
55497cff 76 ;;
77#
78# 2.2 and above have phkmalloc(3).
1fd066cb 79# don't use -lmalloc (maybe there's an old one from 1.1.5.1 floating around)
55497cff 802.2*)
81 usevfork='true'
82 usemymalloc='n'
1fd066cb 83 libswanted=`echo $libswanted | sed 's/ malloc / /'`
55497cff 84 d_setregid='define'
85 d_setreuid='define'
86 d_setegid='undef'
87 d_seteuid='undef'
e50aee73
AD
88 ;;
89#
55497cff 90# Guesses at what will be needed after 2.2
e50aee73 91*) usevfork='true'
55497cff 92 usemymalloc='n'
1fd066cb 93 libswanted=`echo $libswanted | sed 's/ malloc / /'`
e50aee73
AD
94 ;;
95esac
96
97# Dynamic Loading flags have not changed much, so they are separated
98# out here to avoid duplicating them everywhere.
99case "$osvers" in
1000.*|1.0*) ;;
9424984c 101
a10dc3f4
AB
1023.*|4.0*)
103 objformat=`/usr/bin/objformat`
5ff3f7a4
GS
104 if [ x$objformat = xelf ]; then
105 libpth="/usr/lib /usr/local/lib"
106 glibpth="/usr/lib /usr/local/lib"
107 ldflags="-Wl,-E "
108 lddlflags="-shared "
109 else
110 if [ -e /usr/lib/aout ]; then
111 libpth="/usr/lib/aout /usr/local/lib /usr/lib"
112 glibpth="/usr/lib/aout /usr/local/lib /usr/lib"
113 fi
114 lddlflags='-Bshareable'
9424984c
MF
115 fi
116 cccdlflags='-DPIC -fpic'
9424984c
MF
117 ;;
118
e50aee73 119*) cccdlflags='-DPIC -fpic'
c2960299 120 lddlflags="-Bshareable $lddlflags"
e50aee73 121 ;;
a0d0e21e 122esac
e50aee73 123
68dc0745 124cat <<'EOM' >&4
4633a7c4
LW
125
126Some users have reported that Configure halts when testing for
127the O_NONBLOCK symbol with a syntax error. This is apparently a
128sh error. Rerunning Configure with ksh apparently fixes the
129problem. Try
130 ksh Configure [your options]
131
132EOM
133
08d3cfaf
AB
134# From: Anton Berezin <tobez@plab.ku.dk>
135# To: perl5-porters@perl.org
136# Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
137# Date: 30 Nov 1998 19:46:24 +0100
138# Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
139
140signal_t='void'
141d_voidsig='define'
142
104d25b7
JH
143# This script UU/usethreads.cbu will get 'called-back' by Configure
144# after it has prompted the user for whether to use threads.
145cat > UU/usethreads.cbu <<'EOCBU'
146case "$usethreads" in
147$define|true|[yY]*)
148 case "$osvers" in
a10dc3f4 149 3.*|4.0*) ldflags="-pthread $ldflags"
104d25b7
JH
150 ;;
151 2.2*) if [ ! -r /usr/lib/libc_r ]; then
152 cat <<'EOM' >&4
153POSIX threads are not supported by default on FreeBSD $osvers. Follow the
154instructions in 'man pthread' to build and install the needed libraries.
155EOM
156 exit 1
157 fi
158 set `echo X "$libswanted "| sed -e 's/ c / c_r /'`
159 shift
160 libswanted="$*"
161 # Configure will probably pick the wrong libc to use for nm
162 # scan.
163 # The safest quick-fix is just to not use nm at all.
164 usenm=false
165 ;;
166 *) cat <<'EOM' >&4
167
168It is not known if FreeBSD $osvers supports POSIX threads or not.
169Consider upgrading to the latest STABLE release.
170
171EOM
172 exit 1
173 ;;
174 esac
175 ;;
176esac
177EOCBU
08d3cfaf 178