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

pkg-config .pc file is out of sync with libtool output #8

Closed
GoogleCodeExporter opened this issue Mar 20, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. build library
2. install library

What is the expected output? What do you see instead?

i expect to see libglyphy-0.1 in /usr/local/lib/ but I see 
/usr/local/lib/libglyphy.0.dylib instead.

$ pkg-config --cflags --libs glyphy
-I@glyphy_includedir@ -L/usr/local/lib -lglyphy-0.1


What version of the product are you using? On what operating system?
the ambiguous version is the problem :)
compiling on: OSX Mavericks
Darwin 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; 
root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64


Please provide any additional information below.

// file: glyphy.pc.in:10
Libs: -L${libdir} -lglyphy-0.1

// file: configure.ac:27
GLYPHY_LIBTOOL_VERSION_INFO="0:0:0"

// file: Makefile.in:139
libglyphy_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
    $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
    $(CXXFLAGS) $(libglyphy_la_LDFLAGS) $(LDFLAGS) -o $@

Original issue reported on code.google.com by brian.he...@gmail.com on 20 Jan 2014 at 9:25

@GoogleCodeExporter
Copy link
Author

Issue 7 has been merged into this issue.

Original comment by behdad.e...@gmail.com on 22 Jan 2014 at 4:53

@GoogleCodeExporter
Copy link
Author

Fixed.  Thanks.

Original comment by behdad.e...@gmail.com on 22 Jan 2014 at 4:59

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant