Once again syncing after too long an absence
[p5sagit/p5-mst-13.2.git] / ext / POSIX / hints / svr4.pl
1 # NCR MP-RAS.  Thanks to Doug Hendricks for this info.
2 # Configure sets osname=svr4.0, osvers=3.0, archname='3441-svr4.0'
3 # This system needs to explicitly link against -lmw to pull in some
4 # symbols such as _mwoflocheckl and possibly others.
5 #  A. Dougherty  Thu Dec  7 11:55:28 EST 2000
6 if ($Config{'archname'} =~ /3441-svr4/) {
7     $self->{LIBS} = ['-lm -posix -lcposix -lmw'];
8 }
9 # Not sure what OS this one is.
10 elsif ($Config{archname} =~ /RM\d\d\d-svr4/) {
11     $self->{LIBS} = ['-lm -lc -lposix -lcposix'];
12 }