On Fri, 12 Jun 2009, kfahoo wrote: > tyle ze teraz mam problem przy kompilacji ekg: > > ui-ncurses.o:ui-ncurses.c:(.text+0xf36): undefined reference to `_acs_map'
Masz bibliotekę ncurses? > w ktorym miejscu dodac flage --enable-auto-import zeby sie nie pojawialo: > > /usr/local/lib/gcc/i686-pc-cygwin/4.2.1/../../../../i686-pc-cygwin/bin/ld: > warning: auto-importing has been activated without --enable-auto-import > specified on the command line. > This should work unless it involves constant data structures referencing > symbols from auto-imported DLLs. Spróbuj w LDFLAGS przy ./configure. Czyli ./configure LDFLAGS=--enable-auto-import -- http://www.gophi.pl/
