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

libltdl.dylib not available under OS X 10.8 #77

Closed
csomor opened this issue Feb 5, 2013 · 3 comments
Closed

libltdl.dylib not available under OS X 10.8 #77

csomor opened this issue Feb 5, 2013 · 3 comments

Comments

@csomor
Copy link
Contributor

csomor commented Feb 5, 2013

Hi

when building 1.5.1 ...

make -C /Sources/poco-1.5.1-all/Data/ODBC/testsuite

died with

ld: library not found for -lltdl

just commenting it out from the Makefile made the build continue

Best,

Stefan Csomor

@aleks-f
Copy link
Member

aleks-f commented Feb 9, 2013

just commenting it out from the Makefile made the build continue

proper solution is to instal libtool.

@aleks-f aleks-f closed this as completed Feb 9, 2013
@csomor
Copy link
Contributor Author

csomor commented Feb 9, 2013

I was concerned about leaving a dependency on a library that isn't installed anymore on the target systems, but if it's only the testsuites and not the libraries themselves then that's obviously ok.

@aleks-f
Copy link
Member

aleks-f commented Feb 10, 2013

I was concerned about leaving a dependency on a library that isn't installed anymore on the target systems

If that's the case, then an ifdef would be a proper solution. Can you do some testing and propose a solution that won't break other builds (e.g. static) and platforms? Sending back pull request is best way to get things in quickly.

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