[antlr-interest] Re: ANTLR build and package layout

reidr <reidr at bigfoot.com> reidr at bigfoot.com
Wed Jan 15 23:16:34 PST 2003


--- In antlr-interest at yahoogroups.com, "Schaefer, Doug"
<dschaefer at r...> wrote:
> Hey all,
> 
> I did this a month or so ago.  The problem is that there is an
assumption in
> the configure script that the CLASSPATH separator was ":".  However
on
> Windows, it is ";" (to allow for drive letters, I guess).  If you
change the
> following line in the configure script, you'll be OK:
> 
> 	CLASSPATH=CLASSPATH:.
> 
> to
> 
> 	CLASSPATH=CLASSPATH;.

I just ran into this problem myself.  I normally run on Linux, but I'm
porting to cygwin.  Does anyone know of a good fix?  (Editing
configure just doesn't feel right!)  It sounds like more of an
autoconf problem.  Is that true?

Thanks,
Reid


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list