"Gansser, Martin" <[EMAIL PROTECTED]> writes:

> gcc uses on hpux the native ld, there is no GNU ld available.

That's fine, but that isn't the issue...

> I do the following as you suggest, but a new error message appears:
> 
> prounix_root:/opt/gnucash/bin # ./gnucash
> /usr/lib/dld.sl: Unresolved symbol: __divdi3 (code)  from 
>/opt/gnucash/lib/gnucash/libgncmod-app-utils.sl.0
> IOT Abfrage (Hauptspeicherauszug ausgegeben)

*SIGH*

I have no clue was /usr/lib/dld.sl is..  However what this means
is that your local compiler is doing something special, and GCC
is also doing something special.  SO..  What you probably need to
do is something like:


        rm config.cache
        rm libtoo
        env LIBS=-lgcc ./configure ...
        make clean
        make all
        make install

Note that you may need to provide the full path to your copy of
libgcc.  Try this and see if it fixes it....

> Martin

-derek

-- 
       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
       [EMAIL PROTECTED]                        PGP key available
_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel

Reply via email to