This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Inside 6.1 build problem


I'm trying to build a new version of Insight in my Cygwin environment. I got the latest sources of Insight (insight-6.1.tar.bz2) , but if I try to build it, I always get a compiler error (see output below). Does someone knows where the problem could be ?

Insight version is 6.1. Host OS is W2K with Cygwin.
Compiler version is 3.3.1.

Roland

Output (make.out):
.....
rm -f gdb.exe
gcc -mwin32 -g -O2 \
-o gdb.exe gdb.o libgdb.a \
../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a ./../intl/libintl.a ../libiberty/libiberty.a -lm -lncurses ../libiberty/libiberty.a -luser32
libgdb.a(tui-win.o)(.text+0x1e5): In function `tui_update_variables':
/src/insight-6.1/gdb/tui/tui-win.c:281: undefined reference to `_acs_map'
libgdb.a(tui-win.o)(.text+0x1f1):/src/insight-6.1/gdb/tui/tui-win.c:281: undefined reference to `_acs_map'
libgdb.a(tui-win.o)(.text+0x1f8):/src/insight-6.1/gdb/tui/tui-win.c:281: undefined reference to `_acs_map'
libgdb.a(tui-win.o)(.text+0x201):/src/insight-6.1/gdb/tui/tui-win.c:281: undefined reference to `_acs_map'
libgdb.a(tui-win.o)(.text+0x211):/src/insight-6.1/gdb/tui/tui-win.c:281: undefined reference to `_acs_map'
libgdb.a(tui-win.o)(.text+0x221):/src/insight-6.1/gdb/tui/tui-win.c:281: more undefined references to `_acs_map' follow
Info: resolving _LINES by linking to __imp__LINES (auto-import)
Info: resolving _COLS by linking to __imp__COLS (auto-import)
Info: resolving _stdscr by linking to __imp__stdscr (auto-import)
Info: resolving _curscr by linking to __imp__curscr (auto-import)
collect2: ld returned 1 exit status
make[1]: *** [gdb.exe] Error 1
make[1]: Leaving directory `/tmp/build/gdb/gdb'
make: *** [all-gdb] Error 2
make: Leaving directory `/tmp/build/gdb'



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