![]() |
undefined reference?
Hi people,
I am very new to coding in c++ and dont understand what this error means, google has been little help. Here is my code can you please tell me why when i compile i get the following error Error: Code:
[alan@localhost work]$ gcc ldap.c -o ldapCode: Code:
#include <stdio.h> |
Hi -
Try adding "gcc ldap.c -o ldap -lldap" (include the LDAP library in your build command). |
Hmm, that got rid of a couple of errors thank you :)
Still got this now tho Code:
/tmp/ccMrSEkt.o(.text+0x6c): In function `main': |
That fixed it completley :)
Thanks very much for your help and quick reply |
| All times are GMT -5. The time now is 01:16 AM. |