--- ./src/osgDB/ORIG/FileUtils.cpp Sat Feb 9 05:24:38 2002 +++ ./src/osgDB/FileUtils.cpp Thu Mar 14 18:33:41 2002 @@ -64,7 +64,7 @@ #if defined(__CYGWIN__) static const char *s_default_dso_path = "/usr/lib/:/usr/local/lib/:"; #else -static const char *s_default_dso_path = "/usr/lib/:/usr/local/lib/:"; +static const char *s_default_dso_path = "/usr/lib/:/usr/X11R6/lib/:"; #endif // __CYGWIN__ static char *s_filePath = ".:"; #endif