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 and I use > gcj --main=example Example.java --classpath=library --classpath=library > Example --indirect-dispatch > > Could you please tell me how can I write this in configure.ac?
You keep posting the same preliminary information, but not your compiler error messages, so we cannot know what is failing. -- Alberto