[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gawk is broken when built with recent gcc trunk
From: |
Zdeněk Sojka |
Subject: |
gawk is broken when built with recent gcc trunk |
Date: |
Mon, 11 Oct 2010 22:59:33 +0200 (CEST) |
Since gcc r164531, gcc handles -e differently. Now, when -export-dynamic passed
to gcc while linking, it is recognised as '-e xport dynamic' and "random"
failures in gawk appear, including segfault at gawk startup with certain
target/cflags.
According to gcc manpage, it seems -rdynamic or -Wl,-export-dynamic should be
used instead.
- gawk is broken when built with recent gcc trunk,
Zdeněk Sojka <=