On Thu, 29 Aug 2013 16:11:51 -0400 Glenn Fowler wrote:
> On Thu, 29 Aug 2013 22:02:21 +0200 Roland Mainz wrote:
> > On Thu, Aug 29, 2013 at 7:45 PM, Glenn Fowler <[email protected]> wrote:
> > >
> > > the AT&T Software Technology ast alpha 2013-08-29 source release
> > > has been posted to the download site
> > >         http://www.research.att.com/sw/download/alpha/
> > > the package names and md5 checksums are
> > >             INIT  132e0403af573fa1cb1e202267fedeb8
> > >         ast-open  334615fb3a652575106194c281d27b5c
> > >          ast-ksh  ebcc56d9ab673aaafbb163d6eee1a93c
> > > the md5 sums should match the ones listed on the download page

> when using non-default options please qualify "doesn't build"
> (even though you provided the cc line which hints at it)
> in this case I believe its
>       "... doesn't build using PACKAGE_OPTIONS=map-libc ..."
> which means this or something equivalent
>       bin/package make PACKAGE_OPTIONS=map-libc

> background: map-libc causes the libast build to
>       #define standardfoo     _ast_standardfoo
> for all (known) standardfoo syscall names so that -last won't clash with -lc

> I will add a map-libc build to the ast build farm to avoid this in the future

build complete

typo in src/lib/libast/features/map.c:

-       printf("extern char*            fgetcwd(fd, char*, size_t);\n");
+       printf("extern char*            fgetcwd(int, char*, size_t);\n");

_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to