Charlie Root wrote:
>
> I have a tiny little snippit of code here (test.c):
>
> char ldap_init();
> int main(int argc, char **argv)
> {
> ldap_init();
> return 0;
> }
>
> I expect (want) a runtime error but I do expect it to compile when
> linked with the openldap libraries. Here's my quand
In the last episode (Dec 29), Charlie Root said:
> I expect (want) a runtime error but I do expect it to compile when
> linked with the openldap libraries. Here's my quandery:
>
> vv# gcc -L/usr/local/lib -I/usr/local/include -lldap -llber test.c
> /tmp/ccj67244.o: In function `main':
> /tmp/ccj6
I have a tiny little snippit of code here (test.c):
char ldap_init();
int main(int argc, char **argv)
{
ldap_init();
return 0;
}
I expect (want) a runtime error but I do expect it to compile when
linked with the openldap libraries. Here's my quandery:
vv# gcc -L/usr/local/lib -I/usr/local/i
3 matches
Mail list logo