Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <803EBA39C2C5D211BCEE00805F85C0A5C885D9@mailhost> From: "Boyer,Galen" To: "'Larry Hall (RFK Partners, Inc)'" , "'cygwin AT sourceware DOT cygnus DOT com'" Subject: RE: Making GCC 2.95.2 Problems Date: Tue, 22 Feb 2000 14:07:20 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" > Nothing. Don't use "e:". This is NFS syntax for remote paths. You've > mounted e: to /e so use that instead. That worked just great. Thanks Larry. BTW, thank you very much Earnie for your help this morning. Now, the only thing is that after I installed full.exe, (quite a bit of time ago) from cygnus, I renamed the H-i586-cygwin32, based on a recommendation from http://www.freeyellow.com/members5/gw32/dir1.html (A good getting started layout for developers. I'm guessing now that I misread what this meant. I am a developer using cygnus, not a developer of cygnus) I'm pretty sure that usr needed to be renamed back to H-i586-cygwin32 I did this, untarred and vhalla, I have gcj. Awesome. Now, when I execute "gcj Hello.java" I get the following error. gcj: libgcj.spec: No such file or directory In my .bashrc, I tried the following three configurations: 1) export LD_LIBRARY_PATH=/H-i586-cygwin32/local/lib:$LD_LIBRARY_PATH export CLASSPATH=/H-i586-cygwin32/local/share/libgcj.zip Then I thought the mounting might be a problem, 2) export LD_LIBRARY_PATH=c:/cygnus/cygwin-b20/H-i586-cygwin32/local/lib:$LD_LIBRARY_P ATH export CLASSPATH=c:/cygnus/cygwin-b20/H-i586-cygwin32/local/share/libgcj.zip Then I realized that Larry had given me some advice that would solve the c: issue. 3) export LD_LIBRARY_PATH=/c/cygnus/cygwin-b20/H-i586-cygwin32/local/lib:$LD_LIBRARY_P ATH export CLASSPATH=/c/cygnus/cygwin-b20/H-i586-cygwin32/local/share/libgcj.zip The file, libgcj.spec definitely exists in the referenced directory. I still got the error. What should I do? -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com