MantisBT - CMake
View Issue Details
0004267CMakeCMakepublic2007-01-02 21:292016-06-10 14:30
David Garza 
Bill Hoffman 
lowminoralways
closedmoved 
 
 
0004267: Improper +b flag passed to HP f90
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
No tags attached.
duplicate of 0000158closed Bill Hoffman HP cc has a problem with rpath 
Issue History
2008-01-10 17:31Alex NeundorfNote Added: 0010135
2008-01-10 17:31Alex NeundorfRelationship addedduplicate of 0000158
2016-06-10 14:27Kitware RobotNote Added: 0041340
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0010135)
Alex Neundorf   
2008-01-10 17:31   
This is basically the same as 0000158 .

Alex
(0041340)
Kitware Robot   
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.