Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to change the name of final dynamic library #427

Closed
yangqinj opened this issue Jan 30, 2019 · 1 comment
Closed

how to change the name of final dynamic library #427

yangqinj opened this issue Jan 30, 2019 · 1 comment

Comments

@yangqinj
Copy link

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...

@yangqinj yangqinj reopened this Jan 31, 2019
@yangqinj
Copy link
Author

After search on the Internet, I know that configure and Makefile.in is generated by autoconf and automake tools. Thus now, I want to know the arguments you used in autoconf and automake.

@sergiud sergiud closed this as completed Mar 30, 2021
@sergiud sergiud mentioned this issue May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants