--- Andy Dougherty <[EMAIL PROTECTED]> wrote:
> > ICU libs are in /usr/local/lib
> 
> > /usr/local/lib is in my path
> 
> Which "path"?  Do  you mean LD_LIBRARY_PATH or do
> you mean PATH?
> 
> PATH is irrelevant.  That's the set of directories
> used by /bin/sh
> (or equivalent) to find executable programs.

I know that.  You know that.  Cygwin doesn't know
that.  It was one of the many oddities I found when
working with Cygwin.  Unfortunately, after working
with it for a year, I had re-programmed my brain.

> 
> This looks to me like a LD_LIBRARY_PATH issue.  One
> simple fix
> is to set the environment variable
>       LD_LIBRARY_PATH=/usr/local/lib
>       export LD_LIBRARY_PATH
> (in Bourne shell syntax).
> 
> Does that help?

This indeed corrects this problem.

>     Andy Dougherty            [EMAIL PROTECTED]

Salamat!
Joshua Gatcomb
a.k.a. Limbic~Region


                
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

Reply via email to