Re: Inline PI function
[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