Multiple Definitions of
Jeff Sturm
jsturm@one-point.com
Mon Apr 7 14:38:00 GMT 2003
On Sun, 6 Apr 2003, Philip T. Gonia wrote:
> Below I provide a very small output of the current output of a build I
> am doing from a make file.
> The problem starts at the request to compile an inner class. It falls
> apart from there.
...
> com/rbnb/sapi/ChannelMap$ByteOrderEnum.o com/rbnb/sapi/ChannelMap.o
You'll have to escape the '$' above to avoid interpretation by the shell.
Otherwise you risk inadvertently linking ChannelMap.o twice, with
exactly the symptoms you report.
Jeff
More information about the Java
mailing list