tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Configure fails due to pkgsrc's wrapper (-Wl,-Ttext)



On Wed, Dec 16, 2009 at 06:41:40PM +0100, Grégoire Sutre wrote:
> cc [...] -Wl,-Ttext, -Wl,-Ttext [...]

This is semantically equivalent to
-Wl,-Text -Wl -Wl,-Text
which gets normalised to
-Wl,-Text -Wl,-Text

In short, the original sounds like a bug.

Joerg


Home | Main Index | Thread Index | Old Index