On Aug 24, 2000, Alex Hornby <[EMAIL PROTECTED]> wrote:
> Running the ML branch on Solaris, I'm seeing an -L on the link line
> for every entry in my LD_LIBRARY_PATH. Is this a bug or a feature?
I can't think of any reason why we should do it, so, at first, I'd
classify it as a bug. But then, I
On Aug 24, 2000, Michael Matz <[EMAIL PROTECTED]> wrote:
>> If libtool understood -LANG:std, one less thing for the authors to
>> deal with.
> Yep, I also like this solution most, even if this means a very special
> case in ltmain.
Maybe we shouldn't make it a special case. How about creating
On Thu, 24 Aug 2000, Bernard Dautrevaux wrote:
> Probably the simplest (and more protable) cure would be to have an
> 'init_function_table' function that initialize the function array, like:
>
> void init_function_table() {
> static int initialized = 0;
> if (in
I've noticed on my Tru64 5.0a box that the check for `BSD-compatible' nm
always fails, and after some checking I discovered that it failed on 4.0f
too, and I never noticed it.
It took me a while to find what the problem is, but I think it's due to
the fact that sometime between Digital UNIX 4.0d
Running the ML branch on Solaris, I'm seeing an -L on the link line
for every entry in my LD_LIBRARY_PATH. Is this a bug or a feature?
Alex.
Hi,
On Thu, 24 Aug 2000, Albert Chin-A-Young wrote:
> > > > Ok, thanks. However, this raises another problem.
> > > > CXXFLAGS="-Wc,-LANG:std" won't work as the configure tests to make
> > > > sure CC works will fail.
> > >
> > > You'd have to add this flag to LDFLAGS (since it's only to be used
On Wed, May 03, 2000 at 12:48:30AM -0500, Albert Chin-A-Young wrote:
> On Wed, May 03, 2000 at 02:36:52AM -0300, Alexandre Oliva wrote:
> > On May 3, 2000, Albert Chin-A-Young <[EMAIL PROTECTED]> wrote:
> >
> > > Ok, thanks. However, this raises another problem.
> > > CXXFLAGS="-Wc,-LANG:std" wo
> -Original Message-
> From: Scott C. Gray [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 14, 2000 4:18 AM
> To: [EMAIL PROTECTED]
> Subject: Tables of function pointers
>
>
>
> I realize this is only partially libtool related, but I figured
> that this is probably a good forum for t