--On Fri, Jun 5, 1998 4:33 pm -0500 "Michael Jinks" <[EMAIL PROTECTED]>
wrote:
> . . . which might explain why ./configure finds my gif libraries, since
for some
> reason they _are_ in /usr/lib, but the rest are in /usr/local/lib. Where
does
> ./configure decide/get told where to look for lib's? I looked at the
configure
> script itself but it's way beyond me.
>
> Someone (I think MJ) suggested that I was almost there when I hacked all
my bogus
> #undef's to #defines, but I needed to edit a link line -- what's a link
line and
> what do I need to do to it?
I really don't advise that..
You shouldn't need to hack C files. The configure script should do it all
for you. If you change something like that by hand, you risk not realising
about other things which might also need to stay 'in sync'.
Libraries generally go into /usr/lib if you rpm them in or dpkg them in, and
/usr/local/lib if you install them by hand. This is fine - and useful, it
enables you to see what you've done yourself.
I recommend, as I have before, that you get rpms for every lib you can
(you're RH, right?) and, for this libs where you did find rpms, delete them
from /usr/local.
Then, rerun ldconfig (shouldn't be necessary, but does no harm) and rebuild
imlib from scratch. All should then be well.
If you're having to hack around imlib's header files, then you probably have
a fundamental problem lying around somewhere (is /usr/local/lib in you
/etc/ld.conf?)
Jules
/----------------+-------------------------------+---------------------\
| Jelibean aka | [EMAIL PROTECTED] | 6 Evelyn Rd |
| Jules aka | | Richmond, Surrey |
| Julian Bean | [EMAIL PROTECTED] | TW9 2TF *UK* |
+----------------+-------------------------------+---------------------+
| War doesn't demonstrate who's right... just who's left. |
| When privacy is outlawed... only the outlaws have privacy. |
\----------------------------------------------------------------------/
-
To unsubscribe from this list send mail to: [EMAIL PROTECTED]
with the message contents: unsubscribe e-develop