bug-libtool
[Top][All Lists]
Advanced

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

bug#60731: configure does not check for space behind "-l"


From: Peter Johansson
Subject: bug#60731: configure does not check for space behind "-l"
Date: Fri, 13 Jan 2023 21:10:21 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

Hi Christian,

On 11/1/23 22:12, Christian Weiss wrote:
However, I found the following in the configure script:

 

  for p in `eval "$output_verbose_link_cmd"`; do

    case ${prev}${p} in

 

    -L* | -R* | -l*)

       # Some compilers place space between "-{L,R}" and the path.

       # Remove the space.

       if test $p = "-L" ||

          test $p = "-R"; then

         prev=$p

         continue

       fi


That shell code is coming from libtool, presumably expanded from the LT_INIT macro. You might have better luck asking on libtool@gnu.org


Cheers,

Peter



reply via email to

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