[PATCH for 5.004_64] Configure patch Config_64-01
[p5sagit/p5-mst-13.2.git] / hints / dynixptx.sh
CommitLineData
a2c75dc2 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
6lddlflags='-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,
439a7939 11# link with -lsocket instead of -linet
a2c75dc2 12
13libswanted=`echo $libswanted | sed -e 's/ inet / /'`
14
15# Configure defaults to usenm='y', which doesn't work very well
16usenm='n'
17
ebb5e036 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'