This is the mail archive of the insight-prs@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]

insight/288: Insight 6.4 can't compile on cygwin


>Number:         288
>Category:       insight
>Synopsis:       Insight 6.4 can't compile on cygwin
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 08 23:03:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     ivan_saraiva@hotmail.com
>Release:        unknown-1.0
>Organization:
>Environment:
pc windows 2000 cygwin
>Description:
gcc -shared -g -O2   -o tcl84.dll -mwin32               -Wl,--out-implib,libtcl8
4.a regcomp.o regexec.o regfree.o regerror.o tclAlloc.o tclAsync.o tclBasic.o tc
lBinary.o tclCkalloc.o tclClock.o tclCmdAH.o tclCmdIL.o tclCmdMZ.o tclCompCmds.o
 tclCompExpr.o tclCompile.o tclDate.o tclEncoding.o tclEnv.o tclEvent.o tclExecu
te.o tclFCmd.o tclFileName.o tclGet.o tclHash.o tclHistory.o tclIndexObj.o tclIn
terp.o tclIO.o tclIOCmd.o tclIOGT.o tclIOSock.o tclIOUtil.o tclLink.o tclLiteral
.o tclListObj.o tclLoad.o tclMain.o tclNamesp.o tclNotify.o tclObj.o tclPanic.o
tclParse.o tclParseExpr.o tclPipe.o tclPkg.o tclPosixStr.o tclPreserve.o tclProc
.o tclRegexp.o tclResolve.o tclResult.o tclScan.o tclStringObj.o tclStubInit.o t
clStubLib.o tclThread.o tclThreadAlloc.o tclThreadJoin.o tclTimer.o tclUtf.o tcl
Util.o tclVar.o tclWin32Dll.o tclWinChan.o tclWinConsole.o tclWinSerial.o tclWin
Error.o tclWinFCmd.o tclWinFile.o tclWinInit.o tclWinLoad.o tclWinMtherr.o tclWi
nNotify.o tclWinPipe.o tclWinSock.o tclWinThrd.o tclWinTime.o  strftime.o strtol
l.o strtoull.o tcl.res.o
Creating library file: libtcl84.a
tclWin32Dll.o: In function `TclpCheckStackSpace':
/usr/src/insight-6.4/tcl/win/tclWin32Dll.c:364: undefined reference to `__except
_checkstackspace_handler'
tclWinChan.o: In function `Tcl_MakeFileChannel':
/usr/src/insight-6.4/tcl/win/tclWinChan.c:1056: undefined reference to `__except
_makefilechannel_handler'
tclWinFCmd.o: In function `DoCopyFile':
/usr/src/insight-6.4/tcl/win/tclWinFCmd.c:558: undefined reference to `__except_
docopyfile_handler'
tclWinFCmd.o: In function `TclpObjRenameFile':
/usr/src/insight-6.4/tcl/win/tclWinFCmd.c:204: undefined reference to `__except_
dorenamefile_handler'
collect2: ld returned 1 exit status
make[3]: *** [tcl84.dll] Error 1
make[3]: Leaving directory `/usr/src/insight-6.4/tcl/win'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/insight-6.4/tcl'
make[1]: *** [all-tcl] Error 2
make[1]: Leaving directory `/usr/src/insight-6.4'
make: *** [all] Error 2
>How-To-Repeat:
run cygwin and after cygwin's prompt...
cd insight-source-directory
./configure
make
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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