Hi Anton,
On 7 Apr 2008, at 15:27, Anton Ertl wrote:
> > The function lt_dlopenadvise is mentioned several times in the
> documentation, but is not documented.
D'oh! I'll put my brown bag back on :-( Thanks for the report :-)
Fixed in CVS now.
Cheers,
Gary
Gary Vaughan,
Unf. The documentation is incorrect and you just added more
incorrectness.
The API is *not*
lt_dlhandle lt_dlopenadvise (const char *filename,
lt_dladvise *advise)
Check ltdl.h:
lt_dlhandle lt_dlopenadvise (const char *filename,
lt_dladvise advise);
^^^^^ no pointer here!!!
See my earlier post on 4/10
http://lists.gnu.org/archive/html/bug-libtool/2008-04/msg00032.html
for more details.