Gnucash 1.8.8 on Solaris 8

Derek Atkins warlord at MIT.EDU
Sat Feb 7 19:21:52 CST 2004


Looks like some of your libraries were compiled with gcc and some
were compiled with Sun's CC -- and you used Sun's linker without
actually linking in libgcc.

You might want to:

    make distclean
    env LD=gcc ./configure ...
    make all install

To make sure you use GCC as the linker.

-derek

Charles Gagnon <charlesg at unixrealm.com> writes:

> I just compiled 1.8.8 on Solaris 8 and running it I ran into problem.  Just
> double-clicking on an account to open a register I got:
>
>     $ gnucash --debug
>
>     gnucash: [D] "files to open: "()
>     gnucash: [D] "starting up (2)."
>     gnucash: [D] "gnc:find-file looking for ""finance-quote-check"" in "("/usr/local/share/gnucash")
>     gnucash: [D] "  checking for ""/usr/local/share/gnucash/finance-quote-check"
>     gnucash: [D] "found file ""/usr/local/share/gnucash/finance-quote-check"
>     gnucash: [D] "gnc:find-file looking for ""finance-quote-helper"" in "("/usr/local/share/gnucash")
>     gnucash: [D] "  checking for ""/usr/local/share/gnucash/finance-quote-helper"
>     gnucash: [D] "found file ""/usr/local/share/gnucash/finance-quote-helper"
>     gnucash: [D] "loading system configuration"
>     gnucash: [D] "gnc:find-file looking for ""config"" in "("/usr/local/etc/gnucash")
>     gnucash: [D] "  checking for ""/usr/local/etc/gnucash/config"
>     gnucash: [D] "found file ""/usr/local/etc/gnucash/config"
>     gnucash: [D] "loading user configuration"
>     gnucash: [D] "Running functions on hook "report-hook
>       #<procedure business-report-function ()>
>     gnucash: [D] "Running functions on hook "startup-hook
>       #<procedure #f ()>
>     gnucash: [D] "Running functions on hook "ui-startup-hook
>       #<procedure gnc:extensions-menu-setup ()>
>     gnucash: [D] "Running functions on hook "add-extension-hook
>       #<procedure add-business-test ()>
>       #<procedure add-log-replay-menu-item ()>
>       #<procedure add-business-items ()>
>       #<procedure gnc:main-window-ui-startup-handler ()>
>       #<procedure gnc:tip-of-the-day-startup-func ()>
>     gnucash: [D] "Running functions on hook "book-closed-hook
>       #<procedure gnc:main-window-book-close-handler (session)>
>     gnucash: [D] "Running functions on hook "book-opened-hook
>       #<procedure import-commodities (session)>
>       #<procedure gnc:main-window-book-open-handler (session)>
>       #<procedure #f (session)>
>     gnucash: [D] "Running functions on hook "ui-post-startup-hook
>       #<procedure business-ui-started ()>
>     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
>     Killed
>
> Any ideas?
>
> I will try to reproduce and maybe backtrace the problem.
>
>
>
>
> -- 
> Charles Gagnon                   | My views are my views and they
> http://unixrealm.com             | do not represent those of anybody
> charlesg at unixrealm.com        | but me.
>
>    The streets are safe in Philadelphia. It's only the people who make
>    them unsafe.
>         -- Frank Rizzo, ex-police chief and mayor of Philadelphia
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at lists.gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>
>

-- 
       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-user mailing list