Issue Details (XML | Word | Printable)

Key: STDCXX-488
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Eric Lemings
Reporter: Andrew Black
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

[Mac OS X/Darwin] RPATH not defined in makefile.in

Created: 18/Jul/07 03:29 PM   Updated: 11/Jun/08 05:58 PM
Return to search
Component/s: Build and Installation
Affects Version/s: 4.2.0, 4.2.1
Fix Version/s: 4.2.2

Time Tracking:
Original Estimate: Not Specified
Remaining Estimate: 0h
Time Spent - 2.17h
Time Spent: 2.17h
Time Spent - 2.17h

Environment: All Mac OS X and Darwin platforms, dynamic builds

Severity: Runtime Error
Resolved: 18/Mar/08 09:07 PM
Resolution Date: 11/Jun/08 05:57 PM


 Description  « Hide
When configuring a build on Mac OS X and Darwin, the generated makefile.in doesn't define a value for the RPATH makefile variable. As a result, the path to the library directory isn't embedded into the build. In turn, this leads to failures running the generated executables in dynamic builds.

A placeholder workaround is to define DYLD_LIBRARY_PATH.

The correct resolution is to determine the correct value for the RPATH variable.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Eric Lemings logged work - 02/Jun/08 08:56 PM
Time Worked: 0.17h
<No comment>
Eric Lemings logged work - 11/Jun/08 05:58 PM
Time Worked: 2h
<No comment>