This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]