[cmake-developers] [CMake 0015862]: Compiles to obj intead of to o object files
Mantis Bug Tracker
mantis at public.kitware.com
Wed Nov 25 02:16:11 EST 2015
The following issue has been SUBMITTED.
======================================================================
https://public.kitware.com/Bug/view.php?id=15862
======================================================================
Reported By: julian1844
Assigned To:
======================================================================
Project: CMake
Issue ID: 15862
Category: CMake
Reproducibility: always
Severity: feature
Priority: normal
Status: new
======================================================================
Date Submitted: 2015-11-25 02:16 EST
Last Modified: 2015-11-25 02:16 EST
======================================================================
Summary: Compiles to obj intead of to o object files
Description:
When compiling a library by mingw C++ (all recent versions), it produces object
files with the obj file extension instead of the expected o extension. The
problem is that the linker (ld) cannot link the resulting library because it
contains obj files, while it expects o files.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2015-11-25 02:16 julian1844 New Issue
======================================================================
More information about the cmake-developers
mailing list