hi derek,
thanks for the quick reply.
LDFLAGS="-lnsl -lintl -L/usr/ucblib -lucb" bash ./configure --disable-static
--disable-error-on-warning
where can i found the mentioned workarounds?
benjamin
Derek Atkins <[EMAIL PROTECTED]> schrieb am 07.05.04 15:21:13:
>
> This error tends to imply a li
Hmm, ok.. So add -lnsl back in.. Where does that get you?
-derek
<[EMAIL PROTECTED]> writes:
> following your input configure breaks with:
> ...
> checking for __db185_open in -ldb-4.1... no
> checking for __db185_open in -ldb-4.2... no
> checking for __db185_open in -ldb... no
> configure: er
following your input configure breaks with:
...
checking for __db185_open in -ldb-4.1... no
checking for __db185_open in -ldb-4.2... no
checking for __db185_open in -ldb... no
configure: error: Your db library is missing db 1.85 compatibility mode
tail -30 config.log
__db185_open()
; return 0; }
Hmm.. You shouldn't need to specify your compile against
-lnsl, nor should you need to compiled against -lucb.
OTOH, it's possible that solaris/x86 isn't properly
supported by some of the compile tools.
FTR, I do:
CPPFLAGS=-D_nl_domain_bindings=libintl_nl_domain_bindings__ LD=gcc ./configure ...
This error tends to imply a libintl problem.
What arguments did you provide to configure?
FTR, I had to provide a number of workarounds to get it to compile
on Solaris 9.
-derek
benjamin <[EMAIL PROTECTED]> writes:
> Hi,
>
> first of all, i want to thanks you all of you involved in this proje
Hi,
first of all, i want to thanks you all of you involved in this project for this
very usefull software.
I tried to compile gnucash 1.8.9 and 1.8.8 on solaris 10 x86 using gcc 3.3.3
with solaris as and ld.
All the dependencies are build and configured ok. The compile process ended with
the fo