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

Converting static libpdf.a to libpdf.dylib fails on Ubuntu #1

Closed
msykosch opened this issue May 18, 2016 · 0 comments
Closed

Converting static libpdf.a to libpdf.dylib fails on Ubuntu #1

msykosch opened this issue May 18, 2016 · 0 comments

Comments

@msykosch
Copy link

gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)

The static lib needs to be converted to a dylib, but

fails with Error:

g++ -fpic -shared -Wl,-all_load libpdf.a -Wl -o libpdf.dylib
g++: error: unrecognized command line option ‘-Wl’

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

1 participant