Re: CXXFLAGS and linking

2003-01-23 Thread Guido Draheim
William S Fulton schrieb: Guido Draheim wrote: William S Fulton schrieb: I see that CXXFLAGS and AM_CXXFLAGS gets passed to the linker ($CXXLINK). This doesn't seem correct as the C++ flags aren't necessarily appropriate for linking. This isn't consistent with the per-program _CXXFLA

Re: CXXFLAGS and linking

2003-01-23 Thread Braden McDaniel
Quoting William S Fulton <[EMAIL PROTECTED]>: > I see that CXXFLAGS and AM_CXXFLAGS gets passed to the linker > ($CXXLINK). This doesn't seem correct as the C++ flags aren't > necessarily appropriate for linking. This isn't consistent with the > per-program _CXXFLAGS which do not get passed to

CXXFLAGS and linking

2003-01-23 Thread William S Fulton
I see that CXXFLAGS and AM_CXXFLAGS gets passed to the linker ($CXXLINK). This doesn't seem correct as the C++ flags aren't necessarily appropriate for linking. This isn't consistent with the per-program _CXXFLAGS which do not get passed to the linker. Is this all as intended? Cheers Will