--- Comment #3 from fxcoudert at gcc dot gnu dot org 2009-03-28 14:12
---
Closing for now, please reopen with additional information if you can reproduce
this failure in an "out-of-source-tree" build.
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-03-22 16:34 ---
It works for me. You can btw. download binaries from
http://download.opensuse.org/repositories/devel://gcc/SLE-10_SDK
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39517
--- Comment #1 from dfranke at gcc dot gnu dot org 2009-03-22 10:12 ---
In-source builds are not supported.
In a clean directory, try:
$> tar xfz ...tar.gz
$> mkdir build && cd build
$> ../configure [your config-options]
$> make
> How can I send the config.log file as attacham