Open Register crash on Solaris

Derek Atkins warlord at MIT.EDU
Sun Jun 1 22:18:18 CDT 2003


This implies you did not use the proper compiler/linker, or you
compiled some libraries with the Sun compiler and some with GCC...

Most likely you didn't use GCC as the linker.  You should:

        gmake clean
        env LD=gcc bash ./configure ...
        gmake all install

-derek

Charles Gagnon <charlesg at unixrealm.com> writes:

> I compiled gnucash-1.8.4 on Solaris 8. The system has guile-1.6.4. I started
> gnucash and the 'Accounts' window came up okay. The first account I tried to
> open in a register window crashed gnucash:
> 
> $ gnucash finance/gagnon-2003 &
> [5] 18494
> 
> $ ld.so.1: /usr/local/bin/guile: fatal: relocation error: file /usr/local/lib/gnucash/libgncmod-engine.so.0: symbol __floatdidf: referenced symbol not found
> [5]+  Killed                  gnucash finance/gagnon-2003
> 
> $ file core
> core:           cannot open: No such file or directory
> 
> $ ls -l  /usr/local/lib/gnucash/libgncmod-engine.so.0*
> lrwxrwxrwx    1 root     other          25 May 29 13:34 /usr/local/lib/gnucash/libgncmod-engine.so.0 -> libgncmod-engine.so.0.0.0
> -rwxr-xr-x    1 root     other     2061248 May 29 13:34 /usr/local/lib/gnucash/libgncmod-engine.so.0.0.0
> 
> Any ideas?
> 
> -- 
> Charles Gagnon                   | My views are my views and they
> http://unixrealm.com             | do not represent those of anybody
> charlesg at unixrealm.com        | but me.
> 
>    Variety is the spice of life: one day ignore people, the next day annoy
>    them.
>         -- A cat's guide to life
> _______________________________________________
> gnucash-devel mailing list
> gnucash-devel at lists.gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list