Bug 15457 – Symbol Undefined __lseeki64

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2015-12-16T18:29:00Z
Last change time
2016-03-20T07:09:27Z
Assigned to
nobody
Creator
bheads

Comments

Comment #0 by bheads — 2015-12-16T18:29:19Z
Linker error when compiling the following: Windows 10 32bit build Code compiles on dpaste (linux x64) http://dpaste.dzfl.pl/becf89897e3b import etc.c.zlib; void main() { gzclose(null); } >dmd test.d OPTLINK (R) for Win32 Release 8.00.17 Copyright (C) Digital Mars 1989-2013 All rights reserved. http://www.digitalmars.com/ctg/optlink.html C:\D\dmd2\windows\bin\..\lib\phobos.lib(gzlib) Error 42: Symbol Undefined __lseeki64 --- errorlevel 1
Comment #1 by code — 2016-01-17T18:31:58Z
Why is this marked as regression?
Comment #2 by bheads — 2016-01-18T14:50:27Z
The code use to compile but no longer does.
Comment #3 by bugzilla — 2016-03-20T03:44:18Z
Comment #4 by github-bugzilla — 2016-03-20T07:09:26Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/1b6cf80232f19e581f72869a4b339580416dd72d fix Issue 15457 - Symbol Undefined __lseeki64 https://github.com/D-Programming-Language/phobos/commit/e29c39db0354f01bf1fc1b57f2c35131d8982bda Merge pull request #4095 from WalterBright/fix15457 fix Issue 15457 - Symbol Undefined __lseeki64