Bug 59725 - linker error: precompiled object not linked in
Summary: linker error: precompiled object not linked in
Status: NEW
Alias: None
Product: APR
Classification: Unclassified
Component: APR-iconv (show other bugs)
Version: 1.2.1
Hardware: PC Windows NT
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache Portable Runtime bugs mailinglist
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2016-06-19 22:25 UTC by Stefan
Modified: 2019-01-11 05:59 UTC (History)
1 user (show)



Attachments
patch to add missing obj-file to linker command (604 bytes, patch)
2016-06-19 22:25 UTC, Stefan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan 2016-06-19 22:25:49 UTC
Created attachment 33965 [details]
patch to add missing obj-file to linker command

Trying to compile APR-util 1.5.4 using nmake with VS 2015 (Update 2) causes the following error when it tries to build APR-iconv (1.2.1):

adobe-stdenc.obj : error LNK2011: precompiled object not linked in; image may not run

As far as I can see the pch-object file is missing to be passed on to the linker command. The applied patch resolves that.