On Monday 25 June 2007 10:37:27 Alexander van Heukelum wrote: > --- linux-user/main.c (révision 527) > +++ linux-user/main.c (copie de travail) > @@ -44,7 +44,7 @@ > > /* for recent libc, we add these dummy symbols which are not declared > when generating a linked object (bug in ld ?) */ > -#if (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)) && > !defined(CONFIG_STATIC) > +#if (__GLIBC__ == 2 && __GLIBC_MINOR__ == 3) && !defined(CONFIG_STATIC) > long __preinit_array_start[0]; > long __preinit_array_end[0]; > long __init_array_start[0];
Nope, I still get an immediate segfault on the snapshot from the 23rd. Rob -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson.