This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: [gcc-4.3.1][c++] weird segfault with -O3 in constructor of a global object
Am Donnerstag 26 Juni 2008 02:49:14 schrieb Tom Browder:
> On Wed, Jun 25, 2008 at 6:53 PM, Maik Beckmann
>
> <beckmann.maik@googlemail.com> wrote:
> > Am Mittwoch 25 Juni 2008 20:47:49 schrieb John Love-Jensen:
> >> Hi Maik,
>
> I just noticed Maik's gcc-4.3.1 was built under the gcc-4.3.1 source
> tree (disgregarding gcc instructions). Could that be part of the
> problem?
>
> -Tom
Hm, the PKBUILD file (which is just a bash script for those who don't know it)
contains
{{{
mkdir build
cd build
../configure ....
}}}
thus its built out of source tree.