[Bug 79669] New: Need to be able to prepend and append entries to environment variables
aaronw at net.com
aaronw at net.com
Thu Apr 15 01:40:07 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=79669
Summary: Need to be able to prepend and append entries to
environment variables
Product: kdevelop
Version: 3.0.2
Platform: unspecified
OS/Version: Solaris
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: kdevelop-devel kdevelop org
ReportedBy: aaronw net com
Version: 3.0.2 (using KDE 3.2.1, compiled sources)
Compiler: gcc version 3.3.3
OS: SunOS (sun4u) release 5.8
It would be very useful if I could have a project override various environment variables like $PATH and $LD_LIBRARY_PATH, for example, to prepend the directory containing the tools.
For example, I want to do something like:
export PATH="/opt/gcc3.3/bin:$PATH"
without having to specify the entire pathname. Otherwise, configure picks up the wrong tools.
More information about the KDevelop-devel
mailing list