On 16.01.11 16:48:52, luxInteg wrote:
> Greetings
>
>
> suppose one had a libtool project that did the following
Please search for cmake and 'convenience libraries', there's info about
this in the FAQ and in the archive of this list. Basically: Don't use
them, add the source files directly t
Greetings
suppose one had a libtool project that did the following
1)
filaA1.c
fileA2.c
---compiled into liaA.a
(links libA.a to say libD.a (external to project))
2)
filaB1.c
fileB2.c
---compiled into libB.a
(links libB.a to say libA.a)
3)
created libC.a from libA.a libB