public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Inside 6.1 build problem
@ 2004-04-20  8:57 Roland Winistörfer
  2004-04-20 16:00 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Winistörfer @ 2004-04-20  8:57 UTC (permalink / raw)
  To: insight

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'

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Inside 6.1 build problem
  2004-04-20  8:57 Inside 6.1 build problem Roland Winistörfer
@ 2004-04-20 16:00 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2004-04-20 16:00 UTC (permalink / raw)
  To: roland.winistoerfer; +Cc: insight

On Tue, 2004-04-20 at 02:57, Roland Winistörfer wrote:
> 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'

Looks like something to do with ncurses in one of gdb's subdirectories.
I know I just built HEAD on cygwin a couple of days ago. Have you tried
that? Maybe there's a fix in there. (Web search?)

If not, your best recourse is to ask on the gdb list since the
compilation failure occurs in one of gdb's directories.

Keith

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-20 16:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-20  8:57 Inside 6.1 build problem Roland Winistörfer
2004-04-20 16:00 ` Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).