MantisBT - CMake | ||||||||||
| View Issue Details | ||||||||||
| 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 | |||||||||
| Steps To Reproduce | ||||||||||
| Additional Information | ||||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | ||||||||||
| 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 | |||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||