On Wed, May 03, 2000 at 02:36:52AM -0300, Alexandre Oliva wrote: > On May 3, 2000, Albert Chin-A-Young <[EMAIL PROTECTED]> wrote: > > > Ok, thanks. However, this raises another problem. > > CXXFLAGS="-Wc,-LANG:std" won't work as the configure tests to make > > sure CC works will fail. > > You'd have to add this flag to LDFLAGS (since it's only to be used at > link time; at compile-time, -LANG:std is supposed to work), and only > just before outputting the Makefiles in configure.in. Ick. Would the best solution be an autoconf test, --with-sgi-std-c++, that does all this? It would add -LANG:std to LDFLAGS at the correct time and make sure libtool got -Wc,-LANG:std. Or, should we just automatically test if the C++ compiler supports -LANG:std and do the right thing? I kinda like this last solution better. -- albert chin ([EMAIL PROTECTED])
- CVS libtool incompatability with IRIX compiler Bob Friesenhahn
- Re: CVS libtool incompatability with IRIX compile... Gary V. Vaughan
- Re: CVS libtool incompatability with IRIX compile... Albert Chin-A-Young
- Re: CVS libtool incompatability with IRIX compile... Alexandre Oliva
- Re: CVS libtool incompatability with IRIX compile... Albert Chin-A-Young
- Re: CVS libtool incompatability with IRIX compile... Alexandre Oliva
- Re: CVS libtool incompatability with IRIX compile... Albert Chin-A-Young
- Re: CVS libtool incompatability with IRIX compile... Albert Chin-A-Young
- Re: CVS libtool incompatability with IRIX compile... Michael Matz
- Re: CVS libtool incompatability with IRIX compile... Alexandre Oliva
- Re: CVS libtool incompatability with IRIX compile... Gary V. Vaughan
- Re: CVS libtool incompatability with IRIX com... Alexandre Oliva
- Re: CVS libtool incompatability with IRIX compile... Michael Matz
- Re: CVS libtool incompatability with IRIX compile... Alexandre Oliva
- Re: CVS libtool incompatability with IRIX compile... Gary V. Vaughan
- Re: CVS libtool incompatability with IRIX com... Albert Chin-A-Young
- Re: CVS libtool incompatability with IRIX compile... Bob Friesenhahn