| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0004267 | CMake | CMake | public | 2007-01-02 21:29 | 2016-06-10 14:30 | ||||
| Reporter | David Garza | ||||||||
| Assigned To | Bill Hoffman | ||||||||
| Priority | low | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0004267: Improper +b flag passed to HP f90 | ||||||||
| Description | I was trying to build a program on an Itanium-2 HP workstation running HP-UX 11.22. The link command CMake produced was f90 ... +b<set of library paths> while the correct form is f90 ... -Wl,+b<set of library paths> The +b is a linker option and it wasn't being passed as one to the compiler. It didn't prevent the compiler from building my application--f90 just complained and built the program anyway. David | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | ||||||
|
||||||
| Relationships |
| Notes | |
|
(0010135) Alex Neundorf (developer) 2008-01-10 17:31 |
This is basically the same as 0000158 . Alex |
|
(0041340) Kitware Robot (administrator) 2016-06-10 14:27 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2008-01-10 17:31 | Alex Neundorf | Note Added: 0010135 | |
| 2008-01-10 17:31 | Alex Neundorf | Relationship added | duplicate of 0000158 |
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041340 | |
| 2016-06-10 14:27 | Kitware Robot | Status | assigned => resolved |
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved |
| 2016-06-10 14:30 | Kitware Robot | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |