Re: 1.11 doesn't add sources with nonstandard suffixes when making a binary

2009-11-26 Thread Jack Kelly
2009/11/25 Юрий Пухальский : > Good day! > > As of automake 1.11 the following problem exists: > I have a nonstandard suffix .pc (ProC source), which i compile into .lo with > SUFFIXES = .pc > .pc.lo: >        $(PCC) $(PCCFLAGS) iname=$(srcdir)/$*.pc oname=$(builddir)/$*.c >        $(LIBTOOL) --tag

1.11 doesn't add sources with nonstandard suffixes when making a binary

2009-11-26 Thread Юрий Пухальский
Don't know if it got through, so i resend... Good day! As of automake 1.11 the following problem exists: I have a nonstandard suffix .pc (ProC source), which i compile into .lo with SUFFIXES = .pc .pc.lo:        $(PCC) $(PCCFLAGS) iname=$(srcdir)/$*.pc oname=$(builddir)/$*.c        $(LIBTOOL) --t

Re: compile wrapper script with C++ file

2009-11-26 Thread Carsten Heinrici
> but it still wouldn't help with MSVC: first, it *has* an /Fo$object switch that's the problem I just ran into, after adding some extra CPPFLAGS to a library, like libfoo_a_CPPFLAGS=something which leads to the result, that automake starts to compile CL.EXE -c -o libfoo_a_foo.obj foo.c b

automake "internal error" trying to build gpsd

2009-11-26 Thread Rich Wales
I attempted to build the "gpsd" sources (gpsd.berlios.de) on an OpenBSD 4.6 system, using autoconf 2.61 and automake 1.10. I'm getting the following: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= automake: automake: ## Internal Error ## automake

1.11 doesn't add sources with nonstandard suffixes when making a binary

2009-11-26 Thread Юрий Пухальский
Good day! As of automake 1.11 the following problem exists: I have a nonstandard suffix .pc (ProC source), which i compile into .lo with SUFFIXES = .pc .pc.lo: $(PCC) $(PCCFLAGS) iname=$(srcdir)/$*.pc oname=$(builddir)/$*.c $(LIBTOOL) --tag=CC --mode=compile $(CC) $(AM_CPPFLAGS) $(