jjzjj

windows - OpenCOBOL 静态链接多个 .cob 文件

我正在尝试按照此处列出的示例使用GnuCobol(Windows10)将两个COBOL文件静态链接在一起:https://open-cobol.sourceforge.io/historical/open-cobol/Static-Linking.html但似乎无法让它发挥作用。我正在运行以下程序:cobc-free-cInterpFunc.cobcobc-free-c-fmainIntegrator.cobcobc-x-o.\\dist\\integratorIntegrator.oInterpFunc.o'.o'文件编译正确,但二进制文件从未构建并出现以下错误:H:\Program