#include <hallo.h> Junichi Uekawa wrote on Fri Feb 22, 2002 um 04:00:56PM: > > be reduced correctly. My recent impression was, that mklibs.py looks in > > the local directory first, then in the systemwide directory. If this is > > correct, we could just copy the needed pic-lib to the build directory. > > Note that, if we are talking about lib reduction, and shared library, > we are not talking about libslang.a.
a) We need both versions to build dbootstrap - static library and PIC library b) We need both versions of PIC libs to make library reduction I looked at mklibs.py, it can be tuned to work more precise: - look first for libfoobarSONAME_pic.a - if this was not found, try libfoobar*_pic.a (as done at the moment) I tried to mix both library in the root fs: either libslang.1 was broken, or the libs were not reduced at expected and the FS was too big. IMHO we must make -utf8 versions of whiptail, cfdisk, nano-tiny and drop the non-utf8 slang/newt on the default disk, but use ONLY utf8 versions of slang/newt on the i18n disk. > We don't really need the static library, static library is for building > the static library with. I do not think so if I see "-lslang -lnewt" while building dbootstrap. Can anyone tell the ultimative truth? Gruss/Regards, Eduard. -- Du machst zu viel Informatik, wenn... du deine Unterwäsche mit Quicksort sortierst. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]