This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project.


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

RE: Error while making insight-5.0


The output from nm follows:

bash-2.04$ nm libtix4180.a | grep Tix_Init
00000000 T _Tix_InitScrollInfo
00000000 I __imp__Tix_InitScrollInfo
00000000 T _Tix_Init
00000000 I __imp__Tix_Init
bash-2.04$

-----Original Message-----
From: Jonathan Larmour [mailto:jlarmour@redhat.co.uk]
Sent: den 3 juli 2000 13:21
To: Karlsson Andreas
Cc: ecos-discuss@sourceware.cygnus.com
Subject: Re: [ECOS] Error while making insight-5.0


Andreas.Karlsson@combitechsystems.com wrote:
> libgdb.a(gdbtk.o): In function `gdbtk_init':
> /src/gdb/insight-5.0/gdb/gdbtk/generic/gdbtk.c:433: undefined reference to
> `Tix_Init'
> /src/gdb/insight-5.0/gdb/gdbtk/generic/gdbtk.c:435: undefined reference to
> `Tix_Init'

Is there a file tix/win/tcl8.0/libtix4.1.8.0.a in your build tree? If so,
run the command:

nm tix/win/tcl8.0/libtix4.1.8.0.a | grep Tix_Init

Does that indicate the symbol is there?

If not, go into the tix subdirectory and type "make clean". Then go back up
and rerun the "make -w all ...."

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

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