On 17 Sep 2008, at 11:46 PM, Jonas Karlsson wrote:

> 2008/9/18 Kevin Quick <[EMAIL PROTECTED]>:
>>
>>> $ 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.
>>>
> Unset C_INCLUDE_PATH and CXX_INCLUDE_PATH environment variables and
> edit /S/S/{bashrc,zshrc} and remove the declaration of those
> variables.
>
> For longer explanation see http://gcc.gnu.org/ml/gcc-help/2008-09/ 
> msg00047.html
>


Worked perfectly!  Thanks!

-KQ



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

Reply via email to