Alonso,

I would suggest searching your system for all installed files for sword. 
  For example:

/usr/local/include/sword
/usr/include/sword
/usr/lib/libsword*
/usr/lib64/libsword*
/usr/local/lib/libsword*
etc...

Removing EVERYTHING.

Then compiling again from scratch with:

make distclean
./autogen.sh
./usrinst.sh
make
cd utilities
make
./imp2ld ....

It sounds like you might have conflicting libraries or include files or 
something.

if things still fail, it would be useful to get the smallest segment of 
your imp data file that still breaks the app.

It would also be useful to see a backtrace from gdb.  For example:

gdb ./imp2ld
r <arguments here>
[after crashes]
bt



Thank you for taking the time to report this.

        -Troy.





Alonso Graterol wrote:
>     Message: 6
>     Date: Sat, 05 Jan 2008 17:54:02 -0800
>     From: Chris Little < [EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>
>     Subject: Re: [sword-devel] Problems with imp2ld not responding
>     To: SWORD Developers' Collaboration Forum <
>     [email protected] <mailto:[email protected]> >
>     Message-ID: <[EMAIL PROTECTED]
>     <mailto:[EMAIL PROTECTED]>>
>     Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
>     I also see no problem with imp2ld and would recommend upgrading to the
>     latest build that I just posted.
> 
>     --Chris
> 
> 
> 
>     I just installed svn build with no different result than before. 
> Same symptoms. I did not say it before, I'm running kernel 2.6.22.15 
> <http://2.6.22.15>
>     After trying svn version and uninstall it I installed version 1.5.8. 
> This was the last one ran successfully on my previous 32bit system 
> running kernel 2.6.14.3 <http://2.6.14.3>. Unfortunately  now I receive 
> a segmentation fault instead of symptoms described in previous post.
>     If I can be of further help to solve this issue please let me know.
> 
> Update:  nightly win32 version build works fine
> 
> Alonso
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> sword-devel mailing list: [email protected]
> http://www.crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page


_______________________________________________
sword-devel mailing list: [email protected]
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to