ok, i fixed that. now its failing because it can not link to main. main
is to be compiled after the gtkmain.c
does the makefile.am have to have bin_PROGRAMS = gtkmain ?
or can i have makefile.am with :
gtkmain.o: src/gtk-1.2/gtkmain.c src/gtk-1.2/gtkmain.h \
-c $(CFLAGS) $(GTK_CFLAGS) $(INCPAT
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
I have a simple AM-based project here which shall output a single shared
library. The problem is, that the shared library _is_ created by libtool
but does not automatically get the .so file-extension. The Makefile.am
looks like this:
- ---
lib
>>> "SK" == Stepan Kasal <[EMAIL PROTECTED]> writes:
SK> # Prepend $(distdir) to each directory given.
SK> - my %rewritten = map { s|^\$[({](top_)?srcdir[)}]|\$($1builddir)|;
SK> + my %rewritten = map { s|^\$[({]((top_)?)srcdir[)}]|\$($1builddir)|;
SK> '$(distdir)/' . "$_" => 1 } keys %dist_
Hi,
I encountered a problem where libtool does not add a -rpath to all the libs it
adds on the link line. I'll try to describe the problem.
I have two packages that are developed in-house, let's call them A and B.
Package B depends on the (static) library of package A. Package A depends on a
s
Hi,
On 4-jan-2006, at 21:00, Stepan Kasal wrote:
Hello,
On Wed, Jan 04, 2006 at 06:12:11PM +0100, Sander Niemeijer wrote:
distdir: $(DISTFILES)
$(am__remove_distdir)
mkdir $(distdir)
--->$(mkdir_p) $(distdir)/$(top_srcdir)/data
The problem is caused by the following line
Hi Dominic,
This is an automake question. Please remove the autoconf
list from followups. Thank you.
* Dom wrote on Wed, Jan 04, 2006 at 09:41:10PM CET:
>
> I was wondering if it is possible to get quieter
> makefile output during compilation? I am currently
> using automake 1.9.6 and autocon