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

utils/ccomp.ml orders -l flags before -L flags #4741

Closed
vicuna opened this issue Mar 9, 2009 · 1 comment
Closed

utils/ccomp.ml orders -l flags before -L flags #4741

vicuna opened this issue Mar 9, 2009 · 1 comment
Assignees
Labels

Comments

@vicuna
Copy link

vicuna commented Mar 9, 2009

Original bug ID: 4741
Reporter: pogma
Assigned to: @xavierleroy
Status: closed (set by @xavierleroy on 2010-04-28T12:10:31Z)
Resolution: fixed
Priority: normal
Severity: major
Version: 3.11.0
Fixed in version: 3.12.0+dev
Category: ~DO NOT USE (was: OCaml general)

Bug description

When building unison with Ocaml-3.11.0 and lablgtk-2.12.0 we saw build failures on solaris because it output, for example "-lpixman ... -L/opt/TWWfsw/libcairo16/lib" resulting in ld complaining that it could not find libpixman.so (there were other libraries listed in the failure too).

This small patch fixed it for us.

File attachments

@vicuna
Copy link
Author

vicuna commented Apr 28, 2010

Comment author: @xavierleroy

Thanks for the patch. I guess some linkers are more sensitive than others to the order of arguments and flags. Patch applied in SVN trunk, will go in 3.12.0.

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

No branches or pull requests

2 participants