On Sun, 20 May 2012 21:24:15 +0200 Irek Szczesniak wrote: > On Sun, May 20, 2012 at 9:11 PM, Irek Szczesniak <[email protected]> > wrote: > > On Fri, May 18, 2012 at 9:35 PM, Glenn Fowler <[email protected]> wrote: > >> the AT&T Software Technology ast beta 2012-05-18 source release > > On Suse I can't get a 32bit build (/bin/ksh ./bin/package make > > PACKAGE_OPTIONS=map-libc CCFLAGS='-DSHOPT_CMDLIB_BLTIN=0 -DSHOPT_SYSRC > > -D_map_libc=1 -g -ggdb -fstrict-aliasing -Wstrict-aliasing' CC='gcc > > -std=gnu99 -m32 -fPIC' HOSTTYPE=linux.i386 SHELL=/bin/ksh) pass *any* > > of the tests. I get a huge row of memory corruption failures: > This is odd: The failure occurs only for ast-open builds. If I build > ast-ksh it does not occur.
one difference is .a's vs. shared libs the ast-ksh build does not have nmake so it does not build shared libs but since for most systems ksh links with .a ast libraries its probably a build-time rather than run-time link issue I'll try to reproduce today _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
