On Thu, Jul 19, 2007 at 06:12:26PM +0200, Ralf Mattes wrote:
> Anyway - indeed there is a bug in APXS. Unless your input files have the
> extention '.c' APXS won't invoke libtool in compile mode (hence it's
> missing from your trace). Libtool in link mode will just create an empty
> library ...
[cut]
> foreach $f (@args) {
> if ($f =~ m|\.c$|) { <---------------- Here, bad coder! BAD!
> push(@srcs, $f);
> }
> else {
> push(@objs, $f);
> }
> }
Just can't believe that, f****** amazing...
Me and Farokh, we've been playing with this apxs problem for 1 month or
even better. Argggh...
Anyway big thanks to you. I wouldn't catch the apxs code examination
idea :)
Assumption that source file ends with .c is quite poor. apxs should be
fixed immediately.
One more time thank you.
Kind regards.