MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0006192 | CMake | CCMake | public | 2007-12-21 03:41 | 2007-12-28 15:00 |
Reporter | Felix | ||||
Assigned To | Brad King | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0006192: mingw32-make complains about too long linker; cmd.exe doesn't support longer lines that 2048 chars | ||||
Description | On win32 systems linking failed cause the command line passed to cmd.exe is too long and exceeds cmd.exes poor maximum length. The reason is that the line get's too long cause a huge amount of object files. The link script feature of CMake for linking static libs with lots of objects isn't yet adopted to the linking process of binaries. CMake Version: 2.4.7 Mingw Version: 5.1.3 | ||||
Steps To Reproduce | |||||
Additional Information | Workarround: Link almost all objects into a static lib and link that lib againt the remaining objs. | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2007-12-21 03:41 | Felix | New Issue | |||
2007-12-21 08:26 | Bill Hoffman | Status | new => assigned | ||
2007-12-21 08:26 | Bill Hoffman | Assigned To | => Brad King | ||
2007-12-28 15:00 | Brad King | Status | assigned => closed | ||
2007-12-28 15:00 | Brad King | Note Added: 0010030 | |||
2007-12-28 15:00 | Brad King | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|