In version 

bash-2.04$ libtool --version
ltmain.sh (GNU libtool) 1.3 (1.385.2.117 1999/04/29 13:07:13)

the following code from libtool seems to choke on getting the right
object file name correct for a file like "foo.bar.cpp"

    # Calculate the filename of the output object if compiler does
    # not support -o with -c
    if test "$compiler_c_o" = no; then
      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\..*$%%'`.${objext}
      lockfile="$output_obj.lock"
      removelist="$removelist $output_obj $lockfile"
      trap "$run $rm $removelist; exit 1" 1 2 15
    else
      need_locks=no
      lockfile=
    fi

it produces output_obj = foo.obj instead of foo.bar.obj

i'm not subscribed to this list if you have a helpful suggestion
or like to point out what i'm missing.

jr

-- 
------------------------------------------------------------------------
Joel W. Reed                                                412-257-3881
-------------The weather is here, wish you were beautiful.--------------


PGP signature

Reply via email to