Sujit Devkar writes:
> Dear Sir/Madam,
> I am working on autotools.
> I was using shell script to compile my c++ project.
> My shell script is
> g++ -I/usr/abc/inc -L/usr/abc/lib abc.cpp -lsrl -o abc works
> perfectly well. I need to use this in autoconf.
>
> Also I use .java files in the project
Dear Sir/Madam,
I am working on autotools.
I was using shell script to compile my c++ project.
My shell script is
g++ -I/usr/abc/inc -L/usr/abc/lib abc.cpp -lsrl -o abc works
perfectly well. I need to use this in autoconf.
Also I use .java files in the project and I use
gcj --main=example Exampl