Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: From: "Billinghurst, David (RTD)" To: cygwin AT sourceware DOT cygnus DOT com Cc: "'ddd-bugs AT ips DOT cs DOT tu-bs DOT de'" Subject: Port of ddd-3.1.4 to cygwin 20.1 Date: Wed, 7 Apr 1999 23:27:21 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain I have ported Data Display Debugger ddd-3.1.4 http://www.cs.tu-bs.de/softech/ddd/ to cygwin. Seems to work ok, but not well tested. There was a problem with ddd/configure. Some tests failed as -lSM was before -lXt in some tests. Patch below fixes the configure file. The root cause is left as an exercise for the reader ;-> My setup is NT4 SP4 cygwin b20.1 X11R6.4 libraries from http://dao.gsfc.nasa.gov/software/grads/X11R6.4/ egcs-1.1.2 from http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ Exceed X server *** ddd-3.1.4/ddd/configure.orig Wed Apr 07 23:12:04 1999 --- ddd-3.1.4/ddd/configure Wed Apr 07 23:29:32 1999 *************** *** 6553,6559 **** echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" ! LIBS="-lXaw ${X_PRE_LIBS} ${XAW_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} $LIBS" cat > conftest.$ac_ext <&6 else ac_save_LIBS="$LIBS" ! LIBS="-lXaw ${XAW_LIBS} ${XT_LIBS} ${X_PRE_LIBS} ${XEXT_LIBS} ${X11_LIBS} $LIBS" cat > conftest.$ac_ext <&6 else ac_save_LIBS="$LIBS" ! LIBS="-lXp ${X_PRE_LIBS} ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} ${LIBGEN} $LIBS" cat > conftest.$ac_ext <&6 else ac_save_LIBS="$LIBS" ! LIBS="-lXp ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${X_PRE_LIBS} ${XEXT_LIBS} ${X11_LIBS} ${LIBGEN} $LIBS" cat > conftest.$ac_ext <&6 else ac_save_LIBS="$LIBS" ! LIBS="-lXm ${X_PRE_LIBS} ${XP_LIBS} ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} ${LIBGEN} $LIBS" cat > conftest.$ac_ext <&6 else ac_save_LIBS="$LIBS" ! LIBS="-lXm ${XP_LIBS} ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${X_PRE_LIBS} ${XEXT_LIBS} ${X11_LIBS} ${LIBGEN} $LIBS" cat > conftest.$ac_ext <&6 else ac_save_LIBS="$LIBS" ! LIBS="-lXm ${X_PRE_LIBS} ${XP_LIBS} ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${XEXT_LIBS} ${X11_LIBS} ${LIBGEN} $LIBS" cat > conftest.$ac_ext <&6 else ac_save_LIBS="$LIBS" ! LIBS="-lXm ${XP_LIBS} ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${X_PRE_LIBS} ${XEXT_LIBS} ${X11_LIBS} ${LIBGEN} $LIBS" cat > conftest.$ac_ext <