This is a discussion on exporting symbols from shared library within the AIX Operating System forums, part of the Unix Operating Systems category; --> How can one export symbols from a shared library, we tried using -qexpfile=<filename> while compiling the C++ files and ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| How can one export symbols from a shared library, we tried using -qexpfile=<filename> while compiling the C++ files and while linking gave -bE:<filename> option. But the exports file does not contain any symbols. Has anybody used these options? Thanks Naresh |
| ||||
| Naresh Agarwal wrote: > How can one export symbols from a shared library, we tried using > -qexpfile=<filename> while compiling the C++ files and while linking > gave -bE:<filename> option. But the exports file does not contain any > symbols. Has anybody used these options? > > Thanks > Naresh There's a good redbook on www.redbooks.ibm.com called "Developing and Porting C and C++ Applications on AIX" which should cover this. |