> > /usr/local/X11R6/bin/libz.dll (new binary downloaded today) and > /usr/local/dx/bin/libz.dll coming from dx installation seem to be > identical with 40960 bytes size. > > I understand that dx will use /bin/libz.dll or /usr/bin/libz.dll as > being the first in my path, but how can I tell dx to use the right > version ? I could replace libz.dll in /bin and /usr/bin but what would > be the Cygwin behaviour in this case ? Also I tried to put > /usr/local/dx/bin at the top of my path, but in this case I can't start > dx (error : not found). Really I have a problem with my path.
Rename all the libz.dll to libz.dll-old, except the one in /usr/X11R6/bin add /usr/X11R6/bin and /usr/local/bin to Bash Path export PATH=/usr/X11R6/bin:/usr/local/bin:$PATH The /usr/local/lib are not needed in paths, for compilation you can add them to LD_LIBRARY_PATH, e.g export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH These are basic UNIX questions and you should be able to get help from a UNIX system admin on your campus. > > I have seen a demo of DX on another computer, and I really would like to > install it on my PC. As I told you on the Cygwin-Xfree mailing list, I > am not very easy with system administration and I greatly appreciate > your help. Thanks again. > > > -- > Richard GRENON > ONERA > Departement d'Aerodynamique Appliquee - DAAP/ACI > BP 72, 92322 CHATILLON CEDEX - FRANCE > phone : +33 1 46 73 42 17 > fax : +33 1 46 73 41 46 > mailto:[EMAIL PROTECTED] > http://www.onera.fr > > >
