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

Make fails because bin directory is missing #2

Open
lckarssen opened this issue Apr 2, 2016 · 0 comments
Open

Make fails because bin directory is missing #2

lckarssen opened this issue Apr 2, 2016 · 0 comments
Labels

Comments

@lckarssen
Copy link
Member

Simply running make fails:

g++ -I fvlib -I fvfutil -g -Wall -D_NOT_R_FILEVECTOR  -std=c++0x fvlib/*.cpp fvfutil/text2fvf.cpp fvfutil/convert.cpp -lcppunit -o bin/convert
/usr/bin/ld: cannot open output file bin/convert: No such file or directory
collect2: error: ld returned 1 exit status
Makefile:100: recipe for target 'bin/convert' failed
make: *** [bin/convert] Error 1

Running mkdir bin before running make fixes the problem, so we should add a line to that effect to the Makefile.

@lckarssen lckarssen added the bug label Apr 2, 2016
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

1 participant