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

Description of cobol example lacks a command line parameter #76

Closed
afwlehmann opened this issue Apr 19, 2018 · 1 comment
Closed

Description of cobol example lacks a command line parameter #76

afwlehmann opened this issue Apr 19, 2018 · 1 comment

Comments

@afwlehmann
Copy link

According to the README.md, {{cobc}} should be called as follows:

docker run --rm -i -t -v $(pwd):/source nacyot/cobol-open:apt cobc /source/HELLO.COB

This will eventually produce a shared library though. Instead one should run it as follows:

$ docker run --rm -i -t -v $(pwd):/source nacyot/cobol-open:apt cobc -x /source/HELLO.COB
@afwlehmann
Copy link
Author

Duplicate of #75. Sorry for the duplicate.

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