Discussion:
[Automake] Including Dynamic libraries and java functionality in makefile.
Sujit Devkar
2012-10-08 04:01:27 UTC
Permalink
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?
Which files should I include in AC_CONFIG_SRCDIR and proj_SOURCES=..?

Regards,
Sujit


=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
Sujit Devkar
2012-10-08 04:03:05 UTC
Permalink
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?
Which files should I include in AC_CONFIG_SRCDIR and proj_SOURCES=..?

Regards,
Sujit



=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
Sujit Devkar
2012-10-09 03:07:19 UTC
Permalink
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?
Which files should I include in AC_CONFIG_SRCDIR and proj_SOURCES=..?

Regards,
Sujit




=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you

Loading...