I'm trying to create a map file for a shared library. The command the average user would expect is "ld -Map <mapfile.map> <library.so>" Unfortunately, this creates a virtually empty symbol file. I've already tried --cref but that doesn't actually give you the addresses of the functions/variables.
!!HELP!! Chris