Hi,
I have a large Makefile project that uses autotools for configuration.
If I run "../configure" and "make" from the MSYS command prompt (rxvt)
everything configures an compiles OK.
However, if I use Eclipse to compile using exactly the same Makefiles, I
get an error at link-time: for some rea
Hello Joost,
* Joost Kraaijeveld wrote on Thu, Aug 28, 2008 at 04:02:58PM CEST:
>
> I have a large Makefile project that uses autotools for configuration.
> If I run "../configure" and "make" from the MSYS command prompt (rxvt)
> everything configures an compiles OK.
>
> However, if I use Eclip
Hi Reuben,
* Reuben Thomas wrote on Wed, Aug 27, 2008 at 10:09:27PM CEST:
> I just noticed that programs listed in EXTRA_PROGRAMS in Makefile.am are
> not automatically added to any clean target, so make distcheck fails. I
> can of course add $(EXTRA_PROGRAMS) to CLEANFILES, but it seems odd as
* Braden McDaniel wrote on Wed, Aug 27, 2008 at 08:45:56PM CEST:
> Ralf Wildenhues wrote:
>> * Braden McDaniel wrote on Wed, Aug 27, 2008 at 08:48:45AM CEST:
>>> ... which brings up a question I have: Why doesn't AC_CONFIG_MACRO_DIR
>>> eliminate the need for setting ACLOCAL_AMFLAGS as such?
>>
>>
Hello Sebastien,
* Sebastien REYNES wrote on Tue, Aug 26, 2008 at 05:31:09PM CEST:
>
> Is it possible to use automake tool with Pro*C ?
FWIW, I don't know Pro*C. There is no special support for it in
Automake. That doesn't mean you can't use it, though. There is
some general information on us
On Thu, 2008-08-28 at 20:33 +0200, Ralf Wildenhues wrote:
> Hello Joost,
>
> * Joost Kraaijeveld wrote on Thu, Aug 28, 2008 at 04:02:58PM CEST:
> >
> > I have a large Makefile project that uses autotools for configuration.
> > If I run "../configure" and "make" from the MSYS command prompt (rxvt)
* Joost Kraaijeveld wrote on Thu, Aug 28, 2008 at 11:13:01PM CEST:
> On Thu, 2008-08-28 at 20:33 +0200, Ralf Wildenhues wrote:
> >
> > What is it that Eclipse does differently from ../configure && make?
> As far as I can determine: nothing. The only thing I can come up with is
> that Eclipse calls