In recent libtool version lt_dlforeach function was dropped as part of 
deprecated API.

What function is able to replace the same functionality, now?

Trying to build gcc suite with new libltdl, it has such code:

  lookup_data data;
  data.symname = symname;
  data.result = NULL;
  lt_dlforeach (find_symbol, (lt_ptr) &data);
  return data.result;

Thanks,
-- 
Arkadiusz Miƛkiewicz        PLD/Linux Team
arekm / maven.pl            http://ftp.pld-linux.org/


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to