Re: Dynamic Linkage Problem

2006-02-22 Thread Tommi Mäkitalo
Am Dienstag, 21. Februar 2006 16:42 schrieb Benjamin Grauer: > Hi there > > i have a problem using automake with Dynamic Library loading (runtime) > ... > > Benjamin Hi I do it in my project Tntntet (www.tntnet.org). The problem is, that automake does not put your @libdir@ in the search-path.

specifying target directories in non-recursive automake

2006-02-22 Thread John Darrington
I've been trying to convert a rather largish automake controlled project from a recursive style build system, to a non-recursive one. I was rather suprised to see that automake decides to put all the object files in the root directory; not only ugly, but destroys the namespaces afforded by each dir

Newbie: Installing some binaries and other files in /usr/X11R6 by default

2006-02-22 Thread lalev
I started reading about GNU Autotools yesterday morning. Still, I've been able to convert my project to use autconf and automake. But I need to install my binaries in the directory tree of the X server, and I couldn't find out how to do it. Is it possible?