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]

RE: Insight build error


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....
>
>


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