Pierre Ossman wrote:

 * Use the dynamic prefix for the name embedded in the preload module.
   I.e. do a 'sed s/$(STATIC_EXT)\$/$(SHLIB_EXT)/' on the name as it is
   being embedded. Not sure what the obstacles are here. Perhaps some
   problem with breaking existing hacks.


And this would be the patch in the second case.

--
Pierre Ossman                Telephone: +46-13-21 46 00
Cendio AB                    Web: http://www.cendio.com
--- ltmain.sh	Tue Jan  3 17:51:26 2006
+++ /usr/local/share/libtool/ltmain.sh	Mon Dec 19 14:18:24 2005
@@ -4391,7 +4391,7 @@
 
 	  for arg in $dlprefiles; do
 	    $show "extracting global C symbols from \`$arg'"
-	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%' | ${SED} -e 's%[.][^.]*$%%'`$shrext_cmds
+	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
 	    $run eval '$echo ": $name " >> "$nlist"'
 	    $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
 	  done
_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to