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.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-08-12 10:25:45 +02:00
parent 085a5a4388
commit 6496d98d23

View file

@ -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