On Sat, May 4, 2013 at 4:26 AM, Glenn Fowler <[email protected]> wrote: > On Sat, 4 May 2013 02:17:44 +0200 Roland Mainz wrote: >> On Fri, May 3, 2013 at 7:54 AM, Glenn Fowler <[email protected]> wrote: >> > the AT&T Software Technology ast alpha 2013-05-03 source release >> * Issues found so far: >> 1. ast-ksh.2013-05-03 doesn't build on SuSE 12.3/Linux/64bit because >> |floor()| and |floorl()| use different types... workaround is to use >> this patch: >> -- snip -- >> diff -r -u original/src/cmd/ksh93/features/externs >> build_i386_64bit_debug/src/cmd/ksh93/features/externs >> --- src/cmd/ksh93/features/externs 2013-05-03 22:21:01.000000000 +0200 >> +++ src/cmd/ksh93/features/externs 2013-05-04 00:27:41.248373368 +0200 >> @@ -6,7 +6,6 @@ >> lib memcntl sys/mman.h >> lib getexecuser,free_execattr exec_attr.h -lsecdb >> lib openat,fstatat,pipe2,accept4 >> -lib floorl = floor >> typ _Decimal64 >> typ _Decimal128 >> -- snip -- > > try this > > lib floorl math.h -lm = floor
Thanks... that fixed the problem (at least on SuSE 12.3/AMD64/64bit) ... ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) [email protected] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 3992797 (;O/ \/ \O;) _______________________________________________ ast-developers mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-developers
