vmware - Using libtool without using links -


My Macfile to create some Apache modules by using libtool Used to be .

Unfortunately, I need to work on compacting ( hgfs ) to share my MacPheel on VMware, which can be any kind of link (symbolic or hard Link) does not support.

Can I use libtool and replace it with ln -s instead of cp , Without variables in the LN_ST script, and libtool ?

libtool for the rest of the system does not support all the softwares. You must use the AutoConf macro `AC_PROG_LN_S 'to support the target architecture, and the result of that test should be specified in any variable. You can use the archived command in the variable to do so whenever you need to create a link later.

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

In addition to all the implementations of LN, F can not rely on support for option. Instead, use RM before calling ln

Comments