Oracle 自己的文档aboutrpcgen
指出它有一个-A
标志,可以在生成的代码中打开 MT 自动模式。
但在Ubuntu 16.04 LTS上,rpcgen似乎没有这个选项。
有人知道哪里可以找到具有此功能的 Linux 版本吗?
答案1
序言页说了以下内容
The Solaris 9 release is the Sun Microsystems distributed computing
operating environment. It includes SunOS release 5.9 with the ONC+
technologies and the Common Desktop Environment (CDE), as well as other
utilities.
我猜我正在寻找的功能可能仅在 SunOS 5.9 中可用。
幸运的是,Ubuntu 上的 rpcgen 带有-M
生成线程安全存根的选项。不过,这似乎仍然与我认为的标志所起的作用相差甚远-A
。
我暂时不会接受我自己的答案;希望我是错的。