public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Adding additional system paths to a custom GCC
@ 2012-11-16  4:14 Tim Schumacher
  2012-11-16  5:36 ` Ian Lance Taylor
  0 siblings, 1 reply; 5+ messages in thread
From: Tim Schumacher @ 2012-11-16  4:14 UTC (permalink / raw)
  To: gcc-help

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-16 22:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-16  4:14 Adding additional system paths to a custom GCC Tim Schumacher
2012-11-16  5:36 ` Ian Lance Taylor
2012-11-16 20:07   ` Tim Schumacher
2012-11-16 21:33     ` Ian Lance Taylor
2012-11-16 22:08       ` Tim Schumacher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).