- 论坛徽章:
- 0
|
本帖最后由 pantierui 于 2010-11-17 19:21 编辑
我在编译一个RPGLE程序的时候,bnddir的时候出错了。出错信息如下:
Definition supplied multiple times for symbol 'sendmsg'.
Message . . . . : Definition supplied multiple times for symbol 'sendmsg'.
Cause . . . . . : Definition sendmsg was found to be exported from both
*MODULE object CMNFUNC in library *LIBL and *SRVPGM object QSOSRV1 in
library QSYS.
Recovery . . . : Try the Create Program (CRTPGM) or Create Service Program
(CRTSRVPGM) command again, supplying only one of these objects, or try the
CRTPGM or CRTSRVPGM command again, specifying one or both of OPTION(*DUPVAR)
and OPTION(*DUPPROC).
可是我改不了QSYS/QSOSRV1的属性。而CMNFUNC是个MODULE。
那位遇到过这类问题。帮忙解决一下。谢谢。 |
|