Re: [ooc-compiler] Spaces in paths
Brought to you by:
mva
|
From: Michael v. A. <Mic...@de...> - 2004-05-13 10:01:37
|
"fusionfive" <fus...@sp...> writes: > Hi, > > When I use paths with spaces I run into problems with oo2c version 2.1.1. > Arguments given to gcc are not quoted. Is there any way to fix this problem. > (In Windows home directories are found in `<driveletter>:\Documents and > settings'.) This affects all shell commands, both compilation & linking via libtool or gcc. None of code that puts them together deals with quoting of arguments. The only fix is to choose a working directory without any dangerous characters in the path. Sorry for that. -- mva |