我正在尝试使用cygwin在Windows上构建一个需要safec库的项目(取自https://github.com/rurban/safeclib)。我已经设法在/ usr / local / lib中编译并安装了safec库,并将其添加到LD_LIBRARY_PATH中,但是仍然得到
ls /usr/local/lib
libsafec-3.3.a libsafec-3.3.dll.a libsafec-3.3.la pkgconfig
echo $LD_LIBRARY_PATH
/usr/local/lib/
make
.
.
.
/usr/lib/gcc/x86_64-pc-cygwin/7.3.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lsafec-3.3
有什么建议吗?