Am Dienstag, 28. Mai 2002 12:05 schrieb Jonas Jensen:
> I don't know how to get a core file.

It might be that your "ulimit -c" value is too low. See "man ulimit" or 
bash(1) for details on this. You also have to compile with the "-g" option 
for g++. I don`t know if --enable-debug does this. To make sure that you are 
compiling with debugging symbols, do something like this:

CXXFLAGS="-g" ./configure
make
make install

Instead of the usual ./configure etc. 
The CXXFLAGS is an environment variable that takes the flags for the g++ 
compiler.

        Arne

-- 
"Protozoa are small, and bacteria are small, but viruses are smaller
than the both put together."

[--- PGP key available on http://www.root42.de/ ---]


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to