Error with root windows xp/cygwin nt-5.1

Hi,

I get the follwing error when I try to run root in cygwin. I can then create objects but can’t display them. Does anyone know what’s wrong?

Much Thanks,
Bob

Error in TUnixSystem::DynamicPathName: GX11[.so | .sl | .dl | .a | .dll] does not exist in .:c:\cygwin\root/lib


  •                                     *
    
  •    W E L C O M E  to  R O O T       *
    
  •                                     *
    
  • Version 4.04/02 4 May 2005 *
  •                                     *
    
  • You are welcome to visit our Web site *
  •      [root.cern.ch](http://root.cern.ch)            *
    
  •                                     *
    

Compiled for win32gcc.

CINT/ROOT C/C++ Interpreter version 5.15.169, Mar 14 2005
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
Error in TUnixSystem::DynamicPathName: Minuit[.so | .sl | .dl | .a | .dll] does not exist in .:c:\cygwin\root/lib
Error in TUnixSystem::DynamicPathName: Postscript[.so | .sl | .dl | .a | .dll] does not exist in .:c:\cygwin\root/lib
Error in TUnixSystem::DynamicPathName: Html[.so | .sl | .dl | .a | .dll] does not exist in .:c:\cygwin\root/lib

Hi,
set yuor ROOTSYS in unix format, i.e. /cygdrive/c/cygwin/root or simply /root (both are the same dir, as “/” is /cygdrive/c/cygwin/). If that doesn’t help please send the output of “env”, and “ls -l $ROOTSYS/lib”.
Axel.

That works.
Thanks!