The IRIX C/C++ compiler accepts aguments of the form "-LANG:std". Options of this form must be specified in order to compile and link C++ code, and possibly strict ANSI code. Unfortunately, libtool parses these options as being linker path options and does not supply them properly to the compiler and linker. The appropriate fix to this problem is for libtool to verify that the specified directory exists prior to deciding that this is a normal -L option, otherwise the option should be passed on to the compiler and linker. Thanks, Bob ====================================== Bob Friesenhahn [EMAIL PROTECTED] http://www.simplesystems.org/users/bfriesen
- Re: 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