svr4.pl

来自「Altera recommends the following system c」· PL 代码 · 共 13 行

PL
13
字号
# NCR MP-RAS.  Thanks to Doug Hendricks for this info.# Configure sets osname=svr4.0, osvers=3.0, archname='3441-svr4.0'# This system needs to explicitly link against -lmw to pull in some# symbols such as _mwoflocheckl and possibly others.#  A. Dougherty  Thu Dec  7 11:55:28 EST 2000if ($Config{'archname'} =~ /3441-svr4/) {    $self->{LIBS} = ['-lm -posix -lcposix -lmw'];}# Not sure what OS this one is.elsif ($Config{archname} =~ /RM\d\d\d-svr4/) {    $self->{LIBS} = ['-lm -lc -lposix -lcposix'];}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?