The "experimental" use of libtool works for linux, and I have not seen
any failure reports from other archs yet.
I suspect that when libtool is used in "static" mode as it is now, we
should not have large problems on any system. However I'd like to see
"shared" support also tested.
Configure with:
./configure --enable-shared
This will cause libmathed, libinset and libsupport to be built as
shared libs and when "make install" be installed in /usr/local/lib/lyx
This works perfectly on linux, but I am not sure on other archs.
Note that use of --enable-shared double the compilation time since
both static and shared libs are built. When Lyx is run in place with
this setup the static version is used.
I would especially like to see OS2 and Win tested.
Lgb