On Tuesday, 23 בSeptember 2008, Shachar Shemesh wrote: > Oron Peled wrote: > > Libtool has a standard '-module' option for this which is used during > > linking (--mode=link) and weirdly enough is passed as an argument *after* > > the gcc argument (but parsed and handled by libtool... hmmm). > > > > For the details you'd want to look at: > > info libtool dlopen building > > plugin_la_LDFLAGS = -module -avoid-version > ... > Now I'm wondering what other options libtool has that do not appear in > either libtool --help nor at the manual.
You was probably missled by the man page packaged by Debian (upstream autotools have only info pages). As I said, run: info libtool dlopen building And it will bring you right to the page. The -avoid-version option was new to me, thanks. However, I just checked and it's documented as well (both in the reference section and in: info libtool 'using libltdl' modules Cheers, -- Oron Peled Voice/Fax: +972-4-8228492 [EMAIL PROTECTED] http://www.actcom.co.il/~oron The most exciting phrase to hear in science, the one that heralds new discoveries, is not "Eureka!" (I found it!) but "That's funny ..." -- Isaac Asimov ================================================================To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
