In Makefile.in, we have SOVERSION = 1.0, which should read SOVERSION = 1
on FreeBSD. (According to what I have been told by several FreeBSD folks,
their dynamic linker expects the latter since they switches from AOUT to
ELF and does not work with 1.0 at all!)

Now, changing that line for the FreeBSD port is trivial, however I noticed
that in dlls/*/Makefile.in we have tons of similiar assignments! Wouldn't
it be better to just have the single definition in the top-level Makefile
and inherit it in dlls/*/Makefile?

If that's okay, what's the best way to implement it? Just remove the
definitions in the subdirectories?

If not, what do you suggest? (Recall, currently it doesn't work at all!)

Gerald
-- 
Gerald "Jerry" [EMAIL PROTECTED] http://www.dbai.tuwien.ac.at/~pfeifer/
LOVE-LETTER-FOR-YOU.TXT.vbs

Reply via email to