Bug 79669 - Need to be able to prepend and append entries to environment variables
Summary: Need to be able to prepend and append entries to environment variables
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.2
Platform: unspecified Solaris
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-15 01:39 UTC by Aaron Williams
Modified: 2005-11-29 14:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.