[EMAIL PROTECTED] writes:
> BTW, the order in which libraries appear on the link line *is important*
> They are searched, left to right, for missing symbols. Thus, for example,
> if libuhoh uses the mathlib sin() function, then
>
> cc junk.c -lm -luhoh will fail, while
> cc junk.c -luhoh -lm will link fine.
>
> That was the source of another bug I just fixed ...
OK, well it looks like most of the linking problems are about to get
easier. The new gnome config code uses "gnome-config" to get all the
CFLAGS and LIBS arguments, and I just heard that guile has added a
guile-config to the current version. If we use that, then we won't
have to monkey around with the guile tests in configure.in anymore...
--
Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930
----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body