tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: new libtool and py-expect



On Fri, Jan 22, 2010 at 11:48:50AM +1300, Mark Davies wrote:
> devel/py-expect is failing to build with the new libtool because for 
> some reason its stripping the "-shared" argument before invoking cc 
> and I can't see why.

Because it is not really using libtool. With the older version it tried
somewhat harder to second guess the caller.

(a) It must use -module (dlopen module) OR name the output libbar.la
("normal" library).
(b) It must use -rpath with the correct destination.

Joerg


Home | Main Index | Thread Index | Old Index