Name: OP !Y/3coOkie2 2010-11-10 7:12
Programming some simple shit in C; compiling gives:
undefined reference to `crypt'
Adding -lcrypt via terminal solves it, but I want to find the real problem here, so that I can make it compile normally in Eclipse as well. Any ideas? I have the lib and all, so it's not too trivial.
tl;dr crypt isn't properly recognized or something, what do?
undefined reference to `crypt'
Adding -lcrypt via terminal solves it, but I want to find the real problem here, so that I can make it compile normally in Eclipse as well. Any ideas? I have the lib and all, so it's not too trivial.
tl;dr crypt isn't properly recognized or something, what do?