Ross Burton wrote: > I tried just using $export_dynamic_flag_spec in the configure.ac > directly, but that refers to ${wl} which isn't defined by libtool inside > the configure run. :/ Any cunning plans for how this could work with > libtool 2.2?
Something like: wl=$lt_prog_compiler_wl eval gtk_export_dynamic=\"$export_dynamic_flag_spec\" For C++, it would be wl=$lt_prog_compiler_wl_CXX etc. Peter -- Peter O'Gorman http://pogma.com _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool