Bug 79669

Summary: Need to be able to prepend and append entries to environment variables
Product: [Applications] kdevelop Reporter: Aaron Williams <aaronw>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED NOT A BUG    
Severity: wishlist    
Priority: NOR    
Version: 3.0.2   
Target Milestone: ---   
Platform: unspecified   
OS: Solaris   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Aaron Williams 2004-04-15 01:39:49 UTC
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.
Comment 1 Amilcar do Carmo Lucas 2005-11-29 14:59:15 UTC
You can do that in the configure options, and the run options.