gpt4 book ai didi

vmware - 使用 libtool 而不使用链接

转载 作者:行者123 更新时间:2023-12-03 17:59:10 27 4
gpt4 key购买 nike

我的 Makfile正在使用 libtool为了创建一些 apache 模块。

不幸的是,我需要我的makefile 才能在VMWare 共享forlder (hgfs) 上工作,它不支持任何类型的链接(符号链接(symbolic link)或硬链接(hard link))。

我可以使用 libtool并让它使用cp而不是 ln -s , 无需修补 LN_ST脚本中的变量,从而破坏 libtool用于系统的其余部分,同时防止将来升级到 libtool ?

最佳答案

http://www.sourceware.org/autobook/autobook/autobook_220.html

ln

Not all systems support soft links. You should use the Autoconf macro `AC_PROG_LN_S' to discover what the target architecture supports, and assign the result of that test to a variable. Whenever you subsequently need to create a link you can use the command stored in the variable to do so.

LN_S=@LN_S@
...
$LN_S $top_srcdir/foo $dist_dir/foo

Also, you cannot rely on support for the `-f' option from all implementations of ln. Use rm before calling ln instead.

关于vmware - 使用 libtool 而不使用链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5456611/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com