Error 42: Symbol Undefined __lseeki64
Byron Heads via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Dec 17 06:07:35 PST 2015
On Thursday, 17 December 2015 at 04:11:56 UTC, tcak wrote:
> I searched the function "__lseek64" under /usr/include/dmd"
> with "grep -R __lseek64", but nothing is found. I work on Linux
> 64-bit. So, I guess it is either Windows related, or 32bit dmd
> related. "lseek64" is found in "unistd.d", but this doesn't
> solve any problem.
After some testing it seems that
-m32mscoff and -m64 both build correctly so its related to 32bit
dmd on windows
More information about the Digitalmars-d-learn
mailing list