From 6496d98d236c11bc5f78dcc760ca61ee47794952 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Wed, 12 Aug 2009 10:25:45 +0200 Subject: [PATCH] There was still one place in C:BUNDLE-CC where command line arguments were not surrounded by double quotes - this caused problems when the output file had spaces. --- src/cmp/cmpmain.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmp/cmpmain.lsp b/src/cmp/cmpmain.lsp index df17dbdd6..ee986e14b 100644 --- a/src/cmp/cmpmain.lsp +++ b/src/cmp/cmpmain.lsp @@ -138,7 +138,7 @@ #+(or mingw32) (safe-system (format nil - "gcc -shared -o ~A -Wl,--export-all-symbols -L~S ~{~S ~} ~@[~S~] ~A" + "gcc -shared -o ~S -Wl,--export-all-symbols -L~S ~{~S ~} ~@[~S~] ~A" (si::coerce-to-filename o-pathname) (fix-for-mingw (ecl-library-directory)) options