Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Authentication-Warning: keywest.fmi.uni-passau.de: andreas set sender to andreas.zeller@fmi.uni-passau.de using -f
To: Chuck.Irvine@mail.sprint.com
Cc: Suhaib Siddiqi <ssiddiqi@inspirepharm.com>,
        cygwin-xfree@sources.redhat.com, cygwin@sourceware.cygnus.com,
        DDD Mailing List <ddd@gnu.org>
Subject: Re: ddd-3.2.98 configure problem on cygwin
References: <7F2B9185F0196F44B59990759B91B1C21F3BC8@ins-exch.inspirepharm.com>
From: Andreas Zeller <andreas.zeller@fmi.uni-passau.de>
Date: 31 Jan 2001 10:26:18 +0100
In-Reply-To: Suhaib Siddiqi's message of "Tue, 30 Jan 2001 19:52:01 -0500"
Message-ID: <d8ilmrsvzr9.fsf@keywest.fmi.uni-passau.de>
Lines: 47
User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Hi!

Suhaib Siddiqi <ssiddiqi@inspirepharm.com> writes:

>  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.

Chuck's report does not relate to the DDD Makefiles - `make' is never
called, but to the invocation of DDD `configure'.  To fix this, I need:

* the exact error message, as listed in the `config.log'
  and `ddd/config.log' files.

* the `configure' invocation, as listed in the `config.status' file.

Please reply soon, such that fixes (if needed) can make it into DDD 3.3.


> I quote you from www.lesstif.org FAQ, which DDD folks should consider
> reading too. 

I don't know how Suhaib can assume there's something I haven't read :-)
Yes, I have read the LessTif FAQ, and the DDD Makefile has since been
fixed to work with Cygwin (as of DDD 3.2.98 and later).  Here's the
library ordering on my system:

    -lXm -lXaw -lXmu -lXt -lXpm -lXp -lXext \
        -lX11 -lSM -lICE -lncurses -liberty -lm

Compare this to the ordering as specified in the LessTif FAQ - you'll
find it's perfectly compliant:

    -lMrm -lXm -lXt -lXmu -lXp -lXext -lX11 -lSM -lICE

Remember: for a bug report, always state what you do, what you expect,
and how your experience differs from the expectations.  Anything else,
including assumptions about the code and its developers, rarely helps.

Best wishes,

Andreas

-- 
Andreas Zeller     Universitaet Passau
                   http://www.fmi.uni-passau.de/st/staff/zeller/

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

