Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <7F2B9185F0196F44B59990759B91B1C21F3BC8@ins-exch.inspirepharm.com> From: Suhaib Siddiqi To: "'cygwin-xfree AT sources DOT redhat DOT com '" , "'cygwin AT sourceware DOT cygnus DOT com '" , "'ddd AT gnu DOT org '" Subject: RE: ddd-3.2.98 configure problem on cygwin (sorry for previous - no subject) Date: Tue, 30 Jan 2001 19:52:01 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" This is really DDD issue, which needs to be fixed. The order of libraries in your Makefiles, generated by configure script of DDD, are wrong. You can either manually edit the Makefiles or fix the configure script. I quote you from www.lesstif.org FAQ, which DDD folks should consider reading too. "The order in which you should specify these options is -lMrm -lXm -lXt -lXmu -lXp -lXext -lX11 -lSM -lICE Of course not all of these libraries are always necessary, but in some cases more libraries may be required." On many systems in the Makefiles, if 0lXm is after -lXt you get unresolved symbols thus your ./configure failed with ambiguous error message of "Xm not found or not in your path... something like that" Suhaib -----Original Message----- From: Chuck DOT Irvine AT mail DOT sprint DOT com To: cygwin-xfree AT sources DOT redhat DOT com; cygwin AT sourceware DOT cygnus DOT com; ddd AT gnu DOT org Sent: 1/30/2001 6:47 PM Subject: ddd-3.2.98 configure problem on cygwin (sorry for previous - no subject) I'm trying to build ddd-3.2.98 on cygwin and am getting the error below when invoking configure. This is reminiscent of a previous configure error that, I believe, got fixed in 3.2.95. The library had something to do with library ordering, I think. Does anyone have a fix for this? Is there any additional info that I can provide to help diagnose the problem? I am very hopeful that we can get ddd 3.3 to build on cygwin. Thanks! --Chuck PS: I know that this, in all likelihood, isn't a cygwin or XFreeCygwin problem but there may be individuals on these lists that can help or would, in general, be interested. ----------------------------- configure error ----------------------- checking for X11/Xmu/Editres.h... yes configure: error: The Motif library '-lXm' could not be found. Please use the configure options '--with-motif-includes=DIR' and '--with-motif-libraries=DIR' to specify the Xm location. See the files 'config.log' and 'ddd/config.log' for further diagnostics. configure: error: ../../../ddd-3.2.98/ddd/configure failed for ddd -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple