This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Making GCC 2.95.2 Problems


> 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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]