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
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
> 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
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
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) $(