我正在尝试在windows上安装ora2pg,以便从oracle to postgresql迁移数据库,并且已经安装了strawberry perl,但dmake && dmake install命令不起作用。当我尝试gmake && gmake install时,我得到了以下错误,你能帮我安装吗?
C:\ora2pg-19.1>gmake && gmake install
to undefined at C:/Perl64/lib/ExtUtils/Install.pm line 141.
gmake: *** [Makefile:938: pm_to_blib] Error 255发布于 2019-04-16 20:28:18
您在Windows上,无法按写入方式链接cmds。执行gmake,然后执行gmake install。
https://stackoverflow.com/questions/53703455
复制相似问题