Re: Three problems with libtools

2000-10-03 Thread Marc Espie
On Tue, Oct 03, 2000 at 04:33:55AM -0200, Alexandre Oliva wrote: > On Oct 2, 2000, Marc Espie <[EMAIL PROTECTED]> wrote: > > > * when invoking gcc to produce shared libraries, always pass pic_flag > > around. > > This can't be done on all platforms. IIRC, on SunOS4, -fPIC or -fpic > (I don't r

Re: Three problems with libtools

2000-10-03 Thread Alexandre Oliva
On Oct 3, 2000, Marc Espie <[EMAIL PROTECTED]> wrote: > ??? I'm advocating adding $pic_flag to the gcc that gets used to > link. Considering that the SAME $pic_flag gets used to build the > object files in the first place, I have trouble understanding how > this breaks multi-libbed ABI. Err...

FW: libtool update likely breaks modules...

2000-10-03 Thread Howard Chu
Misdirected this email the first time around. We need a runtime (not compile time) option in the main/released libtool branch to specify that only static or only shared libraries should be built. The default behavior of building both when a platform supports both is not usable on platforms like Wi

AIX details

2000-10-03 Thread Howard Chu
I've made some patches to libtool 1.3.3 (and now 1.3.5) for AIX that I'd like to contribute back. In brief: AIX doesn't need the "lib" prefix The -bexpall flag is not really usable for shared libraries; they will tend to export some private C runtime symbols as well, and then runtime l

AIX libltdl

2000-10-03 Thread Howard Chu
Somewhat of a followup to the previous note: I also added native AIX shared library support to ltdl.c, it's the only choice on AIX 3 and 4.[01]. Also, the dlopen code on AIX 4.2 isn't all that stable, so it's better to use the native stuff anyway. (I have a small user-mode program that can panic t