|
From: Luigi B. <lui...@fa...> - 2004-06-16 13:32:43
|
On 2004.06.16 15:00, Dirk Eddelbuettel wrote: > Something changed in the Makefiles. > > Is that caused by a new libtool version? I guess I am simply behind > in terms of what is currently en vogue ... Old libtool, new flags. It might (emphasis on might) make it feasible to keep different versions installed. > From the looks of it, I need to make sure that the two .so libs (to > which ldd on the example binary points) stay in the library package, > and I should then be fine. Comments? I think so. lib*-0.3.7 should correspond to the old lib*.0.0.0. Later, Luigi P.S. You won't have to depend on boost-regex in the final version (the dependency probably came from a forgotten #include that I just nuked) |