Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

how to change the name of final dynamic library #427

@yangqinj

Description

@yangqinj

I am in a linux OS and use glog-0.3.5. I want to build a dynamic library of the glog with the following main steps:

$ ./configure
$ make -j56 install

from the output in terminal I find that libtool is used and I can get the libglog.so successfully. However, I want to change the name to libmyglog.so. What should I do? I tried change the value of PACKAGE in configure to myglog, lib_LTLIBRARIES in Makefile.am to libmyglog.la, but they don't work...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions