On Sat, 7 May 2011 08:39:07 -0700 (PDT) Volker Braun <vbraun.n...@gmail.com> wrote:
> On Saturday, May 7, 2011 3:57:02 PM UTC+1, Burcin Erocal wrote: > > > > > Since there is already the standard CFLAGS variable I didn't > > > implement an extra WRAPPER_CFLAGS. > > > > I want the compiler wrapper to handle building programs within the > > prefix without the user having to keep track of the prefix root, > > etc. The prefix should be easy to use as a development environment > > for math software, where all the core libraries are already present. > > > Then why not use CPATH / C_INCLUDE_PATH / CPLUS_INCLUDE_PATH? > > http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/Environment-Variables.html Because I didn't know about them. :) I will change the baselayout-prefix ebuild to add these as default environment variables for the prefix. This saves me having to patch compilerwrapper. Thanks. Are these GCC specific? Are there equivalent parameters for Intel/Sun compilers? Cheers, Burcin -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org