The VM/ESA port essentials, based on
[p5sagit/p5-mst-13.2.git] / hints / dynixptx.sh
1 # Sequent Dynix/Ptx v. 4 hints
2 # Created 1996/03/15 by Brad Howerter, bhower@wgc.woodward.com
3 # Use Configure -Dcc=gcc to use gcc.
4
5 # cc wants -G for dynamic loading
6 lddlflags='-G'
7
8 # Remove inet to avoid this error in Configure, which causes Configure
9 # to be unable to figure out return types:
10 # dynamic linker: ./ssize: can't find libinet.so,
11 # link with -lsocket instead of -linet
12
13 libswanted=`echo $libswanted | sed -e 's/ inet / /'`
14
15 # Configure defaults to usenm='y', which doesn't work very well
16 usenm='n'
17
18 # Reported by bruce@aps.org ("Bruce P. Schuck") as needed for
19 # DYNIX/ptx 4.0 V4.2.1 to get socket i/o to work
20 # Not defined by default in case they break other versions.
21 # These probably need to be worked into a piece of code that
22 # checks for the need for this setting.
23 # cppflags='-Wc,+abi-socket -I/usr/local/include'
24 # ccflags='-Wc,+abi-socket -I/usr/local/include'