On Mon, 29 Dec 2014, Kip Warner wrote:

If I run what appears to be what configure executed (g++ ...), it
executes fine. However, by the looks of it, the argument vector was
broken up unintentionally.

I'm assuming I am not doing something correctly. Any help appreciated.

The solution is to assure that all paths used do not include spaces.

If you use Cygwin or MSYS where paths with spaces often occur, then fix the paths via mounts (/etc/fstab). On Unix type systems, symbolic links should work but these will fail if a script needs to visit the directory and does `pwd` to collect information on the current directory.

Bob
--
Bob Friesenhahn
[email protected], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/

_______________________________________________
Autoconf mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to