I was able to build CDE from the git repository, but building dtksh gave me these errors:

make[3]: Leaving directory '/home/dcarmich/cdesktopenv-code/cde/programs/dtscreen'
making all in programs/dtksh...
make[3]: Entering directory '/home/dcarmich/cdesktopenv-code/cde/programs/dtksh'
making all in programs/dtksh/examples...
make[4]: Entering directory '/home/dcarmich/cdesktopenv-code/cde/programs/dtksh/examples'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/dcarmich/cdesktopenv-code/cde/programs/dtksh/examples'
making all in programs/dtksh/ksh93...
make[4]: Entering directory '/home/dcarmich/cdesktopenv-code/cde/programs/dtksh/ksh93'
rm -f ship/*/*/BUILT;   SHELL=/bin/ksh CC="gcc -g -pipe" CCFLAGS="-O2 -fno-strict-aliasing -Wno-write-strings -DPROFILEPATH=\"/etc/dt/config/profile\"  -DSUIDPROFILEPATH=\"/etc/dt/config/suid_profile\"   -DSUIDEXECPATH=\"/usr/dt/bin/suid_exec\"    -DCDE_INSTALLATION_TOP=\"/usr/dt\" -Dlinux -D__x86_64__ -D_POSIX_SOURCE                 -D_BSD_SOURCE -D_SVID_SOURCE  -DANSICPP -DMULTIBYTE -DNLS16     -DOSMAJORVERSION=3 -DOSMINORVERSION=16 " ICCFLAGS="-O0 -Dlinux -D__x86_64__ -D_POSIX_SOURCE                 -D_BSD_SOURCE -D_SVID_SOURCE  -DANSICPP -DMULTIBYTE -DNLS16     -DOSMAJORVERSION=3 -DOSMINORVERSION=16 " /bin/ksh ship/shipin -F
ship/SHIPin[586]: test: : arithmetic syntax error
ship/SHIPin[615]: test: : arithmetic syntax error
ship/SHIPin[615]: test: : arithmetic syntax error
ln: /home/dcarmich/cdesktopenv-code/cde/programs/dtksh/ksh93/bin/iffe: not found
build lib0ast 950811

Then the build hung.

What could cause this?

--Douglas