Re: libdl bugs
Ralf Wildenhues <[email protected]>
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Organization | Department of Numerical Simulation, University of Bonn |
| Message-ID | <[email protected]> |
Hello, * Markus Wichmann wrote on Sat, Feb 20, 2010 at 06:13:33PM CET: > Olaf Dreesen schrieb: > > I didn't mean that you should use libtool. I have just pointed out that > > libtool usually makes compiling 'interesting'. > > Indeed it does. I changed libtool at one point so it would work with dietlibc. Please write to bug-libtool at gnu.org if you encounter problems. Thanks. > Did you know that GNU sed uses libtool? No, it doesn't. You may be thinking of gnulib. > I'm currently > looking for alternative seds because of that. Because unless I "bootstrap" > it (dunno what that means in the context of building a simple stream > editor) it will link against libselinux, which is nonpresent in my LFS > environment. It should be possible to turn off selinux support. I don't see an official switch, but if ./configure ac_cv_search_setfilecon=no doesn't work, then you should write to bug-gnulib. Thanks. > if [ "$1" == "-v" ] == is a bashism, but = is portable. > I did not wish to enhance the script with version handling. I simply have > to hope that globbing is done in the correct order. Posix requires filename expansion to happen in collation order, yes. Cheers, Ralf