the "normal" ksh built
the shell dynamic lib failed to link at compile time

the problem is probably in the $INSTALLROOT/bin/cc intercept script
go down to the dll) case and change 10.3 to 10.4
and run the dylib link command below

if that works then that part of the script will have to be generalized
things would be easier if they just provided a single
"create shared library with unix semantics instead of apple semantics" option
(if they did please let me know)
and I doesn't make me feel any better that the darwin cc calls libtool ...
an ast hack calling a semi-standard cc calling a gnu hack can only lead to 
trouble

On Tue, 24 Apr 2012 21:22:37 +0800 Clark Wang wrote:

> Failed to compile ksh93 on Mac OS X (10.4 ppc):

/Users/clark/data/git/ast-open/arch/darwin.ppc/bin/cc \
 -L/Users/clark/data/git/ast-open/arch/darwin.ppc/lib -G -o \
 libshell.dylib.1.1 _shell_.o libshell.a \
 /Users/clark/data/git/ast-open/arch/darwin.ppc/lib/libdll.a \
 /Users/clark/data/git/ast-open/arch/darwin.ppc/lib/libcoshell.a -lcmd -last \
 -liconv -lm -lc

_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to