This is the mail archive of the insight@sourceware.org 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: Trouble compiling Insight 6.6 on cygwin



> From: dave.korn@artimi.com
> To: linux_sunil@hotmail.com; insight@sourceware.org
> Subject: RE: Trouble compiling Insight 6.6 on cygwin
> Date: Fri, 21 Sep 2007 16:49:37 +0100
>
> On 21 September 2007 16:36, Sunil Kulkarni wrote:
>
>> tclAppInit.o: In function `Tcl_AppInit':
>> /home/skulkarni/dld/insight-6.6/tcl/win/tclAppInit.c:139: undefined
>> reference to `__imp__Tcl_Init'

[... snipped ...]

>>
>> There is a similar question in the archive [in 2003] but no answer :-(
>> I checked libtcl84.a and it does *not* have these symbols.
>
>
> What output do you see from "cygcheck -f /lib/libtcl84.a" ? I have this
> version:
>
> /gnu/gdb/gdb-6.6 $ cygcheck -f /lib/libtcl84.a
> tcltk-20060202-1
>
> and it certainly does have the various functions listed:
>
> /gnu/gdb/gdb-6.6 $ nm /lib/libtcl84.a | grep Async
> 00000000 T _Tcl_AsyncReady
> 00000000 I __imp__Tcl_AsyncReady

Thanks Dave. My /lib/libtcl84.a is same version as yours and indeed
contains the required symbols. Insight was using a local copy of
libtcl84.a from tcl/win/ directory. That copy did not have these 
symbols. I could compile by replacing that local copy with /lib/libtcl84.a

Now that I got Insight 6.6 to compile, I am running into other
problems when using it with remote target. I will save that question
for another thread :-)

Thanks much,
Sunil



[... snipped ...]

_________________________________________________________________
Kick back and relax with hot games and cool activities at the Messenger Café.
http://www.cafemessenger.com?ocid=TXT_TAGLM_SeptWLtagline


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