NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 117 - Fiji does not build under Cygwin with Win64
Fiji does not build under Cygwin with Win64
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Other
unspecified
PC Windows
: P2 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2009-12-07 09:59 CST by Stephan Preibisch
Modified: 2010-03-13 00:56 CST
0 users

See Also:

Description Stephan Preibisch 2009-12-07 09:59:53 CST
$ ./Build.sh
Building fiji.exe <- fiji.cxx
fiji.o:fiji.cxx:(.text+0x2a60): undefined reference to `__imp___iob'
fiji.o:fiji.cxx:(.text+0x2aad): undefined reference to `__imp___iob'
fiji.o:fiji.cxx:(.text+0x6159): undefined reference to `__errno'
fiji.o:fiji.cxx:(.text+0x738b): undefined reference to `__errno'
fiji.o:fiji.cxx:(.text+0x73a0): undefined reference to `__errno'
fiji.o:fiji.cxx:(.text+0xc2de): undefined reference to `__errno'
fiji.o:fiji.cxx:(.text+0xc339): undefined reference to `__errno'
collect2: ld returned 1 exit status
Could not link fiji.exe: Failed: 1
        in rule fiji.exe <- fiji.cxx
        in rule  <- fiji
Comment 1 Johannes Schindelin 2010-03-13 00:56:31 CST
This is fixed in 'master' (it was fixed by a combination of modifications to Build.sh and precompiling the Fiji launcher and Fiji Build).