Skip to content
New issue

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

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

Already on GitHub? # to your account

angular_correlation: command-line parameters not working on a Mac #2

Open
mattbellis opened this issue Jul 26, 2012 · 0 comments
Open
Labels

Comments

@mattbellis
Copy link
Collaborator

We found that the command-line options are not being passed into the angular_correlation function (or the C version) when run on a Mac, even though the code builds properly.

We tracked this down to the getopt() function, which is normally included in <unistd.h>. However, we find that the unstd.h header is not on all Macs. This does not stop compilation however. And so, the command line options are not passed in at run-time. There is then no way to set different options without editing the source code and recompiling the binary.

We have only observed this behavior on a Mac, so far (7/26/12).

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

No branches or pull requests

1 participant