sorry, this is a bug introduced by iffe the fix is a one line change the next beta, due in the morning will have it here it is src/cmd/INIT/iffe.sh
- if compile $cc -o $tmp.exe $tmp.c $lib <&$nullin >&$nullout + if compile $cc -o $tmp.exe $tmp.c $p $lib <&$nullin >&$nullout On Mon, 11 Jun 2012 23:18:57 +0200 Roland Mainz wrote: > Hi! > ---- > While trying to build ast-open.2012-06-06 on SuSE 12.1/Linux we've hit > this build failure: > -- snip -- > $ (CC='gcc -std=gnu1x -m64 -fPIC' time /usr/bin/ksh ./bin/package make > 2>&1 | tee -a buildlog.log) > [snip] > ++ cc -O2 -I. > -I/home/test001/work/ast_ksh_20120606/build_normal/src/cmd/ksh93/include > -I- -I. > -I/home/test001/work/ast_ksh_20120606/build_normal/src/cmd/ksh93/include > -I../../../ > include/ast -D_API_ast=20100309 -D_PACKAGE_ast -D_BLD_shell > -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE -DSHOPT_PFSH > -DERROR_CONTEXT_T=Error_context_t -DSHOPT_STATS -DSHOPT_NAMESPACE > -DSHOP > T_COSHELL -DSHOPT_HISTEXPAND -DSHOPT_FIXEDARRAY -DSHOPT_ESH -c > /home/test001/work/ast_ksh_20120606/build_normal/src/cmd/ksh93/bltins/sleep.c > ++ cc -O2 -I. > -I/home/test001/work/ast_ksh_20120606/build_normal/src/cmd/ksh93/include > -I- -I. > -I/home/test001/work/ast_ksh_20120606/build_normal/src/cmd/ksh93/include > -I../../../ > include/ast -D_BLD_shell -DSHOPT_DYNAMIC -DSHOPT_MULTIBYTE > -D_PACKAGE_ast -DSHOPT_PFSH -D_API_ast=20100309 -DSHOPT_BGX > -DSHOPT_COSHELL -DSHOPT_STATS -DSHOPT_NAMESPACE -DSHOPT_HIST > EXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_FIXEDARRAY > -DSHOPT_ESH -c > /home/test001/work/ast_ksh_20120606/build_normal/src/cmd/ksh93/bltins/trap.c > cc1: note: obsolete option -I- used, please use -iquote instead > cc1: note: obsolete option -I- used, please use -iquote instead > In file included from > /home/test001/work/ast_ksh_20120606/build_normal/src/cmd/ksh93/bltins/sleep.c:37:0: > ./FEATURE/poll:113:15: error: conflicting types for 'fd_set' > /usr/include/sys/select.h:78:5: note: previous declaration of 'fd_set' was > here > make [cmd/ksh93]: *** exit code 1 making sleep.o > -- snip -- > Can anyone here reproduce the problem ? > ---- > 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] > https://mailman.research.att.com/mailman/listinfo/ast-developers _______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
