On Monday 11 March 2002 18:25, Luc Foisy wrote: > What is my problem here? And what is my solution? Hi! I don't know if this can help. You may have set the LD_PRELOAD variable. I had some problem with the virtual machine with LD_PRELOAD set (the compiler works without errors). Try to disable it, you can do in a script such as that: __________________ #!/bin/sh # java wrapper unset LD_PRELOAD java $@ __________________ Maybe someone else in the list can give a better solution. Ciao, Mario -- --------------------------------------------------------------------------- Computers are like air conditionners, they stop working if you open windows --------------------------------------------------------------------------- Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html