Multiple Definitions of
Ranjit Mathew
rmathew4lists@hotmail.com
Tue Apr 8 14:02:00 GMT 2003
> 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/
More information about the Java
mailing list