Problem Compiling Java
Christian Thalinger
christian.thalinger at gmail.com
Sun Jan 11 04:52:23 PST 2009
On Sun, 2009-01-11 at 13:28 +0100, Mark Wielaard wrote:
> Hi Christian,
>
> On Sat, 2009-01-10 at 10:50 +0100, Christian Thalinger wrote:
> > On Fri, 2009-01-09 at 10:13 -0800, Eric Richardson wrote:
> > > incorrect classpath:
> > > hotspot-tools/com/sun/codemodel/internal/ClassType.java
> >
> > AFAIK this happens because of using:
> >
> > -bootclasspath ''
> >
> > in the Makefile. There seems to be some escape problem. I once wanted
> > to fix it but... Mark said something about the fix not being properly...
> > or something like that... I can't remember.
>
> I cannot remember what this was precisely. Could you post a pointer to
> your fix? I am sure we can work out something that works for all
> compilers.
I simply escaped them once:
-bootclasspath \'\'
At least that worked on my box.
- Christian
More information about the distro-pkg-dev
mailing list