bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: still many problems under OpenSolaris


From: Ralf Wildenhues
Subject: Re: still many problems under OpenSolaris
Date: Thu, 25 Feb 2010 21:57:59 +0100
User-agent: Mutt/1.5.20 (2009-10-28)

* Vadim Zeitlin wrote on Thu, Feb 25, 2010 at 09:39:22PM CET:
>  I'm awfully sorry again, you're right, I did forget to rerun libtoolize.
> It's still a pity that libtool didn't detect it somehow (I thought it had
> some checks for such mismatches?)

It has checks; well, the *new* ltmain.sh checks for matching macro
files.  I've never gotten around to looking to let the new macros check
for matching ltmain.sh too, but I guess we should have that as well.
Sorry.

>  However while this took care of the "echo" problem, it didn't change
> anything with the subsequent ones:
> 
> 1. The files are still compiled with just -DPIC instead of -pic (I guess
>    -DPIC could be left in as well but this is not what counts the most)

Yeah, the Libtool macros are fairly dumb in that they only detect Sun
C++ when it's called CC I think.  Is the C compiler pic flag ok though?

I guess we could change the match (around line 3826 in current git) to
   CC* | sunCC*)

> 2. And I still don't get librlog.so.1.2.4 under .libs, just broken
>    symlinks. Again, this must be because this library is not created in
>    the first place, only librlog.so.1 is and libtool deletes it before
>    recreating it as a symlink.

That's hopefully just a followup failure of the above.  Nope, needs
another
  CC* | sunCC*)

around line 6258.

BTW, what's the output of these for you?
  sunCC -V
  suncc -V

Thanks,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]