libtool-patches
[Top][All Lists]
Advanced

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

Re: Multiple test failures with --disable-shared


From: Ralf Wildenhues
Subject: Re: Multiple test failures with --disable-shared
Date: Fri, 11 Jun 2010 06:05:08 +0200
User-agent: Mutt/1.5.20 (2009-10-28)

Hi Peter,

* Peter O'Gorman wrote on Fri, Jun 11, 2010 at 05:04:55AM CEST:
> +     Create reloadable object files with non-pic objects too.
> +     * libltdl/config/ltmain.m4sh: When not building a shared
> +     library, use the non-pic objects to create a reloadable
> +     object, because pic objects do not exist.

> diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
> index 9e6646f..5906552 100644
> --- a/libltdl/config/ltmain.m4sh
> +++ b/libltdl/config/ltmain.m4sh
> @@ -7180,6 +7180,9 @@ EOF
>       fi
>        fi
>  
> +      # If we're not building shared, we need to use non_pic_objs
> +      test "$build_libtool_libs" != yes && libobjs="$non_pic_objects"

Don't you miss $objs here then?

Guess that question means our testsuite coverage needs improvement here.

>        # Create the old-style object.
>        reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED 
> "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### 
> testsuite: skip nested quoting test

Thanks,
Ralf



reply via email to

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