Subject: Re: ld --as-needed broken ?
To: None <tech-toolchain@netbsd.org>
From: Jed Davis <jdev@panix.com>
List: tech-toolchain
Date: 05/12/2005 02:43:23
In article <20050512005115.GD19235@netbsd.org>,
Bill Studenmund  <wrstuden@netbsd.org> wrote:
>
> Also, wouldn't it be nice to add dependencies to static linking too, 
> though more as an instruction to ld rather than ld.elf_so...  ??

GNU libtool does more or less that with its .la files.


-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))