This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

configure problem on darwin


As of the gcc3 module checkout from the darwin mirror for gcc3 (with 
the version string: "3.1 20010804 (experimental)") on 8/29/2001 --

When I try to configure with a prefix with a space in it, the 
configuration fails...

[localhost:~/Developer/darwin/build] cmeyer% ../gcc3/configure 
--prefix=/Volumes/Mac\ OS\ X\ Users/cmeyer/Developer/darwin/test 
--enable-languages=objc,c++
../gcc3/configure: read-only variable: PWD [155]
Configuring for a powerpc-apple-darwin1.4 host.
*** This configuration is not supported in the following subdirectories:
      target-libffi target-boehm-gc target-zlib target-libjava 
target-libchill target-libf2c zlib fastjar
     (Any other directories should still work fine.)
Created "Makefile" in /Users/cmeyer/Developer/darwin/build
Configuring libiberty...
configure: warning: OS: invalid host type
configure: warning: X: invalid host type
configure: error: can only configure for one host and one target at a time
Configure in /Users/cmeyer/Developer/darwin/build/libiberty failed, exiting.
[localhost:~/Developer/darwin/build] cmeyer% uname -a
Darwin localhost 1.4 Darwin Kernel Version 1.4: Sun Aug 12 02:40:52 
PDT 2001; root:xnu/xnu-177.1.obj~2/RELEASE_PPC  Power Macintosh 
powerpc

If I change the prefix to one with no spaces, things work fine...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]