Hi,
First of all, what version of distribution do you use? Sarge or Sid?
>> On Wed, 2 Aug 2006 10:26:43 +0200
>> [EMAIL PROTECTED] (Julien Danjou) said as follows:
>> Please tell me what architecture is used when this problem occurs.
>i386
You mean pure i386? or i386 family like pentium?
And more, what version of building tools including gcc and binutils?
>I guess symbols were stripped, do you have any clue on how to leave
>them?
Woops. You should add "-g" build option to gcc. Please try following
steps.
apt-get source juman
cd juman-5.1
fakeroot ./debian/rules pre-build
cd build-tree/juman-5.1
ulimit -c unlimited
env CFLAGS='-g' ./configure
make
gdb makepat/.libs/makepat dic/core
--
TSUCHIYA Masatoshi
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]