Posted By:
Ric_Klaren
Posted On:
Wednesday, September 26, 2001 02:40 AM
Try:
c++ -o programname Main.o -L/usr/local/lib -lantlr
This would create binary with name 'programname'. Consisting
of Main.o and the antlr runtime see the manpages
of your compiler for details.
I'm assuming your using gcc with other compilers
you might have to use ld for or something similar
for this step.