libtool
[Top][All Lists]
Advanced

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

Infering the operation mode


From: Albert Chin
Subject: Infering the operation mode
Date: Mon, 8 Jul 2002 20:38:17 -0500
User-agent: Mutt/1.2.5i

>From 1.5 ltmain.in:
  # Infer the operation mode.
  if test -z "$mode"; then
    case $nonopt in
    *cc | *++ | gcc* | *-gcc*)
      mode=link
      for arg
      do
        case $arg in
        -c)
           mode=compile
           break
           ;;
        esac
      done
      ;;

The C compiler on AIX is "xlc". Shoudl this be added to the list
above?

-- 
albert chin (address@hidden)



reply via email to

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