Hi,
I'm new to this so perhaps that is quite easy.
I have a project that I need to automake the build on, thats has several
levels of directories. I automake and ./configure from the top level and a
makefile.am in each sub directory. This correctly generates a make file for
the entire nesting.
Hi,
Thanks Ralf, this worked brilliantly.
But now for some reason is broken and would welcome someone who has had more
experience than me. The main issue is that I have redone the build sequence
several times and I really cant work out what is wrong. I have
re-autoscanned/automake..././configure
ion.
Thanks very much again
nick
ranlib .libs/libwhite.a
rm -fr .libs/libwhite.lax
Ralf Wildenhues wrote:
>
> Hi Nick,
>
> * nickthefarrow wrote on Thu, Aug 07, 2008 at 10:17:57AM CEST:
>>
>> Making all in .
>> make[2]: Entering directory `/home/nick/libw
>This is weird: why is there a --tag=CXX so late in the game?
Yes, deliberate I was trying to steer it to the g++ 'linker 'to see if it
fixed the problem as I noticed the rest of the build is using g++ and
libtool defaults to gcc. You can see I was getting desperate!.
Right - a misunderstaning