| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| To: | Jerome David <JDavid AT lgc DOT com> |
| Cc: | "'cygwin AT cygwin DOT com'" <cygwin AT cygwin DOT com> |
| Subject: | Re: ncurses |
| References: | <038A897BC8D6064E928A60BA14CC0F5A82F5C3 AT lgchexch004 DOT ad DOT lgc DOT com> |
| From: | Andrew Markebo <flognat AT flognat DOT myip DOT org> |
| Date: | 05 Jun 2001 16:42:15 +0200 |
| In-Reply-To: | <038A897BC8D6064E928A60BA14CC0F5A82F5C3@lgchexch004.ad.lgc.com> |
| Message-ID: | <m3pucjhttk.fsf@localhost.localdomain> |
| Lines: | 20 |
| User-Agent: | Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
| MIME-Version: | 1.0 |
/ Jerome David <JDavid AT lgc DOT 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |