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

+ cc -O2 -D_BLD_DLL -dynamic -I- -I.
-I/Users/clark/data/git/ast-open/arch/darwin.ppc/include/ast
'-DERROR_CATALOG="kshdbm"' '-DUSAGE_LICENSE="[-author?Glenn Fowler <
[email protected]>][-copyright?Copyright (c) 2007-2012 AT&T Intellectual
Property][-license?
http://www.eclipse.org/org/documents/epl-v10.html][--catalog?kshdbm]";'
-D_PACKAGE_ast -c /Users/clark/data/git/ast-open/src/cmd/kshlib/dbm/dbm.c
cc1: note: obsolete option -I- used, please use -iquote instead
+ /usr/bin/ar r libkshdbm.a dbm.o
+ ignore ranlib libkshdbm.a
+ rm -f dbm.o
cmd/coshell:
lib/libdll:
cmd/ksh93:
cmd/ksh93/cc-O2,-D_BLD_DLL,-dynamic:
+ : generate libshell.a export symbols in _shell_.c
+ cc -O2 -D_BLD_DLL -dynamic -I- -c _shell_.c
cc1: note: obsolete option -I- used, please use -iquote instead
+ /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
ld: common symbols not allowed with MH_DYLIB output format with the
-multi_module option
/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/libtool: internal link edit
command failed
make [cmd/ksh93/cc-O2,-D_BLD_DLL,-dynamic]: *** exit code 1 making
libshell.dylib.1.1
make [cmd/ksh93/cc-O2,-D_BLD_DLL,-dynamic]: *** 1 action failed
make [cmd/ksh93]: ".DLL.cc-O2,-D_BLD_DLL,-dynamic", line 8: *** exit code 1
making cc-O2,-D_BLD_DLL,-dynamic
make [cmd/ksh93]: *** 1 action failed
make: *** exit code 1 making cmd/ksh93
lib:
cmd/sortlib:
cmd/paxlib:
cmd/kshlib:
cmd/dsslib:
cmd/codexlib:
cmd:
make: *** 1 action failed
package: make done  at Tue Apr 24 20:58:54 CST 2012 in
/Users/clark/data/git/ast-open/arch/darwin.ppc

On Tue, Apr 24, 2012 at 05:54, Glenn Fowler <[email protected]> wrote:

>
> ast 2012-04-23 git updates have been posted
> the update addresses many problems brought up on ast-users and
> ast-developers
> (thanks for the detailed reports)
>
> * a first round of ksh fixes (another update in a day or so)
> * nmake fixes so that cmd line option changes like --shared cause rebuilds
> * libast regex fixes to properly scope ksh ~(E)... vs ~(E:...)
>
> the update also includes the { grep xargs } ksh builtins/plugins in
>        src/cmd/kshlib/cmdtst
>
> to test cmdtst after building the packages, cd to a clean dir and:
>        mkdir bin lib
>        print $'BUILTIN_LIB=cmdtst\nLD_LIBRARY_PATH=../lib' > bin/.paths
>        cp $INSTALLROOT/src/cmd/kshlib/cmdtst/$(getconf
> LIBPREFIX)cmdtst$(getconf LIBSUFFIX) lib
> and
>        export PATH=$PWD/bin:$PATH
>
> _______________________________________________
> ast-users mailing list
> [email protected]
> https://mailman.research.att.com/mailman/listinfo/ast-users
>
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to