gcc-10下架构x86_64的重复符号

问题描述

我正在尝试在Mac high sierra中安装开源软件qml。它是kdb +和LAPACK,BLAS的接口。我收到错误消息:

// controllers/apis/dogs/index.js
const
    express = require('express'),dogService = require('../../../services/dogs');

let router = express.Router();

router.get('/',dogService.getDogs);
router.get('/:id',dogService.getDogWithId);

module.exports = router;

我做了一些研究,发现人们通过删除一些Flags来解决此问题。 here is the link谁能帮助您查看是否应移除任何标志?谢谢。这里是标志: 标志:= -m64 -fPIC -pipe LD_SHARED:=-捆绑-undefined dynamic_lookup

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)