automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Nesting and final linking ?


From: nickthefarrow
Subject: Nesting and final linking ?
Date: Tue, 5 Aug 2008 03:07:35 -0700 (PDT)

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.

I'm aiming to make a single library out of this build and the current
problem I have is that the individual object files dont seem to be linked.
This hardly surprising as to prevent link errors I have a -c (no link)
option for each subdirectory.

Can some one point me to the lines I need to bring this all together for a
final link

I currently have a configure.ac that contains the final lines of 

AC_CONFIG_SUBDIRS([src src/common src/containers  .............])

AC_OUTPUT(Makefile src/Makefile src/common/Makefile src/containers/Makefile
..................)

Many thanks

nick
-- 
View this message in context: 
http://www.nabble.com/Nesting-and-final-linking---tp18828132p18828132.html
Sent from the Gnu - Automake - General mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]