View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004267CMakeCMakepublic2007-01-02 21:292016-06-10 14:30
ReporterDavid Garza 
Assigned ToBill Hoffman 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004267: Improper +b flag passed to HP f90
DescriptionI 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
TagsNo tags attached.
Attached Files

 Relationships
duplicate of 0000158closedBill Hoffman HP cc has a problem with rpath 

  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.

 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


Copyright © 2000 - 2018 MantisBT Team