Very little time right now, so only an answer that is easy for me to give:

On Wed, Aug 31, 2011 at 07:44:05PM -0700, Guy Harris wrote:
> So CMake handles shared libraries on multiple platforms its own way, without 
> the aid of libtool?  "Multiple platforms" here includes:
> 
>       systems with GCC-compatible compilers and the GNU linker (Linux 
> distributions, the *BSDs);
> 
>       systems with GCC-compatible compilers and other linkers (e.g., Mac OS 
> X);
> 
>       systems with other compilers and other linkers (e.g., commercial UN*Xes 
> when compiled with the vendor's compiler).
> 
> Does CMake handle all of those?

Cmake links the the stuff to run from builddir. On make install, it relinks
stuff to run "normally".

So all that environmentsetting that was previously required with autofoo
didn't happen and it still worked. Sort of. It didn't work for stuff that
could only be found in the source directory. Either that stuff is already
installed in the final path or it isn't found at all.

ciao
  Joerg
-- 
Joerg Mayer                                           <[email protected]>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to