Mark Cox <markco...@gmail.com> writes:

> G'day,
>
> I am trying to produce a monolithic static library using
> ASDF:MAKE-BUILD on a system that has PREBUILT-ASDF as a dependency. A
> trace on C::BUILDER reveals that the static libraries #P"SYS:LIBCMP.A"
> and #P"SYS:LIBASDF.A" are not being incorporated when building the
> monolithic static library. These libraries, however, are incorporated
> when using ASDF:MAKE-BUILD to build a monolithic program.
>
> I gather from my experimentation that this is not an ECL bug, but
> rather a limitation on object archive handling from the C world. Is
> this true?

IIRC, you could build a static library including static libraries with
ld(1).

You can also directly use ar(1).

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to