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