public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: "Backhaus Willy" <w.backhaus@newage-avkseg.com>
To: <insight@sources.redhat.com>
Subject: RE: Insight build error
Date: Wed, 08 Dec 2004 15:14:00 -0000	[thread overview]
Message-ID: <000301c4dd38$97e76d50$f30210ac@backhaus> (raw)
In-Reply-To: <NUTMEGTIVvLVKi3s1ws000004a2@NUTMEG.CAM.ARTIMI.COM>

ok.. I used --disable-nls, but now I got another error:


rm -f gdb.exe
/bin/gcc -g -O2       -Wl,--subsystem,console \
	-o gdb.exe gdb.o libgdb.a \
	rdi-share/libangsd.a  ../sim/arm/libsim.a ../bfd/libbfd.a
../readline/libreadline.a ../opcodes/libopcodes.a  ../libiberty/libiberty.a
../libgui/src/libgui.a -L/home/backhaus/itcl/itcl -litcl32 -L/home/backhaus/
itcl/itk -litk32 -L/home/backhaus/tk/win -ltk84 -L/home/backhaus/tcl/win -lt
cl84    -lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32 -ltermcap -lm -licon
v ../libiberty/libiberty.a -luser32 -lshell32 -lgdi32 -lcomdlg32 -ladvapi32
libgdb.a(f-lang.o)(.rdata+0x460): In function `f_create_fundamental_type':
/ecos-c/gnutools/src/insight_cvs/src/gdb/f-lang.c:258: undefined reference
to `_f_parse'
libgdb.a(f-lang.o)(.rdata+0x464):/ecos-c/gnutools/src/insight_cvs/src/gdb/f-
lang.c:258: undefined reference to `_f_error'
libgdb.a(jv-lang.o)(.rdata+0x5a0): In function `type_from_class':
/ecos-c/gnutools/src/insight_cvs/src/gdb/jv-lang.c:297: undefined reference
to `_java_parse'
libgdb.a(jv-lang.o)(.rdata+0x5a4):/ecos-c/gnutools/src/insight_cvs/src/gdb/j
v-lang.c:297: undefined reference to `_java_error'
libgdb.a(scm-lang.o)(.rdata+0xe4): In function `scm_get_field':
/ecos-c/gnutools/src/insight_cvs/src/gdb/scm-lang.c:82: undefined reference
to `_c_error'
libgdb.a(p-lang.o)(.rdata+0x3e0): In function `pascal_printstr':
/ecos-c/gnutools/src/insight_cvs/src/gdb/p-lang.c:188: undefined reference
to `_pascal_parse'
libgdb.a(p-lang.o)(.rdata+0x3e4):/ecos-c/gnutools/src/insight_cvs/src/gdb/p-
lang.c:188: undefined reference to `_pascal_error'
libgdb.a(m2-lang.o)(.rdata+0x500): In function `m2_create_fundamental_type':
/ecos-c/gnutools/src/insight_cvs/src/gdb/m2-lang.c:251: undefined reference
to `_m2_parse'
libgdb.a(m2-lang.o)(.rdata+0x504):/ecos-c/gnutools/src/insight_cvs/src/gdb/m
2-lang.c:251: undefined reference to `_m2_error'
libgdb.a(objc-lang.o)(.rdata+0x640): In function `objc_printchar':
/ecos-c/gnutools/src/insight_cvs/src/gdb/objc-lang.c:324: undefined
reference to `_objc_parse'
libgdb.a(objc-lang.o)(.rdata+0x644):/ecos-c/gnutools/src/insight_cvs/src/gdb
/objc-lang.c:325: undefined reference to `_objc_error'
libgdb.a(c-lang.o)(.text+0xafc): In function `c_preprocess_and_parse':
/ecos-c/gnutools/src/insight_cvs/src/gdb/c-lang.c:471: undefined reference
to `_c_parse'
libgdb.a(c-lang.o)(.rdata+0x564): In function `c_create_fundamental_type':
/ecos-c/gnutools/src/insight_cvs/src/gdb/c-lang.c:255: undefined reference
to `_c_error'
libgdb.a(c-lang.o)(.rdata+0x644):/ecos-c/gnutools/src/insight_cvs/src/gdb/c-
lang.c:290: undefined reference to `_c_error'
libgdb.a(c-lang.o)(.rdata+0x6c4):/ecos-c/gnutools/src/insight_cvs/src/gdb/c-
lang.c:305: undefined reference to `_c_error'
libgdb.a(c-lang.o)(.rdata+0x744):/ecos-c/gnutools/src/insight_cvs/src/gdb/c-
lang.c:320: undefined reference to `_c_error'
libgdb.a(ada-lang.o)(.text+0xdc0c): In function `parse':
/ecos-c/gnutools/src/insight_cvs/src/gdb/ada-lang.c:8693: undefined
reference to `_ada_parse'
libgdb.a(ada-lang.o)(.rdata+0x2624): In function
`ada_value_primitive_packed_val':
/ecos-c/gnutools/src/insight_cvs/src/gdb/ada-lang.c:1828: undefined
reference to `_ada_error'
collect2: ld returned 1 exit status
make[1]: *** [gdb.exe] Error 1
make[1]: Leaving directory `/home/backhaus/gdb'
make: *** [all-gdb] Error 2
make: Leaving directory `/home/backhaus'




> -----Original Message-----
> From: Dave Korn [mailto:dk@artimi.com]
> Sent: Wednesday, December 08, 2004 1:22 PM
> To: 'Backhaus Willy'; insight@sources.redhat.com
> Subject: RE: Insight build error
>
>
> > -----Original Message-----
> > From: insight-owner On Behalf Of Backhaus Willy
> > Sent: 08 December 2004 12:10
>
> > hello,
> >
> > I'm trying to build Insight from cvs.
> > following error message comes:
>
> > make[2]: *** No rule to make target `../../intl/libintl.a',
> > needed by `run'.
> > Stop.
>
> ./configure --disable-nls usually fixes this kind of problem.
>
> > I use cygwin and Win2000.
>
>   This is rapidly becoming a FAQ.
>
>     cheers,
>       DaveK
> --
> Can't think of a witty .sigline today....
>
>

  reply	other threads:[~2004-12-08 15:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-08 12:10 Backhaus Willy
2004-12-08 12:23 ` Dave Korn
2004-12-08 15:14   ` Backhaus Willy [this message]
2004-12-08 18:27     ` Keith Seitz
2004-12-14 17:54       ` Insight build error - success Backhaus Willy
2004-12-14 18:18         ` Keith Seitz
2005-05-02 13:16 Insight build error neuwald
2005-05-02 13:51 ` Fernando Nasser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000301c4dd38$97e76d50$f30210ac@backhaus' \
    --to=w.backhaus@newage-avkseg.com \
    --cc=insight@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).