search for: liibs

Displaying 3 results from an estimated 3 matches for "liibs".

Did you mean: libs
2011 Sep 21
0
[LLVMdev] ../llvm/configure fails in Cygwin with space character in path name?
I don't think autoconf build scripts would be tolerant of whitespace pathname. To build tools and liibs, I recommend you should build them on desired tree. Anyway, I think it might be a little problematic if built tools did not accept whitespace pathnames. Then, please file a bug. ...Takumi
2011 Sep 20
2
[LLVMdev] ../llvm/configure fails in Cygwin with space character in path name?
config.status: executing projects/Makefile commands config.status: executing bindings/Makefile commands config.status: executing bindings/ocaml/Makefile.ocaml commands === configuring in projects/sample (/home/Jon Smith/cl/build/projects/sample ) configure: running /bin/sh ../../../llvm/projects/sample/configure --prefix=/usr/local --cache-file=/dev/null --srcdir=../../../llvm/projects/sample
2011 Sep 21
2
[LLVMdev] ../llvm/configure fails in Cygwin with space character in path name?
...ports that, generally. So long as the paths are properly escaped in any input, things should work. If they don't, it's a bug. On Sep 21, 2011, at 3:51 AM, NAKAMURA Takumi wrote: > I don't think autoconf build scripts would be tolerant of whitespace pathname. > To build tools and liibs, I recommend you should build them on desired tree. > > Anyway, I think it might be a little problematic if built tools did > not accept whitespace pathnames. Then, please file a bug. > > ...Takumi > _______________________________________________ > LLVM Developers mailing li...