Begin forwarded message:

> From: [EMAIL PROTECTED]
> Date: September 17, 2008 9:43:02 PM MST
> To: [EMAIL PROTECTED]
> Subject: GCC upgrade problem
>
> You are not allowed to post to this mailing list, and your message has
> been automatically rejected.  If you think that your messages are
> being rejected in error, contact the mailing list owner at
> [EMAIL PROTECTED]
>
>
> From: Kevin Quick <[EMAIL PROTECTED]>
> Date: September 17, 2008 9:42:49 PM MST
> To: [EMAIL PROTECTED]
> Subject: GCC upgrade problem
>
>
> I am currently using version 4.1.2 of GCC with no problems.   
> However, when I
> try to upgrade to version 4.3.1 or 4.3.2, it Compiles correctly but  
> the result seems
> to have an invalid dependency on wchar:
>
> $ gcc -v
> Using built-in specs.
> Target: i686-pc-linux-gnu
> Configured with: /Files/Compile/Sources/gcc-4.1.2/./configure -- 
> prefix=/Programs/GCC/4.1.2 --sysconfdir=/Programs/GCC/Settings -- 
> localstatedir=/System/Variable --enable-shared --enable- 
> threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable- 
> languages=c,c++
> Thread model: posix
> gcc version 4.1.2
> $ echo "#include <iostream>" | gcc -x c++ -c -
> $
> $ DisableProgram GCC 4.1.2
> ...
> $ SymlinkProgram GCC 4.3.2
> ...
> $ echo "#include <iostream>" | gcc -x c++ -c -
> In file included from /Programs/GCC/Current/lib/gcc/i686-pc-linux- 
> gnu/4.3.2/../../../../include/c++/4.3.2/bits/postypes.h:47,
>                  from /Programs/GCC/Current/lib/gcc/i686-pc-linux- 
> gnu/4.3.2/../../../../include/c++/4.3.2/iosfwd:47,
>                  from /Programs/GCC/Current/lib/gcc/i686-pc-linux- 
> gnu/4.3.2/../../../../include/c++/4.3.2/ios:44,
>                  from /Programs/GCC/Current/lib/gcc/i686-pc-linux- 
> gnu/4.3.2/../../../../include/c++/4.3.2/ostream:45,
>                  from /Programs/GCC/Current/lib/gcc/i686-pc-linux- 
> gnu/4.3.2/../../../../include/c++/4.3.2/iostream:45,
>                  from <stdin>:1:
> /Programs/GCC/Current/lib/gcc/i686-pc-linux-gnu/4.3.2/../../../../ 
> include/c++/4.3.2/cwchar:52:24: error: wchar.h: No such file or  
> directory
> ... repeats many more times, along with other related errors ...
> $ gcc -v
> Using built-in specs.
> Target: i686-pc-linux-gnu
> Configured with: /Files/Compile/Sources/gcc-4.3.2/./configure -- 
> prefix=/Programs/GCC/4.3.2 --sysconfdir=/Programs/GCC/Settings -- 
> localstatedir=/System/Variable --with-local-prefix=/Programs/GCC/ 
> 4.3.2 --with-cpp-install-dir=lib --enable-shared --enable- 
> threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable- 
> languages=c,c++ --with-system-zlib --disable-bootstrap --with-cpu=i686
> Thread model: posix
> gcc version 4.3.2 (GCC)
> $
>
> Any suggestions/help would be appreciated.
>
> -KQ
>
>
>

_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to