> find
}
src/env_rdbms.mk:114: LINK multiply defined in condition TRUE
LINK (User, where = src/env_rdbms.mk:114) =
{
TRUE => $(LDCCOM)
Alexandre Duret-Lutz wrote:
>
> >>> "Frederico" == Frederico Faria <[EMAIL PROTECTED]> writes:
>
> Frederico&g
They aren't created by configure. These are Makefiles of a
thirty-party product
that I want to link with my application.
Thank you,
Frederico Faria.
Alexandre Duret-Lutz wrote:
>
> >>> "Frederico" == Frederico Faria <[EMAIL PROTECTED]> writes:
&
Hi,
I have any .mk files that I could like to add to the Makefiles
generated
by configure.
I tried to use :
include @mkfile@ into of my Makefile.am.
In configure.in I used "AC_SUBST_FILE".
Bu It didn 't work.
I receive error messages when I run ./configure.
Any Help
I update the versions( autoconf and automake ) and
now all works fine.
Thank you,
Faria
Frederico Faria wrote:
Hi,
It seems that when I run the ./configure ,
it seeks the Makefile.in in ".. /src/Makefile.in".
But It shoud seek the Makefile.in
in "server/
% autoheader
% automake -a
% ./configure
// ***
Any suggestion ?
Thank you ,
Faria
Panagiotis Vossos wrote:
Frederico Faria <[EMAIL PROTECTED]> writes:
> I try to use the configure script and automake on my project
% automake -a
% ./configure
// ***
Any suggestion ?
Thank you ,
Faria
Panagiotis Vossos wrote:
Frederico Faria <[EMAIL PROTECTED]> writes:
> I try to use the configure script and automake on my project. I have
a
> sour
I try to use the configure script and automake on my project. I have a
source directory:
server
server/src
I'd like to generate the Makefiles in server and server/src.
But i've got a problem; configure creates an empty server/src/Makefile.
Below is the stdout of configure command.
See