m> I try to compile wx-trunk with --enable-debug but the .so filesare
m> always compiled without 'd' sufffix.
m>
m> Can you help me?
There is no problem to help with, the 'd' suffix is simply not used any
more under Unix. If you used --enable-debug your libraries do have debug
support enabled and debug information generated for them but as they are
now binary compatible with the libraries compiled without debug, there is
no need to use a separate name for them.
Regards,
VZ