[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake] Including Shared Objects and other files in Makefile.am
From: |
Sujit Devkar |
Subject: |
[Automake] Including Shared Objects and other files in Makefile.am |
Date: |
Sat, 06 Oct 2012 15:28:16 +0530 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 |
Dear Sir/Madam,
I tried using AM_CPPFLAGS= -I/usr/abc/inc and AM_LDFLAGS=
-L/usr/abc/lib, but I get these are directories.
Also when I tried using AM_LDFLAGS= /usr/abc/lib/libsrl.so but I get
access denies even I am root.
My shell script which has
e.g. g++ -I/usr/abc/inc -L/usr/abc/lib abc.cpp -lsrl -o abc works
perfectly well.
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?
Rgds,
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