You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to install a C extension of Ruby on Windows, I got the following error:
C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lx64-msvcrt-ruby270
collect2.exe: error: ld returned 1 exit status
make: *** [Makefile:261: bson_native.so] 繧ィ繝ゥ繝シ 1
make failed, exit code 2
Gem files will remain installed in C:/opt/td-agent/lib/ruby/gems/2.7.0/gems/bson-4.9.4 for inspection.
Results logged to C:/opt/td-agent/lib/ruby/gems/2.7.0/extensions/x64-mingw32/2.7.0/bson-4.9.4/gem_make.out
The cause is that td-agent-builder removes libx64-msvcrt-ruby270.dll.a in RubyInstaller.
The text was updated successfully, but these errors were encountered:
When I tried to install a C extension of Ruby on Windows, I got the following error:
The cause is that td-agent-builder removes libx64-msvcrt-ruby270.dll.a in RubyInstaller.
The text was updated successfully, but these errors were encountered: