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

Reply via email to