libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

IRIX and -LANG flags


From: Ossama Othman
Subject: IRIX and -LANG flags
Date: Tue, 9 Jul 2002 18:46:43 -0700
User-agent: Mutt/1.3.28i

Hi,

This following was reported on the Debian BTS:

File: /usr/share/libtool/ltmain.sh

      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
      # so, if we see these flags be careful not to treat them like -L
      -L[A-Z][A-Z]*:*)
        case $with_gcc/$host in
        no/*-*-irix* | no/*-*-nonstopux*)
          compile_command="$compile_command $arg"
          finalize_command="$finalize_command $arg"
          ;;
        esac
        continue
        ;;

 when compiling with gcc, $with_gcc is set to yes.  when compiling with
 the MIPSpro compiler collection, $with_gcc is empty, not "no".  The
 effect is that libtool removes all the -LANG options from the compiler
 line.

Is this still a problem with libtool 1.4.2 and libtool HEAD?

See the following for the original report:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=122226&repeatmerged=yes

Thanks,
-- 
Ossama Othman <address@hidden>
Distributed Object Computing Laboratory, Univ. of California at Irvine
1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068  70E6 5EB7 5E71 F7A3 94A8



reply via email to

[Prev in Thread] Current Thread [Next in Thread]