glog: autoconf build does not version the library

./configure; make install and cmake …; make install produce different libraries

The cmake version doesn’t create this missing library/symlink:

  /usr/local/opt/glog/lib/libglog.0.dylib

discovered in: https://github.com/Homebrew/homebrew-core/pull/14379

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 21 (2 by maintainers)

Commits related to this issue

Most upvoted comments

Not until someone provides a patch. In the meantime you can use the CMake build.

As mentioned in the original post, the installers still created different dylibs/symlinks. autoconf did not create /usr/local/lib/libglog.0.3.5.dylib.

You actually didn’t. This is what you reported:

The cmake version doesn’t create this missing library/symlink: /usr/local/opt/glog/lib/libglog.0.dylib

which is obviously not true.

Could please change the issue’s title to something along the lines “autoconf build does not version the library”? Thanks!