3 # hints file for BSD/OS (adapted from bsd386.sh)
4 # Original by Neil Bowers <neilb@khoros.unm.edu>; Tue Oct 4 12:01:34 EDT 1994
5 # Updated by Tony Sanders <sanders@bsdi.com>; Sat Aug 23 12:47:45 MDT 1997
6 # Added 3.1 with ELF dynamic libraries (NOT in 3.1 yet. Estimated for 4.0)
7 # SYSV IPC tested Ok so I re-enabled.
9 # To override the compiler on the command line:
10 # ./Configure -Dcc=gcc2
12 # The BSD/OS distribution is built with:
13 # ./Configure -des -Dbsdos_distribution=defined
20 # setre?[ug]id() have been replaced by the _POSIX_SAVED_IDS versions.
21 # See http://www.bsdi.com/bsdi-man?setuid(2)
27 # we don't want to use -lnm, since exp() is busted (in 1.1 anyway)
28 set `echo X "$libswanted "| sed -e 's/ nm / /'`
32 # X libraries are in their own tree
33 glibpth="$glibpth /usr/X11/lib"
34 ldflags="$ldflags -L/usr/X11/lib"
40 case "$bsdos_distribution" in
46 perlpath='/usr/bin/perl5'
47 startperl='#!/usr/bin/perl5'
48 scriptdir='/usr/contrib/bin'
49 privlib='/usr/libdata/perl5'
50 man1dir='/usr/contrib/man/man1'
51 man3dir='/usr/contrib/man/man3'
52 # phlib added by BSDI -- we share the *.ph include dir with perl4
53 phlib="/usr/libdata/perl5/site_perl/$(arch)-$osname/include"
54 phlibexp="/usr/libdata/perl5/site_perl/$(arch)-$osname/include"
60 # Avoid problems with HUGE_VAL in POSIX in 1.0's cc.
61 POSIX_cflags='ccflags="$ccflags -UHUGE_VAL"'
72 # default to GCC 2.X w/shared libraries
75 cccdlflags=' ' ;; # Avoid the dreaded -fpic
78 # default ld to shared library linker
81 lddlflags='-r' ;; # this one is necessary
84 # Must preload the static shared libraries.
85 libswanted="Xpm Xaw Xmu Xt SM ICE Xext X11 $libswanted"
86 libswanted="rpc curses termcap $libswanted"
89 # ELF dynamic link libraries starting in 4.0 (???)
95 '') cc='cc' # cc is gcc2 in 4.0
102 lddlflags="-shared -x $lddlflags" ;;