Re: Regarding generation of binaries

2008-02-01 Thread Ralf Wildenhues
Hello Raghavendra, * Raghavendra K wrote on Fri, Feb 01, 2008 at 05:40:28AM CET: > the directories listed inside dfe3 are as follows > bin, objs, lib > I want to write a Makefile using automake which will compile the sources > present in the dfe3 directory and put the binary executables in dfe3/bi

Re: specifying -rpath-link in Makefile.am

2008-02-01 Thread Ralf Wildenhues
* Simbasaurus wrote on Fri, Feb 01, 2008 at 11:04:39AM CET: > > libmylib2.so depends on libmylib1.so, and main depends on libmylib2.so > > The Makefile.am in myproject/src/lib2 is : > > bin_PROGRAMS = libmylib2.so > libmylib2_so_SOURCES = s2.cpp > > libmylib2_so_CXXFLAGS = -shared -fPIC -Wall -

Re: Problems on make distcheck

2008-02-01 Thread Ralf Wildenhues
Hello Stefan, * Stefan Bienert wrote on Fri, Feb 01, 2008 at 08:55:34AM CET: > > I have a problem on the distcheck target. Every time I use it, I end up > with lots of the following messages: > > cp: cannot create regular file `phd-0.1/share/misc/config/config.guess': > Permission denied Show

specifying -rpath-link in Makefile.am

2008-02-01 Thread Simbasaurus
Hello, i am trying to build a small test project with autotools. The directory structure is as follows: myproject: configure.ac Makefile.am /src /lib1 : s1.h s1.cpp Makefile.am --> libmylib1.so /lib2 : s2.h s2.cpp Makefile.am --> libm

Re: Python executables

2008-02-01 Thread Peter Stahlir
2008/1/29, Bernd Jendrissek <[EMAIL PROTECTED]>: > On Jan 29, 2008 2:29 PM, Peter Stahlir <[EMAIL PROTECTED]> wrote: > > I want to install a python program at /usr/bin, for example /usr/bin/foo, > > where > > foo is a python script (and no, I don't want a foo.py). > > dist_bin_SCRIPTS = foo > > Or

Re: gtk-update-icon-cahce, update-mime-database

2008-02-01 Thread Bernd Jendrissek
On Feb 1, 2008 8:06 AM, Yevgen Muntyan <[EMAIL PROTECTED]> wrote: > I am seeking an advice on the following. Gtk applications > which have icons should install them into > /usr/share/icons/hicolor/somesize/somewhere > and then call gtk-update-icon-cache (see below [*] > for a sample of makefile rul