Bill Allombert on Fri, 26 Aug 2005 16:22:23 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: os X problems |
On Fri, Aug 26, 2005 at 09:17:00AM -0400, Joshua Friedman wrote: > "extgcd-dyn cannot be built (we would need libpari as a dynamic library)." > Actually extgcd-dyn seems to work fine after typing make all. Yes, but probably it is not dynamically linked (so it is identical to extgcd-sta). Linker revert to static linking when it cannot find the dynamic library. Cheers, Bill.