This is the mail archive of the automake@gnu.org mailing list for the automake project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
It should also be noted that Libtool suffers heavily from this problem also. The shell uses spaces as separators, which means Libtool isn't even able to install to a directory containing a space:
dependency_libs="-L/mnt/Program Files/unix/lib -lfoo"
comes out as three arguments, and quoting the -L argument doesn't actually solve that.
Earnie. -- http://www.mingw.org http://sourceforge.net/projects/mingw https://sourceforge.net/donate/index.php?user_id=15438
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |