感谢您花时间阅读本文,并希望能帮助我成功解决我的问题。
我删除了这个之前的帖子,因为它已经死了(几个小时没有答案),所以我希望能恢复它。
我试图安装一个名为 Rose::DB 的 perl 模块,经过多种方法后,我终于安装了它,但是每当我运行我的代码时,它都会告诉我找不到名为 Bit::Vector 的模块,所以我尝试安装它。
我首先没有错误地做了 Makefile.PL。然后,我尝试做 dmake... 它给了我很多行,其中大多数是这样的警告:
Vector.o:Vector.c:(.text+0x11591): undefined reference to `_imp__Perl_newXS'
Vector.o:Vector.c:(.text+0x115a0): undefined reference to `_imp__Perl_get_context'
之后,最后几行显示了这一点:
collect2: ld returned 1 exit status
dmake.exe: Error code 129, while making 'blib\arch\auto\Bit\Vector\Vector.dll'
有人可以帮我正确安装模块吗?我真的很感激。
PS:这是查看所有行的链接: http ://www.sendspace.com/file/97pk32
PS:我正在使用 Strawberry,正在使用 ActivePerl 但给了我错误,建议使用 Strawberry。