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
Message-ID: <038A897BC8D6064E928A60BA14CC0F5A82F5C4@lgchexch004.ad.lgc.com>
From: Jerome David <JDavid@lgc.com>
To: "'cygwin@cygwin.com'" <cygwin@cygwin.com>
Cc: "'Andrew Markebo'" <flognat@flognat.myip.org>
Subject: RE: ncurses
Date: Tue, 5 Jun 2001 09:52:07 -0500 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain;
	charset="iso-8859-1"

This was generated by ./configure
Can I tweak the Makefile so that the command line args appear in
the correct order ? If yes, could you explain me how (maybe it's
too complicated to explain like that, but I'm still asking).


-----Original Message-----
From: Andrew Markebo [mailto:flognat@flognat.myip.org]
Sent: Tuesday, June 05, 2001 9:42 AM
To: Jerome David
Cc: 'cygwin@cygwin.com'
Subject: Re: ncurses


/ Jerome David <JDavid@lgc.com> wrote:
| gcc -g -O2 -o edb_vt_ed -lncurses edb_vt_ed.o ../src/.libs/libedb.a
| -L/usr/local/lib

*error* shoule be placed _after_ the .o-file.. 

| and
| 
| gcc  -g -O2 -L/usr/local/lib -L/usr/local/lib  -L/usr/X11R6/lib -o
[...]
| ttfont.o update.o warp.o windowmatch.o x.o zoom.o -lFnlib
| -lttf                                        -L/usr/local/lib -lcygipc
| -lImlib -ljpeg -ltiff -lpng -lz -lm -L/usr/X11R6/lib -lSM -lICE -lXext
-lX11
| -lXtst
| -lm -lXtst -lncurses

WHould be placed at the end of the final link.. above.. together with
the rest of the -l's.

        /Andy

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

