This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Multiple Definitions of
- From: "Ranjit Mathew" <rmathew4lists at hotmail dot com>
- To: <phil dot gonia at verizon dot net>
- Cc: "GCJ" <java at gcc dot gnu dot org>
- Date: Tue, 8 Apr 2003 14:23:35 +0530
- Subject: Re: Multiple Definitions of
- Reply-to: "Ranjit Mathew" <rmathew at hotmail dot com>
> The first which results in the issues I posted here is as follows (a small
> part of a make file.):
>
> com/rbnb/sapi/e.o com/rbnb/sapi/f.o com/rbnb/sapi/g.o com/rbnb/sapi/ChannelMap.o \
> com/rbnb/sapi/ChannelMapBeanInfo.o com/rbnb/sapi/ChannelMap$$ByteOrderEnum.o \
>
> I also tried this which does not work at all:
>
> com/rbnb/sapi/e.o com/rbnb/sapi/f.o com/rbnb/sapi/g.o com/rbnb/sapi/ChannelMap.o \
> com/rbnb/sapi/ChannelMapBeanInfo.o com/rbnb/sapi/ChannelMap\$$ByteOrderEnum.o \
>
> Since neither of these methods work, what is the correct way of escaping
> from these problems, sort of speak. 8-)
Did you try 'foo/$$bar.o'? (Single quotes, *not* double quotes, around
object file names.)
HTH.
Ranjit.
--
Ranjit Mathew Email: rmathew AT hotmail DOT com
Bangalore, INDIA. Web: http://ranjitmathew.tripod.com/