Adding additional system paths to a custom GCC
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: Adding additional system paths to a custom GCC
- From: Tim Schumacher <schumact@xxxxxxxxx>
- Date: Thu, 15 Nov 2012 21:14:41 -0700
- Comment: DKIM? See http://www.dkim.org
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
- User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120911 Thunderbird/15.0.1
Hi All,
I am using Fedora linux. I would like to build a gcc-4.7.2 with
additional "system paths". Meaning, I have an installation of the Boost
C++ libraries installed at /usr/local/boost-1.52.0 and I would like to
build a gcc that treats the boost include and lib dirs as system paths
so that I don't have to specify -I and -L on all command lines compiling
programs that use boost. I'm guessing there is some easy way to do this
at configure time for GCC? I guess one way would be to re-build the
boost libraries with the new compiler and specify the same --prefix that
I used for the GCC tools. Any thoughts on this would be greatly
appreciated!
Thanks in advance!
Tim
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]