Re: Including Dynamic libraries and java functionality in makefile.

2012-10-08 Thread Alberto Luaces
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

[Automake] Including Dynamic libraries and java functionality in makefile.

2012-10-07 Thread Sujit Devkar
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