Re: -export-* usage when linking program

2008-02-25 Thread Daniel Sands
I've looked through that part of Libtool due to AIX issues and discovered that export-symbols and its counterpart are not used for linking programs at all. Only for libraries. I don't know if this is intended behavior, but it is the way libtool does things, even with 2.1 Hi all, I'm runni

-export-* usage when linking program

2008-02-25 Thread Leon
Hi all, I'm running libtool 1.5.24 on linux (binutils 2.18) in link mode to link C program with plugins. And I want to use -export-symbols to export plugin API to plugins via standard linker without reinventing dynamic linker (e.g. pass plugin some structure full of pointers to functions). W