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]

Trouble compiling Insight 6.6 on cygwin


Hi,

I get following error when compiling Insight 6.6 on cygwin:

make[3]: Entering directory `/home/skulkarni/dld/insight-6.6/tcl/win'
gcc -g -O2 tclAppInit.o libtcl84.a  \
        tclsh.res.o -o tclsh84.exe -mconsole -mwin32
tclAppInit.o: In function `Tcl_AppInit':
/home/skulkarni/dld/insight-6.6/tcl/win/tclAppInit.c:139: undefined reference to `__imp__Tcl_Init'
/home/skulkarni/dld/insight-6.6/tcl/win/tclAppInit.c:147: undefined reference to `__imp__Tcl_AsyncCreate'
/home/skulkarni/dld/insight-6.6/tcl/win/tclAppInit.c:193: undefined reference to `__imp__Tcl_SetVar'
tclAppInit.o: In function `main':
/home/skulkarni/dld/insight-6.6/tcl/win/tclAppInit.c:252: undefined reference to `__imp__Tcl_Alloc'
/home/skulkarni/dld/insight-6.6/tcl/win/tclAppInit.c:110: undefined reference to `__imp__Tcl_Main'
tclAppInit.o: In function `asyncExit':
/home/skulkarni/dld/insight-6.6/tcl/win/tclAppInit.c:333: undefined reference to `__imp__Tcl_Exit'
tclAppInit.o: In function `sigHandler':
/home/skulkarni/dld/insight-6.6/tcl/win/tclAppInit.c:368: undefined reference to `__imp__Tcl_AsyncMark'
collect2: ld returned 1 exit status


There is a similar question in the archive [in 2003] but no answer :-(
I checked libtcl84.a and it does *not* have these symbols.

Cygwin Info:
$ uname -a
CYGWIN_NT-5.1 Sunil_Kulkarni 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin

Thanks for any help.

Regards,
Sunil

_________________________________________________________________
More photos; more messages; more whatever – Get MORE with Windows Live™ Hotmail®. NOW with 5GB storage.
http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_5G_0907


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