2
我已經在Cygwin中構建了一個exe文件(來自.cc的文件)。當我在Cygwin命令提示符下運行時,它運行良好,例如:從dos命令運行一個cygwin構建的exe文件
$./learn.exe 0.2 0.1
給出了預期的輸出。
當我從Windows命令提示符Cygwin的調用並運行相同的,例如
c:\cygwin\bin\bash -c "./learn.exe 0.1 0.1"
它給錯誤說
error while loading shared libraries: ?: cannot open shared object file:
No such file or directory