Steve Pribyl wrote: > > Hey Folks, > > I am trying to build an application using GCJ. > GCJ creates file with "$" in the name. The causes all kinds of problems when > trying to compile *.class files and then putting the resulting *.o in to a > *.a. > > Any suggestions on how to cope with this without rewriting all the automatic > rules?
Quote any $s (s/$/$$/g) before including dependencies from GCJ. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
