This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Windows popup/message box?


I don't have a .bashrc file and I tried adding the path to the dll to the
PATH environment variable.
It didn't helped. The solution I listed bellow is currently the only one
that works for me.

Liora


Dave Korn wrote:
> 
> On 31 August 2006 12:43, Liora Milbaum wrote:
> 
>> I found a solution to my problem. As soon as I changed the crontab
>> command to:
>> * * * * * bash --login -c 'perl -e "use GD;"' >& /usr/tmp/test.log
>> 
>> It worked.
> 
> 
>   Ah, your path wasn't set so it couldn't find the dll; I guess your
> .bashrc
> was adding the necessary directory?  You could probably also fix it by
> adding
> the relevant directory to the %PATH% setting in the windows system
> environment
> variables, because then it should be part of $PATH for any cygwin process
> that
> starts, regardless of whether you run a shell and use a startup script.
> 
> 
>     cheers,
>       DaveK
> -- 
> Can't think of a witty .sigline today....
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Windows-popup-message-box--tf2011811.html#a6121546
Sent from the Cygwin Users forum at Nabble.com.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]