[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: esdump dumps ...... core!
>
> I couldn't compile the latest es because of GNU getopt / es getenv
> interaction.
>
> es' redefinition of getenv seems to have to be initialized, but for some
> reason that can't be done before getopt is called the first time, so GNU
> getopt dumps core. That's the only version supplied with linux.
which explains why it _is_ about crt0.o on FreeBSD because of this line
in crt0.c:
if (getenv("ENABLE_STARTUP_LOCALE") != NULL)
ack....... silly, silly silly
Soren