We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gcc -o mlx-test main.o -L.. -lmlx -L/usr/include/../lib -lXext -lX11 -lm -lbsd /usr/bin/ld: cannot find -lbsd collect2: error: ld returned 1 exit status Makefile.gen:20: recipe for target 'mlx-test' failed make[1]: *** [mlx-test] Error 1 make[1]: Leaving directory '/home/st4ck/projects/42-fdf/libmlx/test' Makefile:17: recipe for target 'do_configure' failed make: *** [do_configure] Error 2
The text was updated successfully, but these errors were encountered:
no information on why -> look at ld output
ld
Sorry, something went wrong.
yes sorry I figured out, that's the probleme when you code up to late ;) I was annoyed by the very long warning message before...
Merge pull request #2 from 42Paris/master
9e2d3ca
merge pull request
No branches or pull requests
The text was updated successfully, but these errors were encountered: