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]

Build failure on MinGW


Hi,

I try to build Insight-6.8-1 on MinGW current version for Windows XP Pro. Compilation fails on SEH:

tclWinChan.o: in function 'Tcl_MakeFileChannel':
C:\MinGW\msys\1.0\home\mips\arm-none-eabi\install\build\tcl\win/../../../insight
-6.8-1/tcl/win/tclWinChan.c:1052: undefined reference 'ESP'
C:\MinGW\msys\1.0\home\mips\arm-none-eabi\install\build\tcl\win/../../../insight
-6.8-1/tcl/win/tclWinChan.c:1052: undefined reference 'EBP'
C:\MinGW\msys\1.0\home\mips\arm-none-eabi\install\build\tcl\win/../../../insight
-6.8-1/tcl/win/tclWinChan.c:1067: undefined reference 'ESP'
C:\MinGW\msys\1.0\home\mips\arm-none-eabi\install\build\tcl\win/../../../insight
-6.8-1/tcl/win/tclWinChan.c:1067: undefined reference 'EBP'
collect2: ld returned 1 exit status
make[3]: *** [tcl84.dll] Error 1
make[3]: Leaving directory `/home/mips/arm-none-eabi/install/build/tcl/win'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/mips/arm-none-eabi/install/build/tcl'
make[1]: *** [all-tcl] Error 2
make[1]: Leaving directory `/home/mips/arm-none-eabi/install/build'
make: *** [all] Error 2

This is my configure command:

$ ./configure --target=arm-none-eabi \
              --prefix=/mingw \
              --enable-interwork \
              --enable-multilib \
              --with-gnu-ld \
              --with-gnu-as \
              --disable-werror

Someone knows how to fix this?

Thanks,
Clemens


      


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