I downloaded the current ast-ksh source with bin/package and attempted to build it on a RHEL6.4 x86_64 box. The shcomp and ksh binaries fail to link due to failing to link against libdl and libm. Adding "-ldl -lm" manually to the link lines of course work. Has anyone reported this problem or a patch in the works that corrects the drop of these libraries?
I've made the build log available via pastebin. I had to split into two files since combined it's just slightly over the 500K limit: http://pastebin.com/twq5tK6e // ksh build failure on RHEL6.4 (part 1) http://pastebin.com/8SfcrxBA // ksh build failure on RHEL6.4 (part 2) Quentin _______________________________________________ ast-users mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-users
