[EMAIL PROTECTED] writes:

> gstein      01/01/09 03:06:29
> 
>   Libtool-ize APR.
>   Index: Makefile.in
>   ===================================================================
>   RCS file: /home/cvs/apr/shmem/unix/Makefile.in,v
>   retrieving revision 1.14
>   retrieving revision 1.15
>   diff -u -u -r1.14 -r1.15
>   --- Makefile.in     2000/11/15 11:50:07     1.14
>   +++ Makefile.in     2001/01/09 11:06:15     1.15
...
>   +   cp $(MM_OBJS) .

Isn't this copying the wrong (or not enough) files?  It currently
copies just the .lo (timestamp) files.  Maybe it should copy the .o
files too. 

Later, libtool thinks these are the real files (I guess) and when
building .libs/libapr.a it ends up creating the symbolic links (the
ones that don't work with libtool 1.3.3) and putting these timestamp
files in the archive.

mm_malloc/mm_free/etc. are not in .libs/libapr.a.  They are
referenced, of course.

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to