Hi, I tried to configure with --enable-symbols to build with symbolic generation. Here is my command line:
./configure \ --with-dmake-url= http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 \ --with-epm-url= http://www.msweet.org/files/project2/epm-3.7-source.tar.gz \ --disable-odk \ --disable-binfilter \ --with-lang="en-US zh-TW" \ --enable-symbols Then in the module I wanted to debug, I built with build debug=t dbglevel=0 && deliver However gdb still told me that there was no debugging symbols found. Do I have to build all with debug=t to in order to get symbolic tables? What are the necessary and not necessary steps? Please suggest. Thanks. Best Regards